-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavigation.html
50 lines (43 loc) · 1.29 KB
/
navigation.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
<input type="checkbox">
<menu>
<h3>SERVICES</h3>
<a href="#">Members Access</a>
<a href="classes.html">Workout & Classes</a>
<br>
<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>
<br>
<h3>INFO</h3>
<a href="#">Contact Me</a>
<a href="location.html">Locations</a>
<a href="#">Special Thanks</a>
<br>
<h3>FOLLOW</h3>
<menu 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>
</menu>
</menu>
<svg class="BTN⦘HAMBURGER">
<use href="#icon-menu">
</use></svg>