Skip to content

Commit

Permalink
Added scroll to top button in Contact page (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
meetarora10 authored Aug 3, 2024
1 parent 71269ff commit 5d8c363
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/contact/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link rel="stylesheet" type="text/css" href="../../style.css" />
<link rel="stylesheet" type="text/css" href="./contact.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.1/font/bootstrap-icons.min.css">
<script src="https://kit.fontawesome.com/b08b6de27e.js" crossorigin="anonymous"></script>
<title>CalcDiverse | Contact Us</title>
</head>
Expand Down Expand Up @@ -102,6 +103,13 @@ <h2>Contact Us</h2>
</section>
</div>

<!-- Scroll to Top Button Starts Here -->
<div id="progress">
<span id="progress-value" class="bi bi-arrow-up-short"></span>
</div>

<!-- Scroll to Top Button Ends Here -->

<!-------------------------------------Footer Code Starts --------------------------------------------->
<footer>
<div class="footer-container">
Expand Down

0 comments on commit 5d8c363

Please sign in to comment.