-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
302 lines (260 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fitness-BD</title>
<link rel="stylesheet" href="./styles/style.css">
<script src="https://kit.fontawesome.com/99aa468daa.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Header Section -->
<header>
<section class="header">
<h1 class="brand">Fitness</h1>
<nav class="nav-list">
<ul>
<li>
<a href="#" class="ahome">Home</a>
<a href="#">Service</a>
<a href="#">Contact</a>
<a href="#">About</a>
</li>
</ul>
</nav>
<div class="menu"><i class="fa-solid fa-bars"></i></div>
</section>
<section class="baner">
<div class="description">
<h1>Get body in <span>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="btn">
<button class="btn-primary"> Join Club Now</button>
<button class="btn-primary" id="dwon"> Download App</button>
</div>
</div>
<div class="picture">
<img src="./images/Images 2.png" alt="">
</div>
<div class="tutorial">
<div class="red-carcle"></div>
<div class="tutorial-text">
<h1>350+</h1>
<p>Video tutorial </p>
</div>
</div>
<div class="free-video">
<div class="tutorial-text2">
<h1>500+</h1>
<p> Free Workout Video</p>
</div>
</section>
</header>
<main>
<!-- Chnage Habit Section -->
<section class="change-habit">
<div class="change-description">
<h1>Change Your Habits</h1>
<p>We believe fitness should be accessible to everyone, everywhere, regardless of income or access to a gym.</p>
</div>
<div class="change-cart">
<div class="cart-box1">
<img src="./images/image 3.png" alt="">
<h3>Movement</h3>
<p>We believe fitness should be accessible to everyone</p>
</div>
<div class="cart-box2">
<img src="./images/image 2.png" alt="">
<h3>Time</h3>
<p>We believe fitness should be accessible to everyone</p>
</div>
<div class="cart-box3">
<img src="./images/image 4.png" alt="">
<h3>Practice</h3>
<p>We believe fitness should be accessible to everyone</p>
</div>
<div class="cart-box4">
<img src="./images/image 5.png" alt="">
<h3>Weight Loss</h3>
<p>We believe fitness should be accessible to everyone</p>
</div>
</div>
<div class="run-extra">
<div class="run-description">
<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>
<button class="btn-primary" id="join">Join Now</button>
</div>
<div class="run-picture">
<img src="./images/run.jpg" alt="">
</div>
</div>
</section>
<!-- BMI calculator style-@anirban3365 -->
<div class="bmi-dis">
<h1>BMI Calculator</h1>
<p>We believe fitness should be accessible to everyone, everywhere, regardless of income or access to a gym.</p>
</div>
<section class="bmi-cal">
<div class="cal">
<div class="cal-chart">
<h2>BMI Calculator Chart</h2>
<table>
<thead>
<tr>
<td class="theader">BMI </td>
<td class="theader">Weight Status</td>
</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>
</table>
</div>
<div class="cal-input">
<div class="input-des">
<h2>Calculate your BMI</h2>
<p>We believe fitness should be accessible to everyone, everywhere, regardless of income or access to a gym. </p>
</div>
<div class="binput">
<input type="text" placeholder="Height/cm">
<input type="text" placeholder="Weight/kg">
<input type="text" placeholder="Age">
<select name="sex" id="" placeholder="Sex">
<option value="sex">Sex</option>
<option value="sex"></option>
</select>
<div class="full-box">
<select name="sex" id="" >
<option value="sex">Select an activity store</option>
<option value="sex"></option>
</select>
</div>
</div>
<div class="calculate">
<button class="btn-primary" id="cal-btn"> Calculate</button>
</div>
</div>
</div>
</section>
<!-- Meet our team Section -->
<div class="des">
<h1>Meet Our Team</h1>
<p>We believe fitness should be accessible to everyone, everywhere, regardless of income or access to a gym.</p>
</div>
<section class="meet-team">
<div class="team-person">
<img src="./images/trainer1.png" alt="">
<div class="t1-name">
<h2>Jerome Bell</h2>
<p>Trainer</p>
</div>
</div>
<div class="team-person">
<img src="images/trainer2.png" alt="">
<div class="t2-name">
<h2>Gameron Willi</h2>
<p>Trainer</p>
</div>
</div>
<div class="team-person">
<img src="./images/trainer3.png" alt="">
<div class="t3-name">
<h2>Drrell Steward</h2>
<p>Trainer</p>
</div>
</div>
<div class="team-person">
<img src="./images/trainer4.png" alt="">
<div class="t4-name">
<h2>Dianne Russell</h2>
<p>Trainer</p>
</div>
</div>
<div class="team-person">
<img src="images/trainer5.png" alt="">
<div class="t5-name">
<h2>Cody Fisher</h2>
<p>Trainer</p>
</div>
</div>
<div class="team-person">
<img src="./images/trainer6.png " alt="">
<div class="t6-name">
<h2>Theresa Webb</h2>
<p>Trainer</p>
</div>
</div>
</section>
<!-- My section-@anirban3365-->
<div class="review-des">
<h1>Review & Feedback</h1>
<p>We have regular clint who satisfaid with our service and products
you must meed to check out that
</p>
</div>
<section class="riview">
<div class="review-cart">
<img src="./images/1.png" alt="">
<h3> Anirban</h3>
<p>hey I'm Anirban I'm Regular Client of Fitness gym I did done my first challage within 3 month it's amazing
great & Best</p>
</img>
</div>
<div class="review-cart">
<img src="./images/2.png" alt="">
<h3>Jonaton</h3>
<p>hey I'm Johanaton I'm Regular Client of Fitness gym. I wanna talk about tranier who really hard working person he best inspiration for me
</p>
</img>
</div>
<div class="review-cart">
<img src="./images/3.png" alt="">
<h3>Jesika</h3>
<p>hey I'Jesika I'm Regular Client of Fitness gym. I wanna talk about my female tranier who really hard working person he best inspiration for me.
</p>
</img>
</div>
</section>
<!-- Footer Section -->
<section class="footer">
<div class="foot-box">
<h1 class="brand">Fitness</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>
</div>
<div class="foot-box">
<h3>Get Started</h3>
<p>Service</p>
<p>Contact Us</p>
<p>Affiliate Program</p>
<p>About Us</p>
</div>
<div class="foot-box">
<h3>Get Started</h3>
<p>Fitness</p>
<p>Platform</p>
<p>Workout Libary</p>
<p>App Design</p>
</div>
</section>
<section class="copy-right">
<h3>All right resaerved @Anirban 2024</h3>
</section>
</main>
</body>
</html>