Skip to content

Commit

Permalink
Added scroll on top button #75
Browse files Browse the repository at this point in the history
  • Loading branch information
devarsheecodess committed Oct 5, 2024
1 parent 7f993c2 commit b753cf9
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 408 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
href="https://fonts.googleapis.com/css2?family=Pattaya&family=Poppins:wght@400;500&display=swap"
rel="stylesheet" />
<link rel="icon" href="/icons/airplane.svg" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />

<title>BuddyTrail</title>
</head>
<body class="light-mode">
<button id="scrollTopBtn" class="scroll-top-btn">↑ Scroll to Top</button>
<button id="scrollTopBtn" class="scroll-top-btn"><i class="fa-solid fa-arrow-up"></i></button>

<!-- Google Translate Button -->
<div class="translate-container">
Expand Down
Loading

0 comments on commit b753cf9

Please sign in to comment.