-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
452 lines (434 loc) · 18.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
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<title>FitPhysique</title>
</head>
<body>
<nav>
<div class="nav__bar">
<div class="nav__header">
<div class="nav__logo">
<a href="#"><img src="assets/logo.png" alt="logo" /></a>
</div>
<div class="nav__menu__btn" id="menu-btn">
<i class="ri-menu-line"></i>
</div>
</div>
<ul class="nav__links" id="nav-links">
<li><a href="#home">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#trainer">TRAINER</a></li>
<li><a href="#client">CLIENT</a></li>
<li><a href="#blog">BLOG</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</div>
</nav>
<header class="header" id="header">
<div class="section__container header__container">
<div class="header__content">
<h1>HARD WORK</h1>
<h2>ISS FOR EVERY SUCCESS</h2>
<p>Start by taking inspirations, continue it to give inspirations</p>
<div class="header__btn">
<button class="btn btn__primary">GET STARTED</button>
</div>
</div>
</div>
</header>
<section class="section__container about__container" id="about">
<div class="about__header">
<h2 class="section__header">ABOUT US</h2>
<p class="section__description">
Our mission is to inspire and support individuals in achieving their
health and wellness goals, regardless of their fitness level or
background.
</p>
</div>
<div class="about__grid">
<div class="about__card">
<h4>WINNER COACHES</h4>
<p>
We pride ourselves on having a team of dedicated and experienced
coaches who are committed to helping you succeed.
</p>
</div>
<div class="about__card">
<h4>AFFORDABLE PRICE</h4>
<p>
We believe that everyone should have access to high-quality fitness
facilities without breaking the bank.
</p>
</div>
<div class="about__card">
<h4>MODERN EQUIPMENTS</h4>
<p>
Stay ahead of the curve with our state-of-the-art equipment designed
to elevate your workout experience.
</p>
</div>
</div>
</section>
<section class="session">
<div class="session__card">
<h4>BODY BUILDING</h4>
<p>
Sculpt your physique and build muscle mass with our specialized
bodybuilding programs at FitPhysique.
</p>
<button class="btn btn__secondary">
READ MORE <i class="ri-arrow-right-line"></i>
</button>
</div>
<div class="session__card">
<h4>CARDIO</h4>
<p>
Elevate your heart rate and boost your endurance with our dynamic
cardio workouts at FitPhysique.
</p>
<button class="btn btn__secondary">
READ MORE <i class="ri-arrow-right-line"></i>
</button>
</div>
<div class="session__card">
<h4>FITNESS</h4>
<p>
Embrace a holistic approach to fitness with our comprehensive fitness
programs at FitPhysique.
</p>
<button class="btn btn__secondary">
READ MORE <i class="ri-arrow-right-line"></i>
</button>
</div>
<div class="session__card">
<h4>CROSSFIT</h4>
<p>
Experience the ultimate full-body workout with our intense CrossFit
classes at FitPhysique.
</p>
<button class="btn btn__secondary">
READ MORE <i class="ri-arrow-right-line"></i>
</button>
</div>
</section>
<section class="section__container trainer__container" id="trainer">
<h2 class="section__header">MEET OUR TRAINERS</h2>
<div class="trainer__grid">
<div class="trainer__card">
<img src="assets/trainer-1.jpg" alt="trainer" />
<h4>DAVID WILLIAMS</h4>
<p>Body Builder Coach</p>
<div class="trainer__socials">
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-youtube-fill"></i></a>
</div>
</div>
<div class="trainer__card">
<img src="assets/trainer-2.jpg" alt="trainer" />
<h4>ROSY RIVERA</h4>
<p>Cardio Coach</p>
<div class="trainer__socials">
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-youtube-fill"></i></a>
</div>
</div>
<div class="trainer__card">
<img src="assets/trainer-3.jpg" alt="trainer" />
<h4>MATT STONIE</h4>
<p>Fitness Coach</p>
<div class="trainer__socials">
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-youtube-fill"></i></a>
</div>
</div>
<div class="trainer__card">
<img src="assets/trainer-4.jpg" alt="trainer" />
<h4>SOFIA LAUREN</h4>
<p>Crossfit Coach</p>
<div class="trainer__socials">
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-youtube-fill"></i></a>
</div>
</div>
</div>
</section>
<section class="membership">
<div class="section__container membership__container">
<h2 class="section__header">MEMBERSHIP</h2>
<div class="membership__grid">
<div class="membership__card">
<h4>STANDARD</h4>
<ul>
<li>
<span><i class="ri-check-line"></i></span>
Gym floor access and standard equipment.
</li>
<li>
<span><i class="ri-check-line"></i></span>
Group fitness classes: yoga, Zumba, Pilates.
</li>
<li>
<span><i class="ri-check-line"></i></span>
Complimentary fitness consultations.
</li>
<li>
<span><i class="ri-check-line"></i></span>
Locker room and showers.
</li>
<li>
<span><i class="ri-check-line"></i></span>
Nutritional guidance and snacks.
</li>
<li>
<span><i class="ri-check-line"></i></span>
Member discounts on merchandise.
</li>
</ul>
<h3><sup>$</sup>30<span>/month</span></h3>
<button class="btn btn__primary">BUY NOW</button>
</div>
<div class="membership__card">
<h4>PROFESSIONAL</h4>
<ul>
<li>
<span><i class="ri-check-line"></i></span>
Standard Membership facilities included.
</li>
<li>
<span><i class="ri-check-line"></i></span>
Priority booking for personal training.
</li>
<li>
<span><i class="ri-check-line"></i></span>
Access to advanced equipment.
</li>
<li>
<span><i class="ri-check-line"></i></span>
Complimentary fitness consultations.
</li>
<li>
<span><i class="ri-check-line"></i></span>
Exclusive member events and workshops.
</li>
<li>
<span><i class="ri-check-line"></i></span>
Discounts on additional services.
</li>
</ul>
<h3><sup>$</sup>45<span>/month</span></h3>
<button class="btn btn__primary">BUY NOW</button>
</div>
<div class="membership__card">
<h4>ULTIMATE</h4>
<ul>
<li>
<span><i class="ri-check-line"></i></span>
Standard and Professional facilities included.
</li>
<li>
<span><i class="ri-check-line"></i></span>
Unlimited access to premium amenities.
</li>
<li>
<span><i class="ri-check-line"></i></span>
Reserved parking or valet service.
</li>
<li>
<span><i class="ri-check-line"></i></span>
Complimentary premium fitness classes.
</li>
<li>
<span><i class="ri-check-line"></i></span>
Customized workout plans.
</li>
<li>
<span><i class="ri-check-line"></i></span>
Priority access to guest passes and events.
</li>
</ul>
<h3><sup>$</sup>60<span>/month</span></h3>
<button class="btn btn__primary">BUY NOW</button>
</div>
</div>
</div>
</section>
<section class="section__container client__container" id="client">
<h2 class="section__header">OUR TESTIMONIALS</h2>
<!-- Slider main container -->
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide">
<div class="client__card">
<img src="assets/client-1.jpg" alt="client" />
<div><i class="ri-double-quotes-r"></i></div>
<p>
I've been a member at FitPhysique for over a year now, and I
couldn't be happier with my experience. The range of classes
offered here is impressive - from high-energy cardio sessions to
relaxing yoga classes, there's something for everyone.
</p>
<h4>Sarah Johnson</h4>
</div>
</div>
<div class="swiper-slide">
<div class="client__card">
<img src="assets/client-2.jpg" alt="client" />
<div><i class="ri-double-quotes-r"></i></div>
<p>
The classes are always well-planned and engaging, and the
instructors do an excellent job of keeping us motivated
throughout. I'm so grateful to have found such a supportive and
inclusive gym.
</p>
<h4>Michael Wong</h4>
</div>
</div>
<div class="swiper-slide">
<div class="client__card">
<img src="assets/client-3.jpg" alt="client" />
<div><i class="ri-double-quotes-r"></i></div>
<p>
I've tried many gyms in the past, but none of them compare to
FitPhysique. From the moment I walked through the doors, I felt
welcomed and supported by the staff and fellow members alike.
</p>
<h4>Emily Davis</h4>
</div>
</div>
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
</div>
</section>
<section class="blog" id="blog">
<div class="section__container blog__container">
<h2 class="section__header">BLOGS</h2>
<div class="blog__grid">
<div class="blog__card">
<img src="assets/blog-1.jpg" alt="blog" />
<h4>Fueling Your Body for Optimal Performance</h4>
</div>
<div class="blog__card">
<img src="assets/blog-2.jpg" alt="blog" />
<h4>A Guide to Setting and Achieving Fitness Goals</h4>
</div>
<div class="blog__card">
<img src="assets/blog-3.jpg" alt="blog" />
<h4>Tips and Techniques for Efficient Exercise</h4>
</div>
<div class="blog__card">
<img src="assets/blog-4.jpg" alt="blog" />
<h4>A Beginner's Guide to Starting Your Running Journey</h4>
</div>
</div>
<div class="blog__btn">
<button class="btn btn__primary">VIEW ALL</button>
</div>
</div>
</section>
<section class="section__container bmi__container">
<div class="wrapper">
<h2 class="bmi__header">BMI CALCULATOR</h2>
<p>Height in CM:
<input type="text" id="height"><br><span id="height_error"></span>
</p>
<p>Weight in KG:
<input type="text" id="weight"><br><span id="weight_error"></span>
</p>
<button class="btn" id="btn">Calculate</button>
<p id="output"></p>
</div>
</section>
<footer class="footer" id="contact">
<div class="section__container footer__container">
<div class="footer__col">
<div class="footer__logo">
<a href="#"><img src="assets/logo.png" alt="logo" /></a>
</div>
<p>
Welcome to FitPhysique, where we believe that every journey to
fitness is unique and empowering.
</p>
<ul class="footer__links">
<li>
<a href="#">
<span><i class="ri-map-pin-2-fill"></i></span>
123 Main Street<br />Sunrise Valley, Evergreen Heights
</a>
</li>
<li>
<a href="#">
<span><i class="ri-phone-fill"></i></span>
+91 9876543210
</a>
</li>
<li>
<a href="#">
<span><i class="ri-mail-fill"></i></span>
</a>
</li>
</ul>
</div>
<div class="footer__col">
<h4>GALLERY</h4>
<div class="gallery__grid">
<img src="assets/gallery-1.jpg" alt="gallery" />
<img src="assets/gallery-2.jpg" alt="gallery" />
<img src="assets/gallery-3.jpg" alt="gallery" />
<img src="assets/gallery-4.jpg" alt="gallery" />
<img src="assets/gallery-5.jpg" alt="gallery" />
<img src="assets/gallery-6.jpg" alt="gallery" />
<img src="assets/gallery-7.jpg" alt="gallery" />
<img src="assets/gallery-8.jpg" alt="gallery" />
<img src="assets/gallery-9.jpg" alt="gallery" />
</div>
</div>
<div class="footer__col">
<h4>NEWSLETTER</h4>
<p>
Don't miss out on the latest news and offers - sign up today and
join our thriving fitness community!
</p>
<form onsubmit="sendEmail(); reset(); return false;">
<input type="text" id="name" placeholder="Enter Name" />
<input type="text" id="email" placeholder="Enter Email" />
<input type="text" id="phone" placeholder="Enter Phone no." />
<button type="submit" class="btn btn__primary">SEND</button>
</form>
<div class="footer__socials">
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-youtube-fill"></i></a>
</div>
</div>
</div>
<div class="footer__bar">
Copyright © 2024 Web Design Mastery. All rights reserved.
</div>
</footer>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="main.js"></script>
</body>
</html>