Skip to content

Commit

Permalink
Further updating dark / light mode toggle switch
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWongLife committed May 27, 2024
1 parent b8ad945 commit 1e638c1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 3 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="mx-4">
<a class="navbar-brand" href="#">
<img src="Nicholas_Wong_Favicon.png"
height="25">
height="40">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand All @@ -40,8 +40,9 @@
<a class="nav-link" href="resume.html">Resume</a>
</li>
<div class="form-check form-switch">
<p>Light 🌞</p>
<input class="form-check-input" type="checkbox" id="darkModeSwitch" checked>
<label class="form-check-label" for="darkModeSwitch">Light / Dark</label>
<p>Dark πŸŒ‘</p>
</div>
</ul>
</div>
Expand Down
5 changes: 3 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="mx-4">
<a class="navbar-brand" href="#">
<img src="Nicholas_Wong_Favicon.png"
height="25">
height="40">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand All @@ -40,8 +40,9 @@
<a class="nav-link" href="resume.html">Resume</a>
</li>
<div class="form-check form-switch">
<p>Light 🌞</p>
<input class="form-check-input" type="checkbox" id="darkModeSwitch" checked>
<label class="form-check-label" for="darkModeSwitch">Light / Dark</label>
<p>Dark πŸŒ‘</p>
</div>
</ul>
</div>
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="mx-4">
<a class="navbar-brand" href="#">
<img src="Nicholas_Wong_Favicon.png"
height="25">
height="40">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand All @@ -40,8 +40,9 @@
<a class="nav-link" href="resume.html">Resume</a>
</li>
<div class="form-check form-switch">
<p>Light 🌞</p>
<input class="form-check-input" type="checkbox" id="darkModeSwitch" checked>
<label class="form-check-label" for="darkModeSwitch">Light / Dark</label>
<p>Dark πŸŒ‘</p>
</div>
</ul>
</div>
Expand Down
5 changes: 3 additions & 2 deletions resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="mx-4">
<a class="navbar-brand" href="#">
<img src="Nicholas_Wong_Favicon.png"
height="25">
height="40">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand All @@ -40,8 +40,9 @@
<a class="nav-link" href="resume.html">Resume</a>
</li>
<div class="form-check form-switch">
<p>Light 🌞</p>
<input class="form-check-input" type="checkbox" id="darkModeSwitch" checked>
<label class="form-check-label" for="darkModeSwitch">Light / Dark</label>
<p>Dark πŸŒ‘</p>
</div>
</ul>
</div>
Expand Down

0 comments on commit 1e638c1

Please sign in to comment.