-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
363 lines (354 loc) · 14.2 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/css/styles.css" />
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<title>MOCO | Movement Collective & Performance</title>
<link
rel="shortcut icon"
type="image/x-icon"
href="https://images.squarespace-cdn.com/content/v1/61b03875d5378849d90c7332/2842b28c-d576-4eca-a667-fec220e4d0b4/favicon.ico?format=100w"
/>
</head>
<body>
<header>
<div class="header">
<a href="index.html" target="_self" title="Link to Homepage"
><img
class="moco-logo"
src="/img/moco-logo-white.png"
alt="Movement Collective & Performance Logo"
/></a>
<nav class="header-nav">
<div class="dropdown nav-item">
<a class="drop-header"> ABOUT US </a>
<div class="dropdown-content">
<!-- <a href="about.html" target="_self" title="Link to About page">Why MOCO?</a> -->
<!-- <a href="team.html" target="_self" title="Link to About page">The Team</a> -->
<a>Why MOCO?</a>
<a>The Team</a>
</div>
</div>
<!-- <a class="nav-item" href="gym.html" target="_self" title="Link to Gym page">GYM</a> -->
<a class="nav-item">GYM</a>
<div class="dropdown nav-item">
<a class="drop-header"> OSTEOPATHY </a>
<div class="dropdown-content">
<!-- <a href="osteopathy.html" target="_self" title="Link to About page">The Osteo Joint</a> -->
<!-- <a href="osteopaths.html" target="_self" title="Link to About page">Osteopaths</a> -->
<a>The Osteo Joint</a>
<a>Osteopaths</a>
</div>
</div>
<!-- <a class="nav-item" href="pricing.html" target="_self" title="Link to Pricing page">PRICING</a>
<a class="nav-item" href="contact.html" target="_self" title="Link to Contact page">CONTACT</a> -->
<a class="nav-item">PRICING</a>
<a class="nav-item">CONTACT</a>
<!-- <a href="https://www.flaticon.com/free-icons/instagram" title="instagram icons">Instagram icons created by Freepik - Flaticon</a> -->
<a
class="nav-item"
href="https://www.instagram.com/mocoperformance/"
target="_blank"
title="Link to MOCO's Instagram"
><img
class="insta-logo"
src="/img/instagram.png"
alt="Instagram Logo"
/></a>
<!-- <a class="nav-btn nav-item" href="book.html" target="_self" title="Link to About page">BOOK NOW</a> -->
<a class="nav-item">BOOK NOW</a>
</nav>
</div>
<div class="header-mobile">
<img
class="moco-logo"
src="/img/moco-logo-white.png"
alt="Movement Collective & Performance Logo"
onclick="toggleMenu()"
/>
<nav class="mobile-nav">
<!-- <a class="nav-item" href="index.html" target="_self" title="Link to Homepage">HOME</a>
<a class="nav-item" href="about.html" target="_self" title="Link to About page">WHY MOCO?</a>
<a class="nav-item" href="team.html" target="_self" title="Link to About page">THE TEAM</a>
<a class="nav-item" href="gym.html" target="_self" title="Link to Gym page">GYM</a>
<a class="nav-item" href="osteopathy.html" target="_self" title="Link to About page">THE OSTEO JOINT</a>
<a class="nav-item" href="osteopaths.html" target="_self" title="Link to About page">OSTEOPATHS</a>
<a class="nav-item" href="pricing.html" target="_self" title="Link to Pricing page">PRICING</a>
<a class="nav-item" href="contact.html" target="_self" title="Link to Contact page">CONTACT</a> -->
<a class="nav-item">HOME</a>
<a class="nav-item">WHY MOCO?</a>
<a class="nav-item">THE TEAM</a>
<a class="nav-item">GYM</a>
<a class="nav-item">OSTEOPATHS</a>
<a class="nav-item">PRICING</a>
<a class="nav-item">CONTACT</a>
<!-- <a href="https://www.flaticon.com/free-icons/instagram" title="instagram icons">Instagram icons created by Freepik - Flaticon</a> -->
<a
class="nav-item"
href="https://www.instagram.com/mocoperformance/"
target="_blank"
title="Link to MOCO's Instagram"
><img
class="insta-logo"
src="/img/instagram.png"
alt="Instagram Logo"
/></a>
<!-- <a class="nav-btn nav-item" href="book.html" target="_self" title="Link to About page">BOOK NOW</a> -->
<a class="nav-item">BOOK NOW</a>
</nav>
</div>
</header>
<section class="studio-parallax">
<div class="studio-dark-overlay">
<div class="studio-text-wrap">
<p class="heading-40">WELCOME TO MOCO</p>
<p>
A gym, wellness studio and health clinic under one roof designed to
help our community take their movement and wellbeing to the next
level.
</p>
<!-- <a
class="studio-btn"
href="book.html"
target="_self"
title="Link to Book class"
>BOOK A CLASS <span class="btn-arrow">_></span>
</a> -->
<a class="studio-btn"
>BOOK A CLASS <span class="btn-arrow">_></span>
</a>
<!-- <a
class="studio-btn"
href="book.html"
target="_self"
title="Link to Book page"
>BOOK AN APPOINTMENT <span class="btn-arrow">_></span>
</a> -->
<a class="studio-btn"
>BOOK AN APPOINTMENT <span class="btn-arrow">_></span>
</a>
</div>
</div>
</section>
<section class="vision-sect">
<div class="vision-content">
<p class="heading-40">THE MOCO VISION</p>
<p>
MOCO's ethos is simple – to provide a space where individuals can come
in, move, learn and laugh! Our goal is to help you build happier and
healthier lifestyles that you can enjoy in and outside of our studio
walls. <br />
<br />
What motivates us is bringing together and cultivating a community of
movers who want to engage in change and self-development. When you
walk through our doors, we promise you'll never be just a number.
We'll learn your name (and your pet's name if you bring them along!),
your story and your why. <br />
<br />
At MOCO your goals are our goals. <br />
</p>
</div>
<img
class="vision-img"
src="https://images.squarespace-cdn.com/content/v1/61b03875d5378849d90c7332/d59abb96-ba2d-4fd3-be94-5160a44be95f/Kensington+Movement+Collective+Performance+MOCO+Gym+Cardio+Session+Rowers.png?format=750w"
alt="a trainer encouraging people on rowing machines"
/>
</section>
<section class="vision-parallax">
<div class="dark-overlay"></div>
</section>
<section class="services-sect">
<p class="heading-40">MOCO FACILITIES & SERVICES</p>
<div class="service-nav">
<div class="service-wrap">
<div class="service-item">
<img
class="service-img"
src="https://images.squarespace-cdn.com/content/v1/61b03875d5378849d90c7332/1648623281390-ZQQKNB476Q2CL7WHWTT3/Kensington+Movement+Collective+Performance+MOCO+Gym+Ski+Ergs.jpg?format=500w"
alt="photo of the studio"
/>
<p>Group Training Studio</p>
<!-- <a
class="btn"
href="gym.html"
target="_self"
title="Link to Gym page"
>FIND OUT MORE</a
> -->
<a class="btn">FIND OUT MORE</a>
<!-- <a
class="btn"
href="gym.html"
target="_self"
title="Link to Gym page"
>FIND OUT MORE</a
> -->
<a class="btn">FIND OUT MORE</a>
</div>
</div>
<div class="service-wrap">
<div class="service-item">
<img
class="service-img"
src="https://images.squarespace-cdn.com/content/v1/61b03875d5378849d90c7332/1648682476671-A8H9YG5NN1A4N6Q2UK61/Kensington+Movement+Collective+Performance+MOCO+The+Osteo+Joint+Treatment+Room+3.png?format=500w"
alt="photo of a treatment table"
/>
<p>Osteopathy Clinic</p>
<!-- <a
class="btn"
href="ostepathy.html"
target="_self"
title="Link to Osteopathy page"
>FIND OUT MORE</a
> -->
<a class="btn">FIND OUT MORE</a>
</div>
</div>
<div class="service-wrap">
<div class="service-item">
<img
class="service-img"
src="https://images.squarespace-cdn.com/content/v1/61b03875d5378849d90c7332/1648443308978-BR6OY1J6V7SOPJQASPHS/Kensington+Movement+Collective+Performance+MOCO+Gym+Strength+Session+Coaching.png?format=500w"
alt="photo of coach watching a women's back squat technique"
/>
<p>1-on-1 Personal Training</p>
<!-- <a
class="btn"
href="contact-us.html"
target="_self"
title="Link to Contact page"
>CONTACT US</a
> -->
<a class="btn">CONTACT US</a>
</div>
</div>
<div class="service-wrap">
<div class="service-item">
<img
class="service-img"
src="https://images.squarespace-cdn.com/content/v1/61b03875d5378849d90c7332/826630c1-a42e-47b0-a095-ee6feaec7abe/Yoga+1.png?format=500w"
alt="a person doing pilates"
/>
<p>Wellness Space - Coming Soon</p>
</div>
</div>
<div class="service-wrap">
<div class="service-item">
<img
class="service-img"
src="https://images.squarespace-cdn.com/content/v1/61b03875d5378849d90c7332/1648682617407-YB5N1HUBDLHVLTSRJOWM/Kensington+Movement+Collective+Performance+MOCO+Body+Composition+Scanner.png?format=500w"
alt="image of a body scanner"
/>
<p>Body Composition Scanner</p>
</div>
</div>
</div>
</section>
<div class="passes-parallax">
<div class="dark-overlay"></div>
</div>
<section class="passes-wrap">
<img
class="passes-img"
src="https://images.squarespace-cdn.com/content/v1/61b03875d5378849d90c7332/1648446232522-25EUTS3PPRAHL1TQHULI/Kensington+Movement+Collective+Performance+MOCO+Gym+Strength+Session+Split+Squats.png?format=750w"
alt="image of a body scanner"
/>
<div class="passes-text">
<p class="heading-40">PASSES & MEMBERSHIPS</p>
<p>
The way you use MOCO is completely up to you. Whether you join us for
one-off classes and treatments, purchase a pack of classes to see how
you go, or sign up to one of our value-packed membership options, pick
the option that’s suits you and your lifestyle best.
</p>
</div>
</section>
<section class="plates-parallax">
<div class="plates-dark-overlay">
<div class="plates-text-wrap">
<p class="heading-40">
READY TO TAKE YOUR MOVEMENT <br />
TO THE NEXT LEVEL?
</p>
<a class="plate-btn">BOOK NOW</a>
</div>
</div>
</section>
<footer class="footer">
<div class="insta-wrap">
<p>FOLLOW MOCO ON INSTAGRAM</p>
<p class="insta-center">
<img src="/img/instagram.png" alt="instgram logo" /> @MOCOPERFORMANCE
</p>
</div>
<div class="foot-text-wrap">
<nav class="foot-nav">
<!-- <a
href="community-guidelines.html"
target="_self"
title="Link to Community Guidelines"
>Community Guidelines</a
> -->
<a>Community Guidelines</a>
<!-- <a
href="terms-conditions.html"
target="_self"
title="Link to Terms and Conditions"
>Terms & Conditions</a
> -->
<a>Terms & Conditions</a>
<!-- <a
href="faqs.html"
target="_self"
title="Link to frequently asked questions"
>FAQs</a
> -->
<a>FAQs</a>
<!-- <a
href="privacy-policy.html"
target="_self"
title="Link to Privacy Policy"
>Privacy Policy</a
> -->
<a>Privacy Policy</a>
</nav>
<p class="foot-ack">
MOCO Performance acknowledges the traditional owners and custodians of
the land on which we work. We pay respects to elders past, present,
and emerging and recognise their continuing connection to land,
waterways, and community. Sovereignty has never been ceded. It always
was and always will be, Aboriginal land.
</p>
<div class="foot-contact">
<!-- <a
class="foot-contact-head link"
href="contact.html"
target="_self"
title="Link to Contact page"
>CONTACT US</a
> -->
<a class="foot-contact-head link">CONTACT US</a>
<p>
11/7 Lloyd St West Melbourne <br />
VIC 3003
</p>
<a class="link" href="mailto:[email protected]"
><br />
<a class="link" href="tel:0491734339">0491 734 339</a>
</div>
</div>
</footer>
<script src="/js/main.js"></script>
</body>
</html>