-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
421 lines (297 loc) · 13.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Document</title>
<!-- social media icon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="css.css">
</head>
<body class="container-fluid">
<div id="first" class="container-fluid">
<nav class="navbar navbar-dark navbar-expand-sm">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="nav" >
<li class="nav-item">
<a class="nav-link" href="#HOME">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="why us.html">WHY US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="trainers.html">TRAINERS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact us.html" >CONTACT US</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="HOME" class="container">
<div class="text">
<h3>FITNESS</h3>
<h2>TRAINNING</h2>
<h1>FITNESS HUB</h1>
<p>
Welcome to our premier fitness destination, where passion meets performance! At our gym, we're committed to helping you reach your fitness goals with tailored programs,
cutting-edge equipment, and expert coaching.
Join our thriving community and experience the energy of our dynamic classes, personalized training sessions,
and supportive environment. Whether you're a beginner or a seasoned athlete, we're here to inspire and empower you on your fitness journey.
Discover the difference at our gym and let's make every workout count together!
</p>
<div class="btn">
<a href="#CONTACT US" class="btn btn-c">
CONTACT US
</a>
</div>
</div>
</div>
</div>
</section>
<!-- us part -->
<section class="us" id="WHY US">
<div class="container">
<div class="heading">
<h2>
WHY CHOOSE US
</h2>
</div>
<div class="us_container">
<div class="row">
<div class="col-6 col-md-6 col-lg-3">
<div class="box">
<div class="img">
<img src="images/equ.png" alt="">
</div>
<div class="detail">
<h5>
QUALITY EQUIPMENT
</h5>
<p>
Discover the difference with our premium equipment selection.
From high-tech cardio machines to robust strength training gear,
we invest in quality to enhance your workout experience and help you achieve your fitness goals effectively and safely.
</p>
</div>
</div>
</div>
<div class="col-6 col-md-6 col-lg-3">
<div class="box">
<div class="img">
<img src="images/nutri.png" alt="">
</div>
<div class="detail">
<h5>
NUTRITION
</h5>
<p>
Elevate your fitness journey with our holistic approach, including expert nutrition guidance.
Our certified nutritionists craft personalized plans to fuel your body, optimize performance,
and support your goals, ensuring a comprehensive path to success.
</p>
</div>
</div>
</div>
<div class="col-6 col-md-6 col-lg-3">
<div class="box">
<div class="img">
<img src="images/hel di.png" alt="">
</div>
<div class="detail">
<h5>
HEALTHY DIET PLAN
</h5>
<p>
Transform your health with our tailored healthy diet plans.
Designed by expert nutritionists, our personalized programs provide balanced nutrition,
delicious recipes, and ongoing support to help you achieve your wellness goals and sustain a vibrant,
active lifestyle.
</p>
</div>
</div>
</div>
<div class="col-6 col-md-6 col-lg-3">
<div class="box">
<div class="img">
<img src="images/sp tr.png" alt="">
</div>
<div class="detail">
<h5>
SPORT TRAINING
</h5>
<p>
Elevate your performance with our specialized sport training programs.
Led by experienced coaches, we offer tailored regimens to enhance agility,
strength, and skills specific to your sport.
Unleash your full potential and dominate the field, court, or arena with confidence
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- healthy part -->
<section class="healthy">
<div class="container">
<div class="row">
<h2>
HEALTHY MIND, HEALTHY BODY
</h2>
<p>
Unlock your full potential with our commitment to 'Healthy Mind, Healthy Body.
Beyond physical fitness, we prioritize mental well-being, offering a diverse range of classes and resources.
From invigorating workouts to mindfulness sessions, we provide the tools to cultivate balance and resilience.
Our supportive community fosters growth and empowerment, helping you achieve holistic wellness.
Embrace the synergy of mind and body as you embark on a journey of self-discovery and transformation.
Together, let's elevate every aspect of your health and vitality for a life of strength, clarity, and fulfillment
Discover the transformative power of aligning your mind and body. Through our integrated approach, you'll find harmony,
resilience, and inner strength.
Join us in nurturing a healthy mindset and vibrant physique, empowering you to live life to the fullest with purpose and passion.
</p>
<div class="btn">
<a href="https://www.medicinenet.com/why_are_health_and_fitness_so_important/article.htm" class="btn btn-r">
READ MORE
</a>
</div>
</div>
</div>
</section>
<!-- trainer part -->
<section class="trainer" id="TRAINERS">
<div class="container">
<div class="heading_container">
<h2>
Our Gym Trainers
</h2>
</div>
<div class="row">
<div class="col-4">
<div class="box">
<div class="name">
<h5>
John
</h5>
</div>
<div class="img-box" onmouseover="zoomIn(this)" onmouseout="zoomOut(this)">
<img src="images/t1.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="col-4">
<div class="box">
<div class="name">
<h5>
Ava
</h5>
</div>
<div class="img-box" onmouseover="zoomIn(this)" onmouseout="zoomOut(this)">
<img src="images/t2.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="col-4">
<div class="box">
<div class="name">
<h5>
Alex
</h5>
</div>
<div class="img-box" onmouseover="zoomIn(this)" onmouseout="zoomOut(this)">
<img src="images/t3.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- contact part -->
<section class="contact" id="CONTACT US">
<div class="container">
<div class="row">
<div class="col-6 ">
<div class="img-box">
<img src="images/contact-img.jpg" alt="" class="img-fluid">
</div>
</div>
<div class="col-6 " >
<div class="form_container pr-0 pr-lg-5 mr-0 mr-lg-2">
<div class="head">
<h2>
CONTACT US
</h2>
</div>
<form id="contactForm" onsubmit="return formf()" action="https://api.web3forms.com/submit" method="POST" >
<input type="hidden" name="access_key" value="296f445e-f4bd-4828-9723-0b0c97d79232">
<div class="f">
<input type="text" placeholder="Name" id="name" class="form-control" name="name">
<span id="nameEr" class="error" style="color: red;"></span>
</div>
<div class="f">
<input type="email" placeholder="Email" id="email" class="form-control" name="email">
<h5 id="emailEr" class="error" style="color: red;"></h5>
</div>
<div class="f">
<input type="text" placeholder="Phone Number" id="number" class="form-control" name="phone number">
<h5 id="numberEr" class="error" style="color: red;"></h5>
</div>
<div class="f">
<input type="text" placeholder="Message" id="message" class="form-control" name="message">
<h5 id="messageEr" class="error" style="color: red;"></h5>
</div>
<div class="d-flex">
<button type="submit" id="send">
Send
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<section class="footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<h4>Contact Us</h4>
<p>Email: [email protected]</p>
<p>Phone: +1234567890</p>
<p>Address: 123 Gym Street, London, ENGLAND</p>
</div>
<div class="col-md-4">
<h4>Useful Links</h4>
<ul>
<li><a href="#HOME">Home</a></li>
<li><a href="why us.html">Why Us</a></li>
<li><a href="contact us.html">Contact Us</a></li>
</ul>
</div>
<div class="col-md-4">
<h4>Connect With Us</h4>
<ul class="social-icons">
<li><a href="https://www.facebook.com/"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://twitter.com/?lang=en"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.youtube.com/"><i class="fab fa-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="copy">
<p>© 2024 FITNESS HUB. All rights reserved.</p>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="js.js"> </script>
</body>
</html>