-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
328 lines (327 loc) · 15.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fitness</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/favicon.png" type="image/x-icon">
<!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
</head>
<body>
<header>
<nav>
<div class="nav-logo">
<h1>Fitness</h1>
</div>
<svg class="bars" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="#ffffff" d="M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"/></svg>
<div class="nav-options">
<ul>
<li><a href="#Home">Home</a></li>
<li><a href="#Service">Service</a></li>
<li><a href="#Contact">Contact</a></li>
<li><a href="#About">About</a></li>
</ul>
</div>
</nav>
</header>
<main>
<section id="Home">
<div class="home">
<div class="head">
<h1>Get body in <span class="shape">shape</span> & stay healthy</h1>
<p>A huge selection of health and fitness content, healthy recipes and transformation stories to help you get fit and stay fit!</p>
<div class="btns">
<button class="btn1 btn">
<a href="https://www.fitbangladesh.com/product/fit-fitness-health-club-membership" target="_blank">Join Club Now</a>
</button>
<button class="btn2 btn">
<a href="https://play.google.com/store/apps/details?id=homeworkout.homeworkouts.noequipment&hl=en" target="_blank">Download App</a>
</button>
</div>
</div>
<div class="img_text">
<img src="assets/Images 2.png" alt="A man doing gym">
<div id="box-1">
<div>
<h1>500+</h1>
<p>Free Workout Videos</p>
</div>
</div>
<div id="box-2">
<div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="#ffffff" d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80L0 432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"/></svg>
</div>
<div>
<h1>350+</h1>
<p>Video tutorial</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Service">
<div class="service">
<div class="service-heading">
<h1>Change Your Habits</h1>
<p>Start your journey today. Fitness is for everyone, regardless of where you are or what resources you have.</p>
</div>
<div class="service-container">
<div>
<img src="assets/image 3.png" alt="Movement">
<h3>Movement</h3>
<p>Boost your energy with dynamic movement routines</p>
</div>
<div>
<img src="assets/image 2.png" alt="Time">
<h3>Time</h3>
<p>Make every minute count with efficient workouts</p>
</div>
<div>
<img src="assets/image 4.png" alt="Practice">
<h3>Practice</h3>
<p>Strengthen your core with disciplined practice</p>
</div>
<div>
<img src="assets/image 5.png" alt="Weight Loss">
<h3>Weight Loss</h3>
<p>Shed pounds effectively with expert guidance</p>
</div>
</div>
</div>
<div class="join">
<div class="text">
<h1>Run an Extra
Mile Easily</h1>
<p>We believe fitness should be accessible to everyone, everywhere, regardless of income or access to a gym. With hundreds of professional workouts.</p>
<a href="https://www.fitbangladesh.com/product/fit-fitness-health-club-membership" target="_blank"><button>Join Now</button></a>
</div>
<div class="img"></div>
</div>
</section>
<section id="BMI">
<div class="bmi-text">
<div class="bmi-heading">
<h1>BMI Calculator</h1>
<p>Your fitness journey begins with understanding your body. Our calculator is here to help everyone, everywhere, regardless of background.</p>
</div>
</div>
<div class="bmi-calculator">
<div class="chart">
<h3>BMI Calculator Chart</h3>
<table>
<thead>
<tr>
<th>BMI</th>
<th>Weight Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>Below 18.5</td>
<td>Underweight</td>
</tr>
<tr>
<td>18.5 - 24.9</td>
<td>Healthy</td>
</tr>
<tr>
<td>25.0 - 29.9</td>
<td>Overweight</td>
</tr>
<tr>
<td>30.0 - and Above</td>
<td>Obese</td>
</tr>
</tbody>
</table>
</div>
<div class="calculator">
<h3>Calculate your BMI</h3>
<p>Easily calculate your body mass index, track changes over time, and keep your overall health in check with our intuitive tool.</p>
<form>
<div>
<input type="text" placeholder="Height/cm">
<input type="text" placeholder="Weight/kg">
</div>
<div>
<input type="text" placeholder="Age" id="age">
<select id="gender" >
<option value="" disabled selected hidden>Sex</option>
<option value="gender">Male</option>
<option value="gender">Female</option>
<option value="gender">Mental Illness</option>
</select>
</div>
<div>
<select id="activity-factor">
<option value="" disabled selected hidden>Select an activity factor</option>
<option value="activity-factor">Light exercise or sports 1-3 days a week</option>
<option value="activity-factor">Moderate exercise or sports 3-5 days a week</option>
<option value="activity-factor">Hard exercise or sports 6-7 days a week</option>
</select>
</div>
<input type="submit" value="Calculate">
</form>
</div>
</div>
</section>
<section id="About">
<div class="about">
<div class="about-heading">
<h1>Meet Our Team</h1>
<p>We are dedicated to making fitness accessible to everyone, no matter where they are or their financial situation.</p>
</div>
<div class="team">
<div class="trainer">
<div class="t1">
<div id="trainer1">
<div class="text">
<h3>Jerome Bell</h3>
<p>Trainer</p>
</div>
</div>
<div id="trainer2">
<div class="text">
<h3>Dianne Russell</h3>
<p>Trainer</p>
</div>
</div>
</div>
<div class="t2">
<div id="trainer3">
<div class="text">
<h3>Cameron William</h3>
<p>Trainer</p>
</div>
</div>
<div id="trainer4">
<div class="text">
<h3>Cody Fisher</h3>
<p>Trainer</p>
</div>
</div>
</div>
<div class="t3">
<div id="trainer5">
<div class="text">
<h3>Darrell Steward</h3>
<p>Trainer</p>
</div>
</div>
<div id="trainer6">
<div class="text">
<h3>Theresa Webb</h3>
<p>Trainer</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="success_stories">
<div class="success_stories">
<div class="success-heading">
<h1>Success Stories</h1>
<p>Get inspired by our community members who transformed their lives through dedication and our fitness programs.</p>
</div>
<div class="stories">
<div class="success_tellers" id="teller1">
<div>
<h2>"I never imagined I could run a 7K, but with the support and guidance from the Fitness team, I went from being a couch potato to a runner in just three months. The step-by-step program was easy to follow, and the community support kept me motivated throughout my journey "</h2>
<div class="teller">
<h3>John Doe</h3>
<p>From Couch to 7K</p>
</div>
</div>
</div>
<div class="success_tellers" id="teller2">
<div>
<h2>"Before joining Fitness, I was always intimidated by the idea of working out. But the trainers here helped me gain confidence and strength. I've lost 15kg and gained a whole new outlook on life. Now, I can't imagine my routine without my daily workouts "</h2>
<div class="teller">
<h3>Donal Smith</h3>
<p>Strength and Confidence</p>
</div>
</div>
</div>
<div class="success_tellers" id="teller3">
<div>
<h2>"After suffering from health issues for years, I knew I needed to make a change. The customized workout plans and nutritional advice provided by Fitness were life-changing. I've lost 20kg, my blood pressure is down, and I feel better "</h2>
<div class="teller">
<h3>Mark Johnson</h3>
<p>A New Lease on Life</p>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="footer">
<div>
<a href="#" target="_blank" style="text-decoration: none;"><h1 class="tittle">Fitness</h1></a>
<p>We believe fitness should be accessible to everyone, everywhere, regardless of income or access to a gym. With hundreds of professional workouts.</p>
</div>
<div class="start">
<h2>Get Started</h2>
<ul>
<li>
<a href="#Service">
<p>Service</p>
</a>
</li>
<li>
<a href="https://www.dhalifitnesscenter.com/contact-us/" target="_blank">
<p>Contact Us</p>
</a>
</li>
<li>
<a href="https://backlinko.com/fitness-affiliate-programs" target="_blank">
<p>Affiliate Program</p>
</a>
</li>
<li>
<a href="#About">
<p class="last-p">About Us</p>
</a>
</li>
</ul>
</div>
<div class="start">
<h2>Get Started</h2>
<ul>
<li>
<a href="#">
<p>Fitness</p>
</a>
</li>
<li>
<a href="https://www.jrny.com/" target="_blank">
<p>Platform</p>
</a>
</li>
<li>
<a href="https://www.acefitness.org/resources/everyone/exercise-library/" target="_blank">
<p>Workout Library</p>
</a>
</li>
<li>
<a href="https://play.google.com/store/apps/details?id=homeworkout.homeworkouts.noequipment&hl=en" target="_blank">
<p class="last-p">App Design</p>
</a>
</li>
</ul>
</div>
</div>
<div class="copyright">
<p>All right reserved @Fitness 2024</p>
</div>
</footer>
</body>
</html>
<!-- © All rights are reserved by Md Rafsan Afnan Rushan
Email: [email protected]
Github: Rushberry -->