-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
380 lines (379 loc) · 14.6 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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Muscle Mania Gym</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Bangers&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin=""
/>
<link rel="stylesheet" href="/muscleManiaGym/public/stylesheets/index.css" />
</head>
<body class="d-flex flex-column vh-100">
<div class="bannerBackground">
<div>
<img src="/muscleManiaGym/public/imgs/banner/logo.png" alt="" class="bannerLogo" />
</div>
</div>
<nav
class="navbar sticky-top navbar-expand-lg navbar-dark bg-dark rounded-bottom"
>
<div class="container-fluid">
<a class="navbar-brand navBrandText" href="/muscleManiaGym/index.html"
>Muscle Mania Gym</a
>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link" href="/muscleManiaGym/views/membership.html">Membership</a>
<a class="nav-link" href="/muscleManiaGym/views/trainers.html">Trainers</a>
<a class="nav-link" href="/muscleManiaGym/views/classes.html">Classes</a>
<a class="nav-link" href="/muscleManiaGym/views/contact.html">Contact</a>
</div>
</div>
</div>
</nav>
<main class="container mt-3 shadow-lg rounded px-3 py-3">
<div class="row row-cols-1 row-cols-lg-3 g-4">
<div class="col">
<div class="card">
<div class="card-body">
<h5 class="card-title text-center cardTitleText">Hours</h5>
<hr />
<ul>
<li>Monday: 6:00am - 10:00pm</li>
<li>Tuesday: 6:00am - 10:00pm</li>
<li>Wednesday: 6:00am - 10:00pm</li>
<li>Thursday: 6:00am - 10:00pm</li>
<li>Friday: 6:00am - 9:00pm</li>
<li>Saturday: 5:00am - 8:00pm</li>
<li>Sunday: 5:00am - 8:00pm</li>
</ul>
<div class="text-center pb-4">
<p class="card-text text-center">
These hours are subject to change, so please check with the
gym for any updates or modifications.
</p>
<hr />
<button
type="button"
class="btn btn-primary"
data-bs-toggle="modal"
data-bs-target="#hrsModal"
>
Holiday Hours
</button>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card">
<div class="card-body">
<h5 class="card-title text-center cardTitleText">
Follow Us On Social Media
</h5>
<hr />
<div>
<iframe
width="100%"
height="200px"
src="https://www.youtube.com/embed/-DChdwHKSbQ"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
class="mt-3"
></iframe>
</div>
<hr />
<div class="row pb-4 mt-3">
<div class="col">
<a href="https://www.instagram.com"
><i class="bi bi-instagram socialIcons"></i
></a>
</div>
<div class="col">
<a href="https://www.youtube.com"
><i class="bi bi-youtube socialIcons"></i
></a>
</div>
<div class="col">
<a href="https://twitter.com"
><i class="bi bi-twitter socialIcons"></i
></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card">
<div class="card-body pb-4">
<h5 class="card-title text-center cardTitleText">Location</h5>
<hr />
<div id="map" class="rounded"></div>
<div class="text-center mt-4">
<p>
409 Blackwell St,
<br />
Durham, NC 27701
</p>
<hr />
<a
class="btn btn-primary"
href="https://www.google.com/maps/place/409+Blackwell+St,+Durham,+NC+27701/@35.9915933,-78.9065919,895m/data=!3m1!1e3!4m6!3m5!1s0x89ace46c84b85463:0xdd0374809fef893e!8m2!3d35.991589!4d-78.904017!16s%2Fg%2F11c5qd_tvt!5m1!1e4?entry=ttu"
role="button"
>Get Directions</a
>
</div>
</div>
</div>
</div>
</div>
<div
class="modal fade"
id="hrsModal"
tabindex="-1"
aria-labelledby="hrsModalLabel"
aria-hidden="true"
>
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5 cardTitleText" id="hrsModalLabel">
Closed For
</h1>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body">
<ul>
<li>New Year's Day</li>
<li>Easter Sunday</li>
<li>Memorial Day</li>
<li>Independence Day</li>
<li>Labor Day</li>
<li>Thanksgiving Day</li>
<li>Christmas Day</li>
</ul>
<p>You can always call to confirm our status.</p>
<a href="" id="hrsModalPhone"
><i class="bi bi-telephone-fill"> 1-800-867-5309</i></a
>
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-secondary"
data-bs-dismiss="modal"
>
Close
</button>
</div>
</div>
</div>
</div>
<div class="row mt-3">
<div>
<div class="card mb-3">
<div class="row g-0">
<div class="col-lg-4">
<img
src="/muscleManiaGym/public/imgs/home/personalTrainer.jpg"
class="img-fluid rounded-start"
alt="Personal trainer coaching."
/>
</div>
<div class="col-lg-8">
<div class="card-body">
<h5 class="card-title cardTitleText">Personal Trainers</h5>
<p class="card-text">
Unlock your full potential at our gym! Our experienced
trainers are committed to helping you achieve remarkable
results. Whether you're a beginner or a fitness enthusiast,
our dedicated team will guide you every step of the way.
With personalized workout plans and unwavering support, our
trainers will push you beyond your limits. Join us today and
experience the transformative power of our exceptional
trainers. Start your fitness journey now!
</p>
<a class="btn btn-primary" href="/muscleManiaGym/views/trainers.html" role="button"
>Meet Our Certified Trainers</a
>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row row-cols-1 row-cols-lg-3 g-4">
<div class="col">
<div class="card h-100">
<img
src="/muscleManiaGym/public/imgs/home/equipment.jpg"
class="card-img-top"
alt="Gym equipment."
/>
<div class="card-body">
<h5 class="card-title cardTitleText">Equipment</h5>
<p class="card-text">
Experience the ultimate workout environment with our top-quality
gym equipment. We pride ourselves on maintaining a clean and
hygienic facility, ensuring a safe and enjoyable fitness
experience. Our state-of-the-art equipment is regularly updated,
providing you with the latest fitness innovations. Join us today
to maximize your performance and achieve remarkable results.
Unleash your full potential with our exceptional gym equipment.
</p>
</div>
<div class="card-footer">
<blockquote class="blockquote mb-0">
<p>
"The equipment at Muscle Mania is top-notch! It's like having
a personal training session with every workout. Love it!"
</p>
<footer class="blockquote-footer">
John Anderson
<cite title="Source Title"
><a href="https://www.nytimes.com"
>The New York Times</a
></cite
>
</footer>
</blockquote>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img
src="/muscleManiaGym/public/imgs/home/community.jpg"
class="card-img-top"
alt="Gym buddies"
/>
<div class="card-body">
<h5 class="card-title cardTitleText">
Active Supportive Community
</h5>
<p class="card-text">
Join our gym and experience the power of our strong and
supportive community! Our gym is filled with like-minded
individuals who are passionate about health, wellness, and
helping each other succeed. From beginners to seasoned athletes,
everyone is welcomed and embraced in our inclusive environment.
<br />
With group workouts, friendly competitions, and social events,
our community provides a sense of belonging and camaraderie.
Join us today and be a part of a community that uplifts,
motivates, and celebrates every achievement. Start your fitness
journey with a supportive network that believes in your success!
</p>
</div>
<div class="card-footer">
<blockquote class="blockquote mb-0">
<p>
"The gym community at Muscle Mania is incredible! I've never
felt more supported and motivated. Highly recommend!"
</p>
<footer class="blockquote-footer">
Sarah Smith
<cite title="Source Title"
><a href="https://www.yelp.com">Yelp</a></cite
>
</footer>
</blockquote>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img
src="/muscleManiaGym/public/imgs/home/lockerroomSauna.jpg"
class="card-img-top"
alt="Sauna"
/>
<div class="card-body">
<h5 class="card-title cardTitleText">
More Than Just A Locker Room
</h5>
<p class="card-text">
Discover the exceptional cleanliness and modernity of our gym
locker rooms and sauna. Our facilities are meticulously
maintained, providing a pristine and hygienic environment for
your comfort and relaxation. Experience the utmost cleanliness
and contemporary design as you unwind and rejuvenate in our
state-of-the-art sauna and locker rooms. Join us today and
indulge in the luxurious and refreshing amenities our gym has to
offer.
</p>
</div>
<div class="card-footer">
<blockquote class="blockquote mb-0">
<p>
"The locker rooms and sauna at Muscle Mania are simply
amazing! Truly luxurious experience. A must-try!"
</p>
<footer class="blockquote-footer">
Emily Roberts
<cite title="Source Title"
><a href="https://www.google.com">Google Reviews</a></cite
>
</footer>
</blockquote>
</div>
</div>
</div>
</div>
</main>
<footer class="footer bg-dark py-3 mt-3 rounded-top">
<section class="container text-center">
<span class="text-light">© 2023</span>
</section>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz"
crossorigin="anonymous"
></script>
<script
src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
crossorigin=""
></script>
<script src="/muscleManiaGym/public/js/index.js"></script>
</body>
</html>