-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
111 lines (74 loc) · 2.41 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<div class="BOX⦘THANKS">
<h3>Special thanks to...</h3>
<div>
<img src="img/thankswt1.png">
<img src="img/thankswt2.png">
<img class="ACT⦘hide" src="img/thankswt3.png">
<img class="ACT⦘hide" src="img/thankswt4.png">
<h3><a href="#">And more</a></h3>
</div>
</div><!--BOX⦘THANKS-->
<div class="GRID⦘FOOTINFO">
<form class="FORM⦘FOOTUPDATE" target="_blank"
action="https://formsubmit.co/e635df05c42046d740a11acb4ce4410f"
method="POST">
<h3>GET UPDATES</h3>
<span>Stay updated on events and announcements from Brooke.</span>
<input type="text" name="Name"
placeholder="Name" required>
<input type="email" name="Email"
placeholder="[email protected]" required>
<input type="hidden" name="_subject"
value="REQUEST] News and updates please">
<input type="hidden" name="_template" value="table">
<button type="submit">SEND</button>
</form>
<nav class="NAV⦘FOOTMENU">
<h3>ABOUT</h3>
<a href="bio.html">Bio/History</a>
<a href="clients.html">Clients Voice</a>
<a href="#">Technique</a>
<a href="blog.html">Blog</a>
</nav>
<nav class="NAV⦘FOOTMENU">
<h3>INFO</h3>
<a href="#">Contact Me</a>
<a href="location.html">Locations</a>
<a href="#">Special Thanks</a>
</nav>
<nav class="NAV⦘FOOTMENU">
<h3>SERVICES</h3>
<a href="#">Members Access</a>
<a href="classes.html">Workout & Classes</a>
</nav>
</div><!--GRID⦘FOOTINFO-->
<div class="BOX⦘COPYRIGHT">
<span><small>
© Brooke Claveria - All Rights Reserved <time>2022</time>
</small></span>
<a class="BTN⦘FOOTLOGO" href="index.html">
<img src="img/logowt.svg"
type="image/svg+xml" />
</a>
<nav class="LIST⦘SOCIAL">
<a href="https://www.instagram.com/brookecherise/"
target="_blank"><svg>
<use href="#icon-instagram"></use>
</svg></a>
<a href="https://www.facebook.com/brookilates"
target="_blank"><svg>
<use href="#icon-facebook"></use>
</svg></a>
<a href="mailto:[email protected]"><svg>
<use href="#icon-mail"></use>
</svg></a>
<a href="https://www.youtube.com/user/brookalates"
target="_blank"><svg>
<use href="#icon-youtube"></use>
</svg></a>
<a href="https://www.linkedin.com/in/brooke-claveria-05710821"
target="_blank"><svg>
<use href="#icon-linkedin"></use>
</svg></a>
</nav><!--LIST⦘SOCIAL-->
</div><!--BOX⦘COPYRIGHT-->