diff --git a/about.html b/about.html index 53e6006..b120a59 100644 --- a/about.html +++ b/about.html @@ -28,12 +28,6 @@ /> - - @@ -50,7 +44,9 @@ @@ -195,8 +191,7 @@
- TWITTER TWITTER
@@ -210,12 +205,11 @@ >
- + > INSTAGRAM @@ -225,7 +219,7 @@ href="https://www.youtube.com" class="socialmediaName" target="_blank" - > + > YOUTUBE @@ -235,7 +229,7 @@ href="https://www.linkedin.com" class="socialmediaName" target="_blank" - > + > LINKEDIN @@ -245,7 +239,7 @@ href="https://github.com/Virtual4087/Tree2Hope" class="socialmediaName" target="_blank" - > + > GITHUB diff --git a/assets/css/style.css b/assets/css/style.css index 4f5625e..d9031b4 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -8,6 +8,26 @@ scroll-behavior: smooth; } +/*scroll to top button*/ +#scrollToTopBtn { + display: none; + position: fixed; + bottom: 20px; + right: 30px; + z-index: 99; + border: none; + outline: none; + background-color: #555; + color: white; + cursor: pointer; + padding: 10px; + border-radius: 5px; + font-size: 12px; +} + +#scrollToTopBtn:hover { + background-color: #333; +} /* Menu Bar */ .menu-container { diff --git a/index.html b/index.html index 9ddbd6f..92cecad 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,12 @@ + + + +