Skip to content

Commit

Permalink
Updating Github Pages chevron scrolling down
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWongLife committed May 31, 2024
1 parent 181a5be commit 524e7f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ <h3 align="center">Senior @ University of Illinois Urbana-Champaign (UIUC) major
<li><p>⚡ Fun fact: <strong>I&#39;ve been a Course Assistant for 4 STAT courses</strong></p>
</li>
</ul>
<div class="scroll-wrapper"><a href="#footer"><i class="scroll fa-solid fa-chevron-down fa-sm"></i></a></div>
<p><h3 align="left">Connect with me:</h3></p>
<p align="left">
<a href="https://x.com/the_wong_life" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg" alt="the_wong_life" height="30" width="40" /></a>
Expand All @@ -139,8 +140,6 @@ <h3 align="center">Senior @ University of Illinois Urbana-Champaign (UIUC) major

<p><img align="center" src="https://github-readme-streak-stats.herokuapp.com/?user=thewonglife&" alt="thewonglife" /></p>

<div class="scroll-wrapper"><a href="#footer"><i class="scroll fa-solid fa-chevron-down fa-sm"></i></a></div>

<button
type="button"
class="btn btn-dark btn-floating btn-lg"
Expand Down
4 changes: 2 additions & 2 deletions html/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ <h1 class="text-center mt-5">Let's start a conversation <i class="fa-solid fa-co
</div>
</div>

<div class="scroll-wrapper"><a href="#footer"><i class="scroll fa-solid fa-chevron-down fa-sm"></i></a></div>

<form action="https://formsubmit.co/[email protected]" method="POST">
<div class="container mt-5">
<div class="row">
Expand Down Expand Up @@ -142,8 +144,6 @@ <h1 class="text-center mt-5">Let's start a conversation <i class="fa-solid fa-co
<input type="hidden" name="_template" value="table">
</form>

<div class="scroll-wrapper"><a href="#footer"><i class="scroll fa-solid fa-chevron-down fa-sm"></i></a></div>

<button
type="button"
class="btn btn-dark btn-floating btn-lg"
Expand Down
4 changes: 2 additions & 2 deletions html/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@

<h1 class="text-center mt-5">Check out my resume <i class="fa-solid fa-file fa-sm"></i></h1>

<div class="scroll-wrapper"><a href="#footer"><i class="scroll fa-solid fa-chevron-down fa-sm"></i></a></div>

<div style='text-align:center'>
<iframe src="/Nicholas_Wong_Resume.pdf" width="1000" height="1000" title="Nicholas Wong's Resume"></iframe>
</div>

<div class="scroll-wrapper"><a href="#footer"><i class="scroll fa-solid fa-chevron-down fa-sm"></i></a></div>

<button
type="button"
class="btn btn-dark btn-floating btn-lg"
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ <h1>I'm Nicholas Wong, &</h1>
</div>
</div>
</div>
<div class="scroll-wrapper"><a href="#footer"><i class="scroll fa-solid fa-chevron-down fa-sm"></i></a></div>
<div class="my-4">
<div class="text-center mb-4">
<h1>My Skills</h1>
Expand Down Expand Up @@ -208,8 +209,6 @@ <h4>Visual Studio Code</h4>
</div>
</div>

<div class="scroll-wrapper"><a href="#footer"><i class="scroll fa-solid fa-chevron-down fa-sm"></i></a></div>

<button
type="button"
class="btn btn-dark btn-floating btn-lg"
Expand Down

0 comments on commit 524e7f2

Please sign in to comment.