-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing dark / light mode toggle switch formatting
- Loading branch information
1 parent
1bcd1e5
commit 2858904
Showing
4 changed files
with
34 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
<div class="mx-4"> | ||
<a class="navbar-brand" href="#"> | ||
<img src="Nicholas_Wong_Favicon.png" | ||
height="40"> | ||
height="35"> | ||
</a> | ||
</div> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" | ||
|
@@ -39,11 +39,13 @@ | |
<li class="nav-item"> | ||
<a class="nav-link" href="resume.html">Resume</a> | ||
</li> | ||
<p>Light π</p> | ||
<div class="form-check form-switch"> | ||
<input class="form-check-input" type="checkbox" id="darkModeSwitch" checked> | ||
</div> | ||
<p>Dark π</p> | ||
<li> | ||
<p>Light</p> | ||
<div class="form-check form-switch"> | ||
<input class="form-check-input" type="checkbox" id="darkModeSwitch" checked> | ||
</div> | ||
<p>Dark</p> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
@@ -55,7 +57,7 @@ <h1 class="text-center mt-5">How to contact me</h1> | |
<div class="row align-items-center"> | ||
<div class="col"> | ||
<p align="center"> <img src="Nicholas_Wong_Japan_House.PNG" style="width: 25%;" alt="thewonglife" /> </p> | ||
<p class="text-center">You can contact me at [email protected]</p> | ||
<p class="text-center">You can contact me at <strong>[email protected]</strong></p> | ||
<p class="text-center">Or send me a message below</p> | ||
</div> | ||
</div> | ||
|
@@ -89,7 +91,7 @@ <h1 class="text-center mt-5">How to contact me</h1> | |
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="form-group"> | ||
<textarea type="text" placeholder="Message" class="form-control" name="Message" required></textarea> | ||
<textarea type="text" placeholder="Message" name="Message" class="form-control" required></textarea> | ||
</div> | ||
<div class="col-md-6 "> | ||
<div class="form-group"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters