Skip to content

Commit 175402e

Browse files
authored
Update join.html
1 parent e1880f9 commit 175402e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

join.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,20 @@ <h2>Become a Member</h2>
4949

5050
<button type="submit">Submit</button>
5151
</form>
52+
<!-- The Scroll-to-Top Button -->
53+
<a href="#top"><button id="scroll-to-top-btn" class="scroll-to-top-button">
54+
<!-- SVG icon for the arrow -->
55+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
56+
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
57+
class="lucide lucide-arrow-up">
58+
<path d="m5 12 7-7 7 7" />
59+
<path d="M12 19V5" />
60+
</svg>
61+
</button></a>
5262
</main>
5363

5464
<!-- Footer Section -->
55-
<footer>
65+
<footer>
5666
<div class="container">
5767
<p>&copy; 2025 Book Club. All rights reserved.</p>
5868
</div>

0 commit comments

Comments
 (0)