-
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.
Adding Github Pages chevron scrolling down
- Loading branch information
1 parent
d4e3195
commit 181a5be
Showing
6 changed files
with
170 additions
and
8 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 |
---|---|---|
|
@@ -15,6 +15,31 @@ | |
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"> | ||
<style> | ||
.scroll-wrapper {text-align:center;} | ||
.scroll { | ||
font-size: 50px; | ||
color: #000; | ||
-webkit-animation: scrolling 3s ease infinite; | ||
-moz-animation: scrolling 3s ease infinite; | ||
-o-animation: scrolling 3s ease infinite; | ||
animation: scrolling 3s ease infinite; | ||
} | ||
|
||
@keyframes scrolling { | ||
0% { | ||
transform: translate(0); | ||
} | ||
|
||
50% { | ||
transform: translate(0,40px); | ||
} | ||
|
||
100% { | ||
transform: translate(0); | ||
} | ||
} | ||
</style> | ||
<style> | ||
#btn-back-to-top { | ||
position: fixed; | ||
|
@@ -114,6 +139,8 @@ <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" | ||
|
@@ -122,7 +149,7 @@ <h3 align="center">Senior @ University of Illinois Urbana-Champaign (UIUC) major | |
<i class="fa-solid fa-chevron-up fa-sm"></i> | ||
</button> | ||
|
||
<footer class="text-center"> | ||
<footer class="text-center" id="footer"> | ||
<div class="container pt-4"> | ||
<section class="mb-4"> | ||
<a | ||
|
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 |
---|---|---|
|
@@ -15,6 +15,31 @@ | |
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"> | ||
<style> | ||
.scroll-wrapper {text-align:center;} | ||
.scroll { | ||
font-size: 50px; | ||
color: #000; | ||
-webkit-animation: scrolling 3s ease infinite; | ||
-moz-animation: scrolling 3s ease infinite; | ||
-o-animation: scrolling 3s ease infinite; | ||
animation: scrolling 3s ease infinite; | ||
} | ||
|
||
@keyframes scrolling { | ||
0% { | ||
transform: translate(0); | ||
} | ||
|
||
50% { | ||
transform: translate(0,40px); | ||
} | ||
|
||
100% { | ||
transform: translate(0); | ||
} | ||
} | ||
</style> | ||
<style> | ||
#btn-back-to-top { | ||
position: fixed; | ||
|
@@ -117,6 +142,8 @@ <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" | ||
|
@@ -125,7 +152,7 @@ <h1 class="text-center mt-5">Let's start a conversation <i class="fa-solid fa-co | |
<i class="fa-solid fa-chevron-up fa-sm"></i> | ||
</button> | ||
|
||
<footer class="text-center"> | ||
<footer class="text-center" id="footer"> | ||
<div class="container pt-4"> | ||
<section class="mb-4"> | ||
<a | ||
|
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 |
---|---|---|
|
@@ -15,6 +15,31 @@ | |
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"> | ||
<style> | ||
.scroll-wrapper {text-align:center;} | ||
.scroll { | ||
font-size: 50px; | ||
color: #000; | ||
-webkit-animation: scrolling 3s ease infinite; | ||
-moz-animation: scrolling 3s ease infinite; | ||
-o-animation: scrolling 3s ease infinite; | ||
animation: scrolling 3s ease infinite; | ||
} | ||
|
||
@keyframes scrolling { | ||
0% { | ||
transform: translate(0); | ||
} | ||
|
||
50% { | ||
transform: translate(0,40px); | ||
} | ||
|
||
100% { | ||
transform: translate(0); | ||
} | ||
} | ||
</style> | ||
<style> | ||
#btn-back-to-top { | ||
position: fixed; | ||
|
@@ -69,6 +94,8 @@ <h1 class="text-center mt-5">Check out my resume <i class="fa-solid fa-file fa-s | |
<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" | ||
|
@@ -77,7 +104,7 @@ <h1 class="text-center mt-5">Check out my resume <i class="fa-solid fa-file fa-s | |
<i class="fa-solid fa-chevron-up fa-sm"></i> | ||
</button> | ||
|
||
<footer class="text-center"> | ||
<footer class="text-center" id="footer"> | ||
<div class="container pt-4"> | ||
<section class="mb-4"> | ||
<a | ||
|
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 |
---|---|---|
|
@@ -15,6 +15,31 @@ | |
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"> | ||
<style> | ||
.scroll-wrapper {text-align:center;} | ||
.scroll { | ||
font-size: 50px; | ||
color: #000; | ||
-webkit-animation: scrolling 3s ease infinite; | ||
-moz-animation: scrolling 3s ease infinite; | ||
-o-animation: scrolling 3s ease infinite; | ||
animation: scrolling 3s ease infinite; | ||
} | ||
|
||
@keyframes scrolling { | ||
0% { | ||
transform: translate(0); | ||
} | ||
|
||
50% { | ||
transform: translate(0,40px); | ||
} | ||
|
||
100% { | ||
transform: translate(0); | ||
} | ||
} | ||
</style> | ||
<style> | ||
#btn-back-to-top { | ||
position: fixed; | ||
|
@@ -75,6 +100,8 @@ <h1 class="text-center mt-5">Thank You</h1> | |
</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" | ||
|
@@ -83,7 +110,7 @@ <h1 class="text-center mt-5">Thank You</h1> | |
<i class="fa-solid fa-chevron-up fa-sm"></i> | ||
</button> | ||
|
||
<footer class="text-center"> | ||
<footer class="text-center" id="footer"> | ||
<div class="container pt-4"> | ||
<section class="mb-4"> | ||
<a | ||
|
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 |
---|---|---|
|
@@ -15,6 +15,31 @@ | |
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"> | ||
<style> | ||
.scroll-wrapper {text-align:center;} | ||
.scroll { | ||
font-size: 50px; | ||
color: #000; | ||
-webkit-animation: scrolling 3s ease infinite; | ||
-moz-animation: scrolling 3s ease infinite; | ||
-o-animation: scrolling 3s ease infinite; | ||
animation: scrolling 3s ease infinite; | ||
} | ||
|
||
@keyframes scrolling { | ||
0% { | ||
transform: translate(0); | ||
} | ||
|
||
50% { | ||
transform: translate(0,40px); | ||
} | ||
|
||
100% { | ||
transform: translate(0); | ||
} | ||
} | ||
</style> | ||
<style> | ||
#btn-back-to-top { | ||
position: fixed; | ||
|
@@ -183,6 +208,8 @@ <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" | ||
|
@@ -191,7 +218,7 @@ <h4>Visual Studio Code</h4> | |
<i class="fa-solid fa-chevron-up fa-sm"></i> | ||
</button> | ||
|
||
<footer class="text-center"> | ||
<footer class="text-center" id="footer"> | ||
<div class="container pt-4"> | ||
<section class="mb-4"> | ||
<a | ||
|