-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (124 loc) · 3.11 KB
/
index.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!--
<BROOKE CLAVERIA
<2022/08/23
<index page
<by Joshua Robison
< < < < < < < < < < < <
< < < < < < < < < < < <
< < < < < < < < < < < < -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible"
content="ie=edge">
<meta name="description"
content="Body health and fitness by Brooke Claveria">
<title>Brooke Claveria</title>
<link rel="apple-touch-icon"
href="favicon-apple.png"><!--180-->
<link rel="icon" type="image/png"
href="favicon.png"><!--196-->
<link rel="shortcut icon"
href="/favicon.ico"><!--48-->
<link rel="stylesheet" href="style/style.css" />
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<script>
$(function(){
$("#NAVIGATION").load("navigation.html");
$("#FOOTER").load("footer.html");
$("#SVGS").load("svgs.html");
});
</script>
</head>
<body>
<!--
<HEADER [BOX]
< < < < < < < < < -->
<header class="FRAME⦘FULLHEADER">
<div class="FILMSTRIP⦘">
<section class="IMG⦘access">
<aside>
<h1>BROOKE CLAVERIA ONLINE ACCESS</h1>
<span>Join now and gain exclusive access
to Brooke Claveria's online library.</span>
<a class="BTN⦘SECTION" href="#">
MEMBERS <br> ACCESS
</a>
</aside>
</section>
<section class="IMG⦘classes">
<aside>
<h1>MAT AND REFORMER CLASSES</h1>
<span>Find out about group and individual classes with Brooke on the Reformer or mat.
</span>
<a class="BTN⦘SECTION" href="classes.html">
FIND OUT <br> MORE
</a>
</aside>
</section>
<section class="IMG⦘kids">
<aside>
<h1>CORE STRENGTH IS FOR KIDS TOO</h1>
<span>Kids and mothers can have fun while learning skills which will benefit them their entire lifetime.
</span>
<a class="BTN⦘SECTION" href="classes.html">
FIND OUT <br> MORE
</a>
</aside>
</section>
</div><!--FILMSTRIP⦘-->
<a class="BTN⦘HEROLOGO"
href="index.html">
<img src="img/logo.svg"
type="image/svg+xml" />
</a>
</header>
<!--
<GALLERY [FRAME]
< < < < < < < < < -->
<section class="FRAME⦘GALLERY TWEAK⦘INDEX">
<div>
<a href="location.html">
<h1>BROOKE`S LOCATIONS</h1>
<span>Get personal coaching from Brooke at several locations in Santa Barbara, CA.
</span>
</a>
</div>
<div>
<a href="clients.html">
<h1>CLIENTS VOICE</h1>
<span>Discover what Brooke's clients are saying.
</span>
</a>
</div>
<div>
<a href="bio.html">
<h1>BROOKE`S BIO</h1>
<span>Discover Brooke's history and achievements in physical therapy.
</span>
</a>
</div>
</section>
<!--
<FOOTER [BOX]
< < < < < < < < < < < < -->
<footer id="FOOTER"></footer>
<!--
<NAVIGATION [BOX]
< < < < < < < < < < < < -->
<nav id="NAVIGATION"
class="NAV⦘HEROMENU">
</nav>
</body>
<!--
<EXTERNAL SVG ICONS
< < < < < < < < < < < < -->
<div id="SVGS"></div>
</html>