-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
578 lines (511 loc) · 22.2 KB
/
index.html
File metadata and controls
578 lines (511 loc) · 22.2 KB
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous">
<!-- Main Css -->
<link rel="stylesheet" href="css/style.css">
<title>Day 31</title>
</head>
<body>
<!-- *********************** Header Section Start ************************ -->
<nav class="navbar navbar-expand-lg navbar-light s-header px-3">
<div class="container-xxl">
<a class="navbar-brand" href="#"> <img src="images/logo.png" alt=""> AppAMP Theme</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between ml-5" id="navbarSupportedContent">
<ul class="navbar-nav s-menu ml-5 mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-expanded="false"> Live Demo</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Time Planner App</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Health Tracker App</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-expanded="false">
Demo Blocks
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Time Planner App</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Health Tracker App</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Time Planner App</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Health Tracker App</a></li>
</ul>
</li>
</ul>
<a href="#" class="primary-btn font-weight-bold">Buy Now</a>
</div>
</div>
</nav>
<!-- *********************** Header Section End ************************ -->
<!-- *********************** Slider Section Start ************************ -->
<section class="slider-section">
<div class="container">
<div class="row">
<div class="col">
<div class="slider-caption text-center text-white w-50 mx-auto">
<h4>It is created to watch your health</h4>
<h2>Health Tracker App</h2>
<form action="#">
<div class="row">
<div class="col-lg-7">
<input type="text" class="form-control form-control-lg" placeholder="E-mail Address ">
</div>
<div class="col-lg-5">
<button type="submit" class="btn btn-lg btn-success btn-block">Get App</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- *********************** Slider Section End ************************ -->
<!-- *********************** Counter Section Start ************************ -->
<section class="number-count text-center py-5">
<div class="container-fluid">
<div class="row">
<div class="col-lg-3">
<div class="counter-number-item">
<p class="h2">100</p>
<p class="text-muted">Health programs</p>
</div>
</div>
<div class="col-lg-3">
<div class="counter-number-item">
<p class="h2">50</p>
<p class="text-muted">Individual parameters</p>
</div>
</div>
<div class="col-lg-3">
<div class="counter-number-item">
<p class="h2">2500</p>
<p class="text-muted">Active users</p>
</div>
</div>
<div class="col-lg-3">
<div class="counter-number-item">
<p class="h2">1000</p>
<p class="text-muted">Training efficiency</p>
</div>
</div>
</div>
</div>
</section>
<!-- *********************** Counter Section End ************************ -->
<!-- *********************** About Section Start ************************ -->
<section class="about-section">
<div class="container-fluid">
<div class="row">
<div class="col-lg-8">
<div class="about-sec-left">
<h1 class="mb-4">Activity Goals To Improve Health</h1>
<p class="lead">Being active is important to our health, but how much or what kind of activity do you need?
Health Tracker App worked with the World Health Organisation to develop two activity goals based on WHO's
physical activity recommendations shown to impact health - Move Minutes and Heart Points</p>
</div>
</div>
<div class="col-lg-4">
<img src="images/015.jpg" alt="">
</div>
</div>
</div>
</section>
<!-- *********************** About Section End ************************ -->
<!-- *********************** Feature Section Start ************************ -->
<section class="feature-section px-2 py-5">
<div class="container">
<div class="row">
<div class="feature-title col text-center">
<h1 class="mb-4 mt-4">Learn more about our application</h1>
<p class="text-muted mb-5">Coaching you to a healthier and more active life</p>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-4 mb-4">
<div class="feature-item d-flex align-items-center">
<div class="left-f-img h-100">
<img src="images/022.jpg" alt="">
</div>
<div class="right-f-text h-auto">
<h4 class="mb-3">HEART POINTS</h4>
<p class="text-muted">Activities that get your heart pumping harder have tremendous health benefits for
your heart and mind.
</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="feature-item d-flex align-items-center">
<div class="left-f-img h-100">
<img src="images/mbr-7.jpg" alt="">
</div>
<div class="right-f-text h-auto">
<h4 class="mb-3">MOVE MINUTES</h4>
<p class="text-muted">When it comes to your health, it’s important to move more and sit less. Earn Move
Minutes for all your activity.</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="feature-item d-flex align-items-center">
<div class="left-f-img h-100">
<img src="images/022.jpg" alt="">
</div>
<div class="right-f-text h-auto">
<h4 class="mb-3">FITNESS ASSESSMENT</h4>
<p class="text-muted">Your expert coach will take you through an assessment in order to create your
personal plan for success.</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="feature-item d-flex align-items-center">
<div class="left-f-img h-100">
<img src="images/mbr-5.jpg" alt="">
</div>
<div class="right-f-text h-auto">
<h4 class="mb-3">NUTRITIONAL SUCCESS</h4>
<p class="text-muted">You'll get a personalized nutrition plan built specifically for your needs.</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="feature-item d-flex align-items-center">
<div class="left-f-img h-100">
<img src="images/mbr-12.jpg" alt="">
</div>
<div class="right-f-text h-auto">
<h4 class="mb-3">WORKOUTS</h4>
<p class="text-muted">We build the workouts for you, you follow them and get results. App will take you
through each expert-built workout, set by set.</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="feature-item d-flex align-items-center">
<div class="left-f-img h-100">
<img src="images/mbr-13.jpg" alt="">
</div>
<div class="right-f-text h-auto">
<h4 class="mb-3">MOTIVATION</h4>
<p class="text-muted">Your coach works with you on a daily basis to keep you motivated and on track.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- *********************** Feature Section End ************************ -->
<!-- *********************** Portfolio Section Start ************************ -->
<section class="portfolio-section py-5 px-3">
<div class="container">
<div class="row">
<div class="porfolio-title col text-center mb-5">
<h1>Look at our application</h1>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-4 mb-4">
<div class="portfolio-item">
<a href="#"><img src="images/022.jpg" alt=""></a>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="portfolio-item">
<a href="#"><img src="images/033.jpg" alt=""></a>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="portfolio-item">
<a href="#"><img src="images/04.jpg" alt=""></a>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="portfolio-item">
<a href="#"><img src="images/05.jpg" alt=""></a>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="portfolio-item">
<a href="#"><img src="images/background18.jpg" alt=""></a>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="portfolio-item">
<a href="#"><img src="images/022.jpg" alt=""></a>
</div>
</div>
</div>
</div>
</section>
<!-- *********************** Portfolio Section End ************************ -->
<!-- *********************** Pricing-Table Section Start ************************ -->
<section class="pricing-table-section py-5">
<div class="container">
<div class="row">
<div class="feature-title pricing-title col text-center">
<h1 class="mb-4 mt-4">Start using our app today</h1>
<p class="text-muted mb-5">Being active is important to our health, but how much or what kind of activity do
you need?</p>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-5 offset-1">
<div class="pricing-item">
<h1 class="mb-4">Starter Plan</h1>
<p class="text-muted mb-4">For simple users</p>
<ul>
<li> <span><i class="fas fa-check "></i></span> HEART POINTS</li>
<li> <span><i class="fas fa-check "></i></span> MOVE MINUTES</li>
<li> <span><i class="fas fa-times "></i></span> FITNESS ASSESSMENT</li>
<li> <span><i class="fas fa-times "></i></span> NUTRITIONAL SUCCESS</li>
</ul>
<div class="pricing-itm-btn py-3 mt-5 btn btn-block">
<a href="#">Get Acces Now</a>
</div>
</div>
</div>
<div class="col-lg-5 offset-1">
<div class="pricing-item">
<h1 class="mb-4">User Plan</h1>
<p class="text-muted mb-4">For athletes intence program</p>
<ul>
<li> <span><i class="fas fa-check "></i></span> HEART POINTS</li>
<li> <span><i class="fas fa-check "></i></span> MOVE MINUTES</li>
<li> <span><i class="fas fa-check "></i></span> FITNESS ASSESSMENT</li>
<li> <span><i class="fas fa-check "></i></span> NUTRITIONAL SUCCESS</li>
</ul>
<div class="pricing-itm-btn py-3 mt-5 btn btn-block">
<a href="#">Get Acces Now</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- *********************** Pricing-Table Section End ************************ -->
<!-- *********************** Testimonial Section Start ************************ -->
<section class="testimonial-section py-5">
<div class="container">
<div class="row">
<div class="col testimonial-content text-center">
<p class="text-muted">Feedback from our users</p>
<h1>What do users say about our application</h1>
<span><i class="fas fa-quote-left "></i></span>
<p class="text-muted mb-5 w-75 m-auto">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Debitis perspiciatis vero accusantium excepturi aperiam eius sit quis nobis</p>
<div class="authore-bio d-flex align-items-center justify-content-center">
<img class="rounded-circle" src="images/face1.jpg" alt="">
<div class="user-bio">
<h5>Jason Doe</h5>
<p class="text-muted">User</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- *********************** Testimonial Section End ************************ -->
<!-- *********************** Team Section Start ************************ -->
<section class="team-section bg py-5 px-1">
<div class="container-fluid">
<div class="row">
<div class="team-title mb-5 col">
<h1>Our Team and History</h1>
<div class="row">
<div class="col-lg-6">
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Debitis perspiciatis vero accusantium excepturi aperiam eius sit quis nobis cupiditate voluptatem tempora a odio, ad, officiis ex harum saepe fuga at modi quibusdam voluptas voluptatum!</p>
</div>
<div class="col-lg-6">
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Debitis perspiciatis vero accusantium excepturi aperiam eius sit quis nobis cupiditate voluptatem tempora a odio, ad, officiis ex harum saepe fuga at modi quibusdam voluptas voluptatum!</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3">
<div class="team-item">
<div class="card px-2">
<img class="rounded-circle mb-3" src="images/face1.jpg" alt="">
<div class="card-body">
<h4 class="card-title">Jason Doe</h4>
<h6 class="card-subtitle mb-3">Programmer</h6>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<a class="btn btn-light shadow mb-3 font-weight-bold" href="#">Website</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="team-item">
<div class="card px-2">
<img class="rounded-circle mb-3" src="images/face2.jpg" alt="">
<div class="card-body">
<h4 class="card-title">Amanda Swon</h4>
<h6 class="card-subtitle mb-3">Designer</h6>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<a class="btn btn-light shadow mb-3 font-weight-bold" href="#">Website</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="team-item">
<div class="card px-2">
<img class="rounded-circle mb-3" src="images/face3.jpg" alt="">
<div class="card-body">
<h4 class="card-title">Andrew Smith</h4>
<h6 class="card-subtitle mb-3">Support</h6>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<a class="btn btn-light shadow mb-3 font-weight-bold" href="#">Website</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="team-item">
<div class="card px-2">
<img class="rounded-circle mb-3" src="images/face4.jpg" alt="">
<div class="card-body">
<h4 class="card-title">Jane Olsen</h4>
<h6 class="card-subtitle mb-3">Manager</h6>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<a class="btn btn-light shadow mb-3 font-weight-bold" href="#">Website</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- *********************** Team Section End ************************ -->
<!-- *********************** Contact Section Start ************************ -->
<section class="contact-section py-5">
<div class="container">
<div class="row">
<div class="col contact-title testimonial-content text-center">
<p class="text-muted">We need to know your opinion</p>
<h1 class="mb-5">Write to us and we will contact you</h1>
</div>
</div>
<div class="row">
<div class="col-lg-3"></div>
<div class="col-lg-6">
<div class="contact-form-item">
<div class="card border-0">
<div class="card-body text-center">
<h4 class="card-title mb-4">Send us a Message</h4>
<form action="#">
<input class="form-control form-control-lg mb-3" type="email" placeholder="E-mail Address">
<div class="row">
<div class="col-lg-6">
<input class="form-control form-control-lg" type="text" placeholder="Name">
</div>
<div class="col-lg-6">
<input class="form-control form-control-lg" type="text" placeholder="Your Phone">
</div>
</div>
<textarea class="form-control mt-3" cols="20" rows="6" placeholder="Message"></textarea>
<button class="btn btn-lg mt-4 " type="submit">Contact Us</button>
</form>
</div>
</div>
</div>
</div>
<div class="col-lg-3"></div>
</div>
</div>
</section>
<!-- *********************** Contact Section End ************************ -->
<!-- *********************** Footer Top Section Start ************************ -->
<section class="footer-top py-5">
<div class="container">
<div class="row">
<div class="f-top-wrapper w-75 mx-auto">
<div class="col testimonial-content text-center">
<p class="text-muted">It is created to watch your health</p>
<h1 class="mb-4">Get our app for Android and iPhone</h1>
<div class="f-top-btn d-flex justify-content-center mb-5">
<a class="btn" href="#"> <span><i class="fab fa-apple"></i></span> App Store</a>
<a class="btn" href="#"> <span><i class="fab fa-google-play"></i></span> Google Play</a>
</div>
<img class="mb-3" src="images/mbr-11.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- *********************** Footer Top Section End ************************ -->
<!-- *********************** Footer Section Start ************************ -->
<footer class="footer bg py-4">
<div class="container">
<div class="row">
<div class="col text-center">
<p>© Copyright 2021 Dev Solaiman - All Rights Reserved</p>
</div>
</div>
</div>
</footer>
<!-- *********************** Footer Section End ************************ -->
<!-- Optional JavaScript -->
<!-- Popper.js first, then Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js"
integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/"
crossorigin="anonymous"></script>
<!-- Jquery Plugins -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"
integrity="sha512-CEiA+78TpP9KAIPzqBvxUv8hy41jyI3f2uHi7DGp/Y/Ka973qgSdybNegWFciqh6GrN2UePx2KkflnQUbUhNIA=="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js"
integrity="sha512-d8F1J2kyiRowBB/8/pAWsqUl0wSEOkG5KATkVV4slfblq9VRQ6MyDZVxWl2tWd+mPhuCbpTB4M7uU/x9FlgQ9Q=="
crossorigin="anonymous"></script>
<script>
$('.h2').counterUp({
delay: 10,
time: 1500
})
</script>
</body>
</html>