Skip to content

Commit

Permalink
Updating Github Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWongLife committed Jun 2, 2024
1 parent 29fbbc1 commit d0a107b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 30 deletions.
8 changes: 3 additions & 5 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@
<div class="container-fluid">
<div class="mx-4">
<a class="navbar-brand" href="#">
<p class="typewrite h6 font-weight-bold" data-period=2000 style = "display: inline;"
data-type='["Nicholas Wong"]'>
<span class="wrap"></span>
</p>
<img src="images/Nicholas_Wong_Favicon.png"
height="40">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand Down Expand Up @@ -107,7 +105,7 @@
<input type="text" name="q" />
</form>
</div>
<button type="button" class="btn btn-primary" data-mdb-ripple-init>
<button type="button" class="btn btn-primary btn-sm" data-mdb-ripple-init>
<i class="fa-solid fa-magnifying-glass fa-sm"></i>
</button>
</div>
Expand Down
8 changes: 3 additions & 5 deletions html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@
<div class="container-fluid">
<div class="mx-4">
<a class="navbar-brand" href="#">
<p class="typewrite h6 font-weight-bold" data-period=2000 style = "display: inline;"
data-type='["Nicholas Wong"]'>
<span class="wrap"></span>
</p>
<img src="../images/Nicholas_Wong_Favicon.png"
height="40">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand Down Expand Up @@ -91,7 +89,7 @@
<input type="text" name="q" />
</form>
</div>
<button type="button" class="btn btn-primary" data-mdb-ripple-init>
<button type="button" class="btn btn-primary btn-sm" data-mdb-ripple-init>
<i class="fa-solid fa-magnifying-glass fa-sm"></i>
</button>
</div>
Expand Down
8 changes: 3 additions & 5 deletions html/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@
<div class="container-fluid">
<div class="mx-4">
<a class="navbar-brand" href="#">
<p class="typewrite h6 font-weight-bold" data-period=2000 style = "display: inline;"
data-type='["Nicholas Wong"]'>
<span class="wrap"></span>
</p>
<img src="../images/Nicholas_Wong_Favicon.png"
height="40">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand Down Expand Up @@ -91,7 +89,7 @@
<input type="text" name="q" />
</form>
</div>
<button type="button" class="btn btn-primary" data-mdb-ripple-init>
<button type="button" class="btn btn-primary btn-sm" data-mdb-ripple-init>
<i class="fa-solid fa-magnifying-glass fa-sm"></i>
</button>
</div>
Expand Down
8 changes: 3 additions & 5 deletions html/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@
<div class="container-fluid">
<div class="mx-4">
<a class="navbar-brand" href="#">
<p class="typewrite h6 font-weight-bold" data-period=2000 style = "display: inline;"
data-type='["Nicholas Wong"]'>
<span class="wrap"></span>
</p>
<img src="../images/Nicholas_Wong_Favicon.png"
height="40">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand Down Expand Up @@ -91,7 +89,7 @@
<input type="text" name="q" />
</form>
</div>
<button type="button" class="btn btn-primary" data-mdb-ripple-init>
<button type="button" class="btn btn-primary btn-sm" data-mdb-ripple-init>
<i class="fa-solid fa-magnifying-glass fa-sm"></i>
</button>
</div>
Expand Down
8 changes: 3 additions & 5 deletions html/thanks.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@
<div class="container-fluid">
<div class="mx-4">
<a class="navbar-brand" href="#">
<p class="typewrite h6 font-weight-bold" data-period=2000 style = "display: inline;"
data-type='["Nicholas Wong"]'>
<span class="wrap"></span>
</p>
<img src="../images/Nicholas_Wong_Favicon.png"
height="40">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand Down Expand Up @@ -91,7 +89,7 @@
<input type="text" name="q" />
</form>
</div>
<button type="button" class="btn btn-primary" data-mdb-ripple-init>
<button type="button" class="btn btn-primary btn-sm" data-mdb-ripple-init>
<i class="fa-solid fa-magnifying-glass fa-sm"></i>
</button>
</div>
Expand Down
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@
<div class="container-fluid">
<div class="mx-4">
<a class="navbar-brand" href="#">
<p class="typewrite h6 font-weight-bold" data-period=2000 style = "display: inline;"
data-type='["Nicholas Wong"]'>
<span class="wrap"></span>
</p>
<img src="images/Nicholas_Wong_Favicon.png"
height="40">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand Down Expand Up @@ -91,7 +89,7 @@
<input type="text" name="q" />
</form>
</div>
<button type="button" class="btn btn-primary" data-mdb-ripple-init>
<button type="button" class="btn btn-primary btn-sm" data-mdb-ripple-init>
<i class="fa-solid fa-magnifying-glass fa-sm"></i>
</button>
</div>
Expand Down

0 comments on commit d0a107b

Please sign in to comment.