-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
604 lines (496 loc) · 18.9 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
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FitWell</title>
<!-- Bootstrap link -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<!-- My Link Style -->
<link rel="stylesheet" href="assets/css/index.css" />
<!-- Animation CSS -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body id="topicon">
<header class="header py-3">
<!-- Start of navbar -->
<nav
class="
navbar container navbar-expand-lg
mybg-nav
"
>
<div class="container-fluid align-items-center w-100 ">
<!-- Navbar Logo Section -->
<a class="align-items-center text-decoration-none justify-content-center d-flex" href="../index.html"
><img src="../assets/images/about/fitwell-logo.png" alt="Fitwell Logo" class="logo"
/><span class="logo-text">FITWELL</span></a>
<!-- End of Navbar Logo Section -->
<div class="d-flex">
<div class="d-flex btn-desk">
<a class=" btn btn-off text-decoration-none" href="../pages/sign-up.html"
>SIGN UP</a
>
</div>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<img src="../assets/images/about/menu-icon.png" alt="" class="img-fluid navbar-toggler-icon">
</button>
</div>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto align-items-center">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#"
>WORKOUTS</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#">MEALPLANS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../pages/about.html">ABOUT US</a>
</li>
<li class="nav-item btn-hide-mb">
<a class="nav-link btn my-btn btn-mob" href="../pages/sign-up.html"
>SIGN UP</a
>
</li>
<li class="nav-item">
<a class="nav-link btn bg-dark my-btn btn-mob" href="../pages/login.html"
>LOGIN</a
>
</li>
</ul>
</div>
</div>
</nav> <!-- End of navbar -->
</header>
<main id="main">
<!-- Hero Section -->
<section class="hero">
<div class="hero-inner">
<h2 class="h2 h2-head mt-4 fw-bold pp" data-aos="fade-right" data-aos-duration="500">Welcome,</h2>
<p class="mt-3">
Health is wealth, keeping fit means staying healthy. Fitwell is made for your continous wellness and fitness. Workout Routines, Mealplans & Fitness Store to make your fitness journey a breeze.
</p>
<a href="./pages/sign-up.html">Get Started</a>
</div>
</section>
<!-- End of Hero Section -->
<!-- sub Hero Section -->
<div class="hero-section2">
<div class="hero-content-heading">
<h3>Have Access to Carefully Organised and Flexible Plans</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam turpis elit nec ipsum.
Diam interdum pellentesque venenatis, eu amet dictumst. Amet malesuada morbi cursus purus ut ultricies eu, sed.
Habitant volutpat porta suspendisse nec. Egestas tellus, lectus euismod in a sagittis sit cursus. Et, auctor
pellentesque ipsum vitae, eros, bibendum. Diam.</p>
</div>
<div class="hero-content-btn">
<a href="#">Gain Access</a>
</div>
</div>
<!-- why fitwell section -->
<div class="hero-info">
<div class="hero-about">
<h3>Why Fitwell</h3>
</div>
<div class="info">
<div class="if-img1">
<img src="assets/images/index/Thumbsup.png" alt="">
<p> Very organised and easy to use Plans , Carefully selected and suited specially for users.
All Routines are flexible and well explained </p>
</div>
<div class="if-img2">
<img src="assets/images/index/Group.png" alt="">
<p>All Plans have been tested by Fitness coaches and nutrionists around
the world and are provent to be safe and give the best results to Users</p>
</div>
<div class="if-img3">
<img src="assets/images/index/Message.png" alt="">
<p>feedback and User support to help every user with
any questions they may have about our products, </p>
</div>
</div>
<div class="ellipse1">
<img src="assets/images/index/Ellipse26.png" alt="">
<img src="assets/images/index/Ellipse28.png" alt="">
<img src="assets/images/index/Ellipse28.png" alt="">
</div>
</div>
<!-- Popular Exercise -->
<section class="container-1">
<div class="row-1">
<!-- div. yoga -->
<div class="yoga">
<img
src="assets/images/index/yoga.png"
alt=""
class="img-fluid"
/>
<div class="vid-icon">
<img src="assets/images/index/ytube.png" alt="">
</div>
<div class="vid-content1">
<h3>Flexibility Exercises for women</h3>
</div>
</div>
<!-- div. treadmill -->
<div class="treadmill">
<img
src="assets/images/index/treadmil.png"
alt=""
class="img-fluid"
/>
<div class="vid-icon">
<img src="assets/images/index/ytube.png" alt="">
</div>
<div class="vid-content2">
<h3>Best Cardio exercises for your age</h3>
</div>
</div>
<!-- div. isometry -->
<div class="isometry">
<img
src="assets/images/index/isometry.png"
alt=""
class="img-fluid"
/>
<div class="vid-icon">
<img src="assets/images/index/ytube.png" alt="">
</div>
<div class="vid-content3">
<h3>Planking the right way</h3>
</div>
</div>
<!-- div. lifting -->
<div class="lifting">
<img
src="assets/images/index/lifting.png"
alt=""
class="img-fluid"
/>
<div class="vid-icon">
<img src="assets/images/index/ytube.png" alt="">
</div>
<div class="vid-content4">
<h3>The Dos and Don’ts of Weight Lifting</h3>
</div>
</div>
</div>
<div class="row-text">
<h3 class="h3 fw-bold my-3 cpp" data-aos="fade-down" data-aos-duration="500">Workout Videos</h3>
<p class="p fw-bold my-4 px-3 din-color" data-aos="fade-up" data-aos-duration="500">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pulvinar molestie neque viverra nisi.
Viverra ipsum sagittis, magnis non dolor sed morbi nec pellentesque. Vitae eget sit non aliquam. T
ortor massa lectus varius et tristique pellentesque enim dignissim. Tincidunt lacus, bibendum et purus tristique.
Non rhoncus ac sodales pellentesque. Quam ac eros, eget eget diam. Elit mauris pellentesque arcu, ut magna non dui.
Felis morbi tincidunt ipsum amet tincidunt sollicitudin sagittis, in.
A at in ornare nam lacus, velit auctor blandit ut. Cursus laoreet rhoncus vitae.
</p>
<div class="buttons">
<a href="#" class="b1">Browse videos</a>
<a href="./pages/sign-up.html" class="b2">Join Now</a>
</div>
</div>
</section>
<!-- popular exercise end -->
<!-- Blog Posts -->
<section class="container my-5">
<h3 class="h3 fw-bold my-4 qp" data-aos="fade-right" data-aos-duration="500">Blog posts</h3>
<div class="container2">
<div class="row-blog">
<img src="assets/images/index/quicktips.png" alt="">
</div>
<div class="row-fitness">
<h3>Fitness</h3>
<span>How to do the Dumbell Deadlift</span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Posuere nec tellus tellus accumsan nunc, facilisis ultrices elementum eget.
In elit commodo vitae quisque volutpat augue nec ornare nisl.
Urna at lorem mauris enim. Ipsum, enim sed lobortis tristique.
Pellentesque amet enim semper consequat pretium, purus ut ut. Scelerisque tellus nulla et ut nisl,
elit in viverra. At placerat nulla tortor at nunc in aliquet sit. Quis dis quis non feugiat diam volutpat.
Fusce viverra nunc ut nunc tempor, tincidunt. Sed dictum placerat sed adipiscing
senectus. Donec sed urna aenean nunc dui mollis augue neque. Eros imperdiet pretium vehicula vitae amet vestibulum egestas eu. Cursus morbi aliquam.
</p>
<div class="butn">
<a href="#" class="b3">Read More</a>
<a href="#" class="b4">Next</a>
</div>
</div>
</div>
</section>
<!-- Blog posts End -->
<!-- About fitwell -->
<div class="hero-section3">
<div class="hero-content-heading2">
<h3>About Fitwell</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Montes,
sit ultricies morbi in amet velit. Lorem cursus in sed sed urna.
Commodo feugiat feugiat sit dui, vitae id. Tempor orci, molestie sit orci
adipiscing nisl, mi. Urna, et pellentesque ut dolor, pulvinar.
Vitae a ut a dictum. At diam neque mauris, purus justo, porta elit.
Cursus nibh velit faucibus arcu varius nunc interdum. Est varius facilisis
fermentum condimentum viverra fames nunc lorem fusce. Praesent euismod fermentum sed vitae.</p>
</div>
<div class="hero-content-btn2">
<a href="pages/about.html">Learn more about us</a>
</div>
</div>
<!-- About fitwell end -->
<!-- Testimonials -->
<div class="hero-sec4">
<h3 class="h3 fw-bold my-7 cpp3" data-aos="fade-right" data-aos-duration="500">Testimonials</h3>
<p class="p fw-bold my-6 px-3 din-color" data-aos="fade-up" data-aos-duration="500">
“I’ve been using Fitwell for over year now, and
i’ve seen tremendous changes both in my weight and health too.
i recomended the app to my wife and she also had the same results!“
</p>
<h4>- Jamal .O</h4>
<div class="ellipse-img">
<img src="assets/images/index/Ellipse27.png" alt="">
<img src="assets/images/index/Ellipse28.png" alt="">
<img src="assets/images/index/Ellipse28.png" alt="">
</div>
</div>
<!-- Testimonials End -->
<!-- partners -->
<section class="container my-9">
<h3 class="h3 fw-bold my-8 qp2" data-aos="fade-right" data-aos-duration="500">Our Partners</h3>
<div class="row8">
<div class="col-lg-2 col-md-3 col-sm-4 col-4 my-8 p-3">
<img src="assets/images/index/HealthCareLogo.png" alt="" class="img-fluid" data-aos="fade-down" data-aos-duration="500">
</div>
<div class="col-lg-2 col-md-3 col-sm-4 col-4 my-8 p-3">
<img src="assets/images/index/healthlogo.png" alt="" class="img-fluid"data-aos="fade-up" data-aos-duration="500">
</div>
<div class="col-lg-2 col-md-3 col-sm-4 col-4 my-8 p-3">
<img src="assets/images/index/HealthCareLogo.png" alt="" class="img-fluid"data-aos="fade-up" data-aos-duration="500">
</div>
<div class="col-lg-2 col-md-3 col-sm-4 col-4 my-8 p-3">
<img src="assets/images/index/farmcrylogo.png" alt="" class="img-fluid"data-aos="fade-down" data-aos-duration="500">
</div>
<div class="col-lg-2 col-md-3 col-sm-4 col-4 my-8 p-3">
<img src="assets/images/index/reliancelogo.png" alt="" class="img-fluid"data-aos="fade-up" data-aos-duration="500">
</div>
</div>
</section> <!-- Our Partners -->
<!-- <section class="footer-container">
<footer class="container">
<div class="row-footer">
<div class="footer-logo">
<img src="assets/images/index/fitwellwh-logo.png" alt="" class="img-fluid mt-5">
</div>
<div class="text-white">
<div class="mt-5">
<h4>Programs</h4>
<a href="#">Workout Programs</a><br>
<a href="#">Routines</a><br>
<a href="#">Meal Plans</a><br>
</div>
<div class="mt-5">
<h4>Workouts</h4>
<a href="#">Workout Videos</a><br>
<a href="#">Custom Workouts</a><br>
</div>
<div class="mt-5">
<h4>Health</h4>
<a href="#">Fitness</a><br>
<a href="#">Health</a><br>
<a href="#">Nutrition</a>
</div>
<div class="mt-5">
<h4>About</h4>
<a href="#">Carriers</a>
<br>
<a href="#">Tutorials</a>
<br>
<a href="#">Our Team</a>
</div>
</div>
</div>
</div>
<div class="d-flex justify-content-between align-items-center grand mt-4 text-white mb-3">
<div class="footer-icon">
<a href="#" class="mx-4"><img src="assets/images/index/in.png" alt="" class="img-fluid"></a>
<a href="#" class="mx-4"><img src="assets/images/index/fb.png" alt="" class="img-fb"></a>
<a href="#" class="mx-4"><img src="assets/images/index/tw.png" alt="" class="img-fluid"></a>
<a href="#" class="mx-4"><img src="assets/images/index/yt.png" alt="" class="img-fluid"></a>
</div>
</div>
<div class="copyright">
<p>Copyright @
<script>
const date = new Date();
const tDate = date.getFullYear();
document.write(tDate);
</script>
Fitwell</p>
</div>
</footer>
</section> -->
<!-- Footer -->
<footer class="footer-container container-fluid">
<div class="row footer g-5 ft-text">
<div
class="
col-lg-4 col-md-12 col-sm-12 col-12
mobile-m
my-4
footer-img
"
>
<div class="footer-logo">
<div class="footer-left">
<a class="align-items-center text-decoration-none justify-content-center d-flex" href="../index.html"
><img src="../assets/images/about/fitwell-footer-logo.png" alt="Fitwell Logo" class="logo"
/><span class="logo-footer-text">FITWELL</span></a>
</div>
<div
class="
footer-icon
d-flex
justify-content-center
align-items-center
"
>
<a href="#" class="mx-4"
><img
src="../assets/images/about/ins.png"
alt=""
class="img-fluid ins"
/></a>
<a href="#" class="mx-4"
><img
src="../assets/images/about/facebook.png"
alt=""
class="img-fluid fb"
/></a>
<a href="#" class="mx-4"
><img
src="../assets/images/about/twitter.png"
alt=""
class="img-fluid tw"
/></a>
<a href="#" class="ml-4"
><img
src="../assets/images/about/youtube.png"
alt=""
class="img-fluid yt"
/></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6 text-white ft-text">
<div class="">
<h4 class="h4 fw-bold">Programs</h4>
<a href="#" class="text-decoration-none text-white mt-4"
>Workout Programs</a
><br />
<a href="#" class="text-decoration-none text-white mt-4"
>Meal Plans</a
><br />
<a href="#" class="text-decoration-none text-white mt-4"
>Routines</a
>
</div>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6 text-white">
<div class="">
<h4 class="h4 fw-bold">Workouts</h4>
<a href="#" class="text-decoration-none text-white mt-4"
>Workout videos</a
>
<br />
<a href="#" class="text-decoration-none text-white mt-4"
>Custom workouts</a
>
</div>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6 text-white ft-text">
<div class="">
<h4 class="h4 fw-bold">Health</h4>
<a href="#" class="text-decoration-none text-white mt-4"
>Fitness</a
>
<br />
<a href="#" class="text-decoration-none text-white mt-4"
>Health</a
>
<br />
<a href="#" class="text-decoration-none text-white mt-4"
>Nutrition</a
>
</div>
</div>
<div class="col-lg-2 col-md-4 col-sm-6 col-6 text-white ft-text">
<div class="">
<h4 class="h4 fw-bold">About</h4>
<a href="#" class="text-decoration-none text-white mt-4"
>Carriers</a
>
<br />
<a href="#" class="text-decoration-none text-white mt-4"
>Tutorials</a
>
<br />
<a href="#" class="text-decoration-none text-white mt-4"
>Our Team</a
>
</div>
</div>
</div>
<div
class="
d-flex
justify-content-center
align-items-center
mt-5
text-white
"
>
<div class="copyright ">
<p>Copyright @
<script>
const date = new Date();
const tDate = date.getFullYear();
document.write(tDate);
</script>
Fitwell</p>
</div>
</div>
</footer> <!-- End of footer section -->
</main>
<a href="#topicon" class="totop">↑</a>
<!-- Bootstrap JS Link -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<!-- Animation -->
<script src="./assets/js/index.js"></script>
<!-- Animation -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
duration: 1000,
once: true,
});
</script>
</body>
</html>