Skip to content

Commit e154fdb

Browse files
author
Haniel Mikhaiel
committed
Swapped Personal and School buttons for hardware and software
1 parent aa1421a commit e154fdb

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

hardware/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<body>
2222
<div id="stuff" class="infobox" style="width:100vw; justify-content: center; flex-direction: row; flex-wrap: wrap; top: 70px;">
2323
<div class="minifull" style="height: 50px; display: flex; justify-content: center; flex-wrap: nowrap;">
24-
<button id="schoolbutton" class="menuSelect" style="background-color: rgba(var(--yellow), 0.75); color: white;" onclick="schoolclick()">School</button>
24+
<button id="personalbutton" class="menuSelect" style="background-color: rgba(var(--yellow), 0.75); color: white;" onclick="personalclick()">Personal</button>
2525
<hr style="border-color: rgba(0, 0, 0, 0); margin:1%">
26-
<button id="personalbutton" class="menuSelect" onclick="personalclick()">Personal</button>
26+
<button id="schoolbutton" class="menuSelect" onclick="schoolclick()">School</button>
2727
</div>
28-
<div id="school" style="display: block;">
28+
<div id="school" style="display: none;">
2929
<section class="minifull" id="Purple F1">
3030
<img src="/hardware/assets/ThePurpleF1/Car_and_Remote.jpg" alt="The Purple F1" class="bigimg" style="width: 400px; border-radius: 10px;">
3131
<div style="display: flex; flex-direction: column;">
@@ -40,7 +40,7 @@ <h1 style="height: 5px; padding-left: 10px;">Purple F1 | The F1 Rc Car</h1>
4040
</div>
4141
</section>
4242
</div>
43-
<div id="personal" style="display: none;">
43+
<div id="personal" style="display: block;">
4444
<section class="minifull" id="MiniBike">
4545
<img src="/hardware/assets/MiniBike_2.jpg" alt="MX350" class="bigimg" style="width: 400px; border-radius: 10px;">
4646
<div style="display: flex; flex-direction: column;">

software/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<body>
2222
<div id="stuff" class="infobox" style="width:100vw; justify-content: center; flex-direction: row; flex-wrap: wrap; top: 70px;">
2323
<div class="minifull" style="height: 50px; display: flex; justify-content: center; flex-wrap: nowrap;">
24-
<button id="schoolbutton" class="menuSelect" style="background-color: rgba(var(--yellow), 0.75); color: white;" onclick="schoolclick()">School</button>
24+
<button id="personalbutton" class="menuSelect" style="background-color: rgba(var(--yellow), 0.75); color: white;" onclick="personalclick()">Personal</button>
2525
<hr style="border-color: rgba(0, 0, 0, 0); margin:1%">
26-
<button id="personalbutton" class="menuSelect" onclick="personalclick()">Personal</button>
26+
<button id="schoolbutton" class="menuSelect" onclick="schoolclick()">School</button>
2727
</div>
28-
<div id="school" style="display: block;">
28+
<div id="school" style="display: none;">
2929
<section class="minifull" id="Web Design">
3030
<img src="/software/assets/WebDeisgn/Screenshot_1.png" alt="Web Design" style="width: 400px; border-radius: 10px;">
3131
<div style="display: flex; flex-direction: column;">
@@ -102,7 +102,7 @@ <h1 style="height: 5px; padding-left: 10px;">Holiday Card</h1>
102102
</div>
103103
</section>
104104
</div>
105-
<div id="personal" style="display: none;">
105+
<div id="personal" style="display: block;">
106106
<section class="minifull" id="Serika">
107107
<img src="/software/assets/serika/Desktop.png" alt="Serika Dark" class="bigimg" style="width: 400px; border-radius: 10px;">
108108
<div style="display: flex; flex-direction: column;">

0 commit comments

Comments
 (0)