-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
482 lines (442 loc) · 22.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/chat.css">
<link rel="stylesheet" href="assets/css/home.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>FitDojo-Your personal online trainer</title>
<!--
-->
<!-- Additional CSS Files -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.css">
<link rel="stylesheet" href="assets/css/index.css">
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="js-preloader" class="js-preloader">
<div class="preloader-inner">
<span class="dot"></span>
<div class="dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<!-- ***** Header Area Start ***** -->
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="index.html" class="logo">Fit<em>Dojo</em></a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li class="scroll-to-section"><a href="#top" class="active">Home</a></li>
<li class="scroll-to-section"><a href="#features">Facilites Available</a></li>
<li class="scroll-to-section"><a href="#diet">Diet Plans</a></li>
<li class="scroll-to-section"><a href="videocall.html">Consult Us</a></li>
<li class="scroll-to-section"><a href="#contact-us">Your stats</a></li>
<li class="scroll-to-section"><a href="#contact-us">Competitions</a></li>
<li class="main-button"><a href="#">Sign Up</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ***** Main Banner Area Start ***** -->
<div class="main-banner" id="top">
<video autoplay muted loop id="bg-video">
<source src="assets/images/gym-video.mp4" type="video/mp4" />
</video>
<div class="video-overlay header-text">
<div class="caption">
<h6>work harder, get stronger</h6>
<h2>Made easy with <em>FitDojo</em></h2>
<div class="main-button scroll-to-section">
<a href="#features">Become a member</a>
</div>
</div>
</div>
</div>
<!-- ***** Main Banner Area End ***** -->
<!--Chatbot Code-->
<div class="chat-bar-collapsible">
<button id="chat-button" type="button" class="collapsible">Chat with us!
<i id="chat-icon" style="color:#fff;" class="fa fa-fw fa-comments-o"></i>
</button>
<div class="content">
<div class="full-chat-block">
<!--message container -->
<div class="outer-container">
<div class="chat-container">
<!--messages -->
<div id="chatbox">
<h5 id="chat-timestamp"></h5>
<p id="botstartmessage" class="bottext"><span>Loading....</span></p>
</div>
<!--user input box-->
<div class="chat-bar-input-block">
<div id="userinput">
<input id="textinput" class="input-box" type="text" name="msg" placeholder="Tap 'Enter' to send a message">
<p></p>
</div>
<div class="chat-bar-icons">
<i id="chat-icon" style="color:crimson;" class="fa fa-fw fa-heart" onclick="heartbutton()"></i>
<i id="chat-icon" style="color:grey;" class="fa fa-fw fa-send" onclick="sendbutton()"></i>
</div>
</div>
<div id="chat-bar-bottom">
<p></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Chatbot End-->
<!-- ***** Features Item Start ***** -->
<section class="section" id="features">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3">
<div class="section-heading">
<h2>Facilites <em>Available</em></h2>
<img src="assets/images/line-dec.png" alt="waves">
<p>FitDojo is a free platform where we tend to all your fitness,diet and health needs. We provide online sessions,real-time feedback and much more.</p>
</div>
</div>
<div class="col-lg-6">
<ul class="features-items">
<li class="feature-item">
<div class="left-icon">
<img src="assets/images/features-first-icon.png" alt="First One">
</div>
<div class="right-content">
<h4>Diet plans</h4>
<p>We will help you make a custom diet plan according to a series of questions set by our expert workout partners.</p>
<a href="#" class="text-button">Discover More</a>
</div>
</li>
<li class="feature-item">
<div class="left-icon">
<img src="assets/images/features-first-icon.png" alt="second one">
</div>
<div class="right-content">
<h4>Online Fitness Sessions</h4>
<p>We,along with our team of experienced trainers,will provide you with daily online fitness sessions </p>
<a href="#" class="text-button">Discover More</a>
</div>
</li>
<li class="feature-item">
<div class="left-icon">
<img src="assets/images/features-first-icon.png" alt="third gym training">
</div>
<div class="right-content">
<h4>Track your status</h4>
<p>We will show your status by displaying<a rel="nofollow" href="https://www.pexels.com" target="_blank"> Fitbit/Boat</a> fitness bands data in a comprehensive way.</p>
<a href="#" class="text-button">Discover More</a>
</div>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul class="features-items">
<li class="feature-item">
<div class="left-icon">
<img src="assets/images/features-first-icon.png" alt="training fifth">
</div>
<div class="right-content">
<h4>Personal Workout Plans</h4>
<p>We also provide personalised workout plans for people on the basis of a series of questions drafted by our team.</p>
<a href="#" class="text-button">Discover More</a>
</div>
</li>
<li class="feature-item">
<div class="left-icon">
<img src="assets/images/features-first-icon.png" alt="gym training">
</div>
<div class="right-content">
<h4>Recorded Videos and Talks</h4>
<p>We provide you with a library video sessions made by our trainers along with other informative content.</p>
<a href="#" class="text-button">Discover More</a>
</div>
</li>
<li class="feature-item">
<div class="left-icon">
<img src="assets/images/features-first-icon.png" alt="fourth muscle">
</div>
<div class="right-content">
<h4>Contact Us</h4>
<p>You can contact a number of <a rel="nofollow" href="https://templatemo.com/tag/digital-marketing" target="_parent">experienced trainers</a> or <a href="https://templatemo.com/tag/corporate">medical consultants</a> available on our platform</p>
<a href="#" class="text-button">Discover More</a>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- ***** Features Item End ***** -->
<!-- ***** Call to Action Start ***** -->
<section class="section" id="call-to-action">
<div class="container">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div class="cta-content">
<h2>Don’t <em>think</em>, begin <em>today</em>!</h2>
<p>The sooner you start the better ..dont you think?</p>
<div class="main-button scroll-to-section">
<a href="#">Become a member</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Call to Action End ***** -->
<!-- ***** Our Classes Start ***** -->
<section class="section" id="diet">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3">
<div class="section-heading">
<h2>Our <em>Diet Plans</em></h2>
<img src="assets/images/line-dec.png" alt="">
<p>Here we offer 4 different and effective types of diets for people who wish to follow them.</p>
</div>
</div>
</div>
<div class="row" id="tabs">
<div class="col-lg-4">
<ul>
<li><a href='#tabs-1'><img src="assets/images/is-the-mediterranean-diet-best-for-diabetes-1440x810.jpg" alt="">Mediterranean diet</a></li>
<li><a href='#tabs-2'><img src="assets/images/index.jpg" alt="">Paleo diet</a></li>
<li><a href='#tabs-3'><img src="assets/images/vegan.jpg" alt="">Vegan diet</a></li>
<li><a href='#tabs-4'><img src="assets/images/gluten free.png" alt="">Gluten-free diet</a></li>
<div class="main-rounded-button"><a href="#">View All Diets</a></div>
</ul>
</div>
<div class="col-lg-8">
<section class='tabs-content'>
<article id='tabs-1'>
<img src="assets/images/is-the-mediterranean-diet-best-for-diabetes-1440x810.jpg" alt="First Class">
<h4>Mediterranean diet</h4>
<p>The Mediterranean diet is an excellent diet that has been thoroughly studied. It’s particularly effective for heart disease prevention.
It emphasizes foods that were commonly eaten around the Mediterranean region during the 20th century and earlier.
As such, it includes plenty of vegetables, fruits, fish, poultry, whole grains, legumes, dairy products, and extra virgin olive oil.</p>
<div class="main-button">
<a href="#">View Complete Diet Plan </a>
</div>
</article>
<article id='tabs-2'>
<img src="assets/images/index.jpg" alt="Second Training">
<h4>Paleo diet</h4>
<p>The paleo diet is a very popular diet that is effective for weight loss and general health improvement. It’s currently the world’s most popular diet.
It centers on unprocessed foods believed to resemble those available to some of humanity’s paleolithic ancestors.</p>
<div class="main-button">
<a href="#">View Complete Diet Plan </a>
</div>
</article>
<article id='tabs-3'>
<img src="assets/images/vegan.jpg" alt="Third Class">
<h4>Vegan diet</h4>
<p>The vegan diet has become increasingly popular in the past decade. It’s linked to a number of health benefits, including weight loss, improved heart health, and better blood sugar control.
The diet is based exclusively on plant foods and eliminates all animal products.</p>
<div class="main-button">
<a href="#">View Complete Diet Plan </a>
</div>
</article>
<article id='tabs-4'>
<img src="assets/images/gluten free.png" alt="Fourth Training">
<h4>Gluten-free diet</h4>
<p>The gluten-free diet is essential for people who are intolerant to gluten, a protein that is found in wheat, rye, and barley.
For optimal health, you should focus on whole foods that are naturally gluten-free. Gluten-free junk food is still junk food.</p>
<div class="main-button">
<a href="#">View Complete Diet Plan </a>
</div>
</article>
</section>
</div>
</div>
</div>
</section>
<!-- ***** Our Classes End ***** -->
<!--Video Call Platform-->
<section class="section" id="call-to-action">
<div class="container">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div class="cta-content">
<h2>Don’t <em>think</em>, begin <em>today</em>!</h2>
<p>The sooner you start the better ..dont you think?</p>
<div class="main-button scroll-to-section">
<a href="videocall.html">Become a member</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Video end-->
<!-- ***** Testimonials Starts ***** -->
<section class="section" id="trainers">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3">
<div class="section-heading">
<h2>Expert <em>Trainers</em></h2>
<img src="assets/images/line-dec.png" alt="">
<p>These are some of the individuals which provide remarkable and experienced training online.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="trainer-item">
<div class="image-thumb">
<img src="assets/images/yoga-train.jpg" alt="">
</div>
<div class="down-content">
<span>Yoga Trainer</span>
<h4>Sandra Logan</h4>
<p>Trained from the hills of India, this trainer is an extremely delightful and brilliant teacher.</p>
<ul class="social-icons">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-behance"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="trainer-item">
<div class="image-thumb">
<img src="assets/images/cardio-train.jpg" alt="">
</div>
<div class="down-content">
<span>Cardio Trainer</span>
<h4>Vinny Basil</h4>
<p>An ex-marathon runner who knows the ways of cardio since he was a child.</p>
<ul class="social-icons">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-behance"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="trainer-item">
<div class="image-thumb">
<img src="assets/images/core=train.jpg" alt="">
</div>
<div class="down-content">
<span>Core Trainer</span>
<h4>Emily de La Vie</h4>
<p>A skilled specialist in the ways of core training, having a degree from MJT in physical fitness.</p>
<ul class="social-icons">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-behance"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Testimonials Ends ***** -->
<!-- ***** Contact Us Area Starts ***** -->
<section class="section" id="contact-us">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-6 col-xs-12">
<div id="map">
<img src="/assets/images/contact.jpg" alt="" style="height: 500px; width: auto;">
</div>
</div>
<div class="col-lg-6 col-md-6 col-xs-12">
<div class="contact-form">
<form id="contact" action="" method="post">
<div class="row">
<div class="col-md-6 col-sm-12">
<fieldset>
<input name="name" type="text" id="name" placeholder="Your Name*" required="">
</fieldset>
</div>
<div class="col-md-6 col-sm-12">
<fieldset>
<input name="email" type="text" id="email" pattern="[^ @]*@[^ @]*" placeholder="Your Email*" required="">
</fieldset>
</div>
<div class="col-md-12 col-sm-12">
<fieldset>
<input name="subject" type="text" id="subject" placeholder="Subject">
</fieldset>
</div>
<div class="col-lg-12">
<fieldset>
<textarea name="message" rows="6" id="message" placeholder="Message" required=""></textarea>
</fieldset>
</div>
<div class="col-lg-12">
<fieldset>
<button type="submit" id="form-submit" class="main-button">Send Message</button>
</fieldset>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Contact Us Area Ends ***** -->
<!-- ***** Footer Start ***** -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<p>Copyright © FitDojo
- Designed by <span style="color:aqua;">DAV-3</span></p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="assets/js/jquery-2.1.0.min.js"></script>
<!-- Bootstrap -->
<script src="assets/js/popper.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- Plugins -->
<script src="assets/js/scrollreveal.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/imgfix.min.js"></script>
<script src="assets/js/mixitup.js"></script>
<script src="assets/js/accordions.js"></script>
<!-- Global Init -->
<script src="assets/js/response.js"></script>
<script src="assets/js/chat.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>