-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
609 lines (587 loc) · 22.1 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
605
606
607
608
609
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fitgeneix || Fitness</title>
<!-- fontawesome icons -->
<link
rel="stylesheet"
href="./assets/fontawesome-free-5.14.0-web/css/all.min.css"
/>
<!-- styles -->
<link rel="stylesheet" href="./css/styles.css" />
<!-- favicon -->
<link rel="shortcut icon" href="./assets/images/favicon.ico" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css?family=Raleway:400,300,600,800,900" rel="stylesheet" type="text/css">
</head>
<body>
<!-- <<<<<<header>>>>>> -->
<header id="home">
<!-- <<<<<<navbar>>>>>> -->
<nav class="navbar" id="nav">
<div class="nav-center">
<!-- nav header -->
<div class="nav-header">
<a href="#home">
<img
src="./assets/images/logo.svg"
alt="Fitgeneixlogo"
class="nav-logo"
/>
</a>
<button
type="button"
class="nav-toggle"
id="nav-toggle"
aria-label="nav-toggler"
>
<i class="fas fa-bars"></i>
</button>
</div>
<!-- end of navbar header -->
<!-- navbar links -->
<div class="links-container">
<div class="nav-links">
<a href="#home" class="nav-link scroll-link">Home</a>
<a href="./diet/pages/mainpage.html" class="nav-link scroll-link"
>Diet</a
>
<a href="./store.html" class="nav-link scroll-link">Store</a>
<a href="./diet/pages/signin.html" class="nav-link scroll-link"
>Login</a
>
</div>
</div>
<!-- end of nav bar links -->
<!-- nav social -->
<div class="nav-icons">
<a href="https://www.facebook.com" target="_blank">
<i class="fab fa-facebook nav-icon"></i>
</a>
<a href="https://www.twitter.com" target="_blank">
<i class="fab fa-twitter nav-icon"></i>
</a>
<a href="https://www.instagram.com" target="_blank">
<i class="fab fa-instagram nav-icon"></i>
</a>
</div>
</div>
</nav>
<!-- <<<<<<hero component>>>>>> -->
<!-- hero video -->
<video id="videoBG" autoplay muted loop>
<source src="./assets/hero-component.mp4" type="video/mp4" />
</video>
<!-- end of hero video -->
<div class="hero">
<div class="hero-banner">
<h1 class="hero-title">
Achieve <span class="typed-text"></span>
<span class="cursor typing"> </span>
</h1>
<p class="hero-text"></p>
<a href="#facilities" class="btn-white scroll-link">explore workouts</a>
</div>
</div>
</header>
<!-- <<<<<<end of header>>>>>> -->
<!-- <<<<<<<<services section>>>>>> -->
<section class="section services clearfix" id="services">
<!-- title -->
<div class="title-wrapper">
<h2 class="title">Our<span class="subtitle">services</span></h2>
</div>
<!-- end of title -->
<div class="section-center services-center">
<!-- Single Card -->
<article class="services-card">
<div class="serv-container">
<div class="services-box-front">
<div class="card-content">
<!-- <h2 class="card-number">01</h2> -->
<h3 class="card-title">Training Program</h3>
<a class="card-btn" href="#">Hover for More</a>
</div>
</div>
<div class="services-box-back">
<div class="card-content">
<p class="card-text">
Full-body workouts designed to build strength and endurance,
using the energy of the group and the expertise of the
personal trainer with sanitized equipment and machinery to
maximize your results.
</p>
<a class="hover_btn" href="#"
><i
class="fas fa-arrow-circle-right"
style="color: black; font-size: 2rem"
></i
></a>
</div>
</div>
</div>
</article>
<!-- End OF Single Card -->
<!-- Single Card -->
<article class="services-card">
<div class="serv-container">
<div class="services-box-front">
<div class="card-content">
<!-- <h2 class="card-number">02</h2> -->
<h3 class="card-title">Personalized Diet Program</h3>
<a class="card-btn" href="#">Hover for More</a>
</div>
</div>
<div class="services-box-back">
<div class="card-content">
<p class="card-text">
Our vast food database gives you complete calories and macros
details of all your favourite foods.
</p>
<a class="hover_btn" href="#"
><i
class="fas fa-arrow-circle-right"
style="color: black; font-size: 2rem"
></i
></a>
</div>
</div>
</div>
</article>
<!-- End OF Single Card -->
<!-- Single Card -->
<article class="services-card">
<div class="serv-container">
<div class="services-box-front">
<div class="card-content">
<!-- <h2 class="card-number">03</h2> -->
<h3 class="card-title">Customized Merchandise Store</h3>
<a class="card-btn" href="#">Hover for More</a>
</div>
</div>
<div class="services-box-back">
<div class="card-content">
<p class="card-text">
World leader in sports equipment. Shop at Fitgeneix for 10000+
products across 70+ Sports. Free shipping over $90.
</p>
<a class="hover_btn" href="#"
><i
class="fas fa-arrow-circle-right"
style="color: black; font-size: 2rem"
></i
></a>
</div>
</div>
</div>
</article>
<!-- End OF Single Card -->
</div>
</section>
<!-- end of services section -->
<!-- ScrollTrigger facilities section -->
<section class="section facilities clearfix" id="facilities">
<!-- title -->
<div class="title-wrapper">
<h2 class="title">Our<span class="subtitle">Facilities</span></h2>
</div>
<!-- end of title -->
<div class="facilities-center">
<!-- Single Card -->
<article class="facility-card">
<h2 class="reveal title"><span class="subtitle">Strength-Training</span> Section</h2>
<h2 class="reveal sub-text">
"With Personal Trainers Available at All Times"
</h2>
<div class="facilities-container">
<img src="./assets/images/strength-zone.jpg" alt="" class="facilities-img" />
<i class="fas fa-fire-alt detail-icon"></i>
</div>
</article>
<!-- Single Card -->
<article class="facility-card">
<h2 class="reveal title"><span class="subtitle">Indoor Swimming</span> Pool</h2>
<h2 class="reveal sub-text">
"Open all day,and Safety Gear Available"
</h2>
<div class="facilities-container">
<img
src="./assets/images/swimming.jpg"
alt=""
class="facilities-img"
/>
<!-- style="margin-top: 25px" -->
<i class="fas fa-swimmer detail-icon"></i>
</div>
</article>
<!-- Single Card -->
<article class="facility-card">
<h2 class="reveal title">
<span class="subtitle">Health-Spa </span> <br />
Area
</h2>
<h2 class="reveal sub-text">
"Relax, Refresh, <br />
Recharge, Rejuvenate."
</h2>
<div class="facilities-container">
<img src="./assets/images/spa.jpg" alt="" class="facilities-img" />
<i class="fas fa-spa detail-icon"></i>
</div>
</article>
<!-- Single Card -->
<article class="facility-card">
<h2 class="reveal title">
<span class="subtitle">Cardio </span><br />
Zone
</h2>
<h2 class="reveal sub-text">
"Relax, Refresh, <br />
Recharge, Rejuvenate."
</h2>
<div class="facilities-container">
<img src="./assets/images/cardio-zone.jpg" alt="" class="facilities-img" />
<i class="fas fa-shoe-prints detail-icon"></i>
</div>
</article>
<!-- Single Card -->
<article class="facility-card">
<h2 class="reveal title">
<span class="subtitle">Kick-Boxing </span><br />
Arena
</h2>
<h2 class="reveal sub-text">
"Relax, Refresh, <br />
Recharge, Rejuvenate."
</h2>
<div class="facilities-container">
<img src="./assets/images/kick-boxing.jpg" alt="" class="facilities-img" />
<i class="fas fa-fist-raised detail-icon"></i>
</div>
</article>
<!-- Single Card -->
<article class="facility-card">
<h2 class="reveal title">
<span class="subtitle">Open-Studio </span><br />
Section
</h2>
<h2 class="reveal sub-text">
"Relax, Refresh, <br />
Recharge, Rejuvenate."
</h2>
<div class="facilities-container">
<img src="./assets/images/open-studio.jpg" alt="open-studio image" class="facilities-img" />
<i class="fas fa-infinity detail-icon"></i>
</div>
</article>
</div>
</section>
<!-- end of ScrollTrigger facilities section -->
<!-- Store SECTION -->
<div class="clearfix about section_fix">
<!-- title -->
<div class="title-wrapper">
<h2 class="title">CHECK OUT OUR<span class="subtitle">STORE</span></h2>
</div>
<section class="store about-center section-center">
<div class="imgBx about-img">
<img src="./assets/images/img1.jpg" class="active" alt="" />
<img src="./assets/images/img2.jpg" alt="" />
<img src="./assets/images/img3.jpg" alt="" />
<img src="./assets/images/img4.webp" alt="" />
<img src="./assets/images/img5.jpg" alt="" />
<img src="./assets/images/img6.jpg" alt="" />
<img src="./assets/images/img7.png" style="background-color: turquoise;" alt="" />
<img src="./assets/images/img8.jpg" alt="" />
<img src="./assets/images/img9.jpg" alt="" />
<img src="./assets/images/img10.jpg" alt="" />
<img src="./assets/images/img11.jpg" alt="" />
<img src="./assets/images/img12.jpg" alt="" />
<img src="./assets/images/img13.jpg" alt="" />
<img src="./assets/images/img14.jpg" alt="" />
<img src="./assets/images/img15.jpg" alt="" />
<img src="./assets/images/img16.jpg" alt="" />
<img src="./assets/images/img17.jpg" alt="" />
<img src="./assets/images/img18.jpg" alt="" />
<img src="./assets/images/img19.jpg" alt="" />
<img src="./assets/images/img20.jpg" alt="" />
<img src="./assets/images/img21.png" alt="" />
<img src="./assets/images/img22.jpg" alt="" />
<img src="./assets/images/img23.jpg" alt="" />
<img src="./assets/images/img24.jpg" alt="" />
<img src="./assets/images/img25.jpg" alt="" />
<img src="./assets/images/img26.jpg" alt="" />
<img src="./assets/images/img27.jpg" alt="" />
<img src="./assets/images/img28.jpg" alt="" />
<img src="./assets/images/img29.jpg" alt="" />
<img src="./assets/images/img30.jpg" alt="" />
<img src="./assets/images/img31.png" alt="" />
<img src="./assets/images/img32.jpg" alt="" />
<img src="./assets/images/img33.jpg" alt="" />
<img src="./assets/images/img34.jpg" alt="" />
<img src="./assets/images/img35.jpg" alt="" />
<img src="./assets/images/img36.png" alt="" />
<img src="./assets/images/img37.jpg" alt="" />
<img src="./assets/images/img38.png" alt="" />
<img src="./assets/images/img39.png" alt="" />
<img src="./assets/images/img40.png" alt="" />
<img src="./assets/images/img41.png" alt="" />
<img src="./assets/images/img42.png" alt="" />
<img src="./assets/images/img43.png" alt="" />
<img src="./assets/images/img44.png" alt="" />
<img src="./assets/images/img45.jpg" alt="" />
<img src="./assets/images/img46.png" alt="" />
<img src="./assets/images/img47.png" alt="" />
<img src="./assets/images/img48.png" alt="" />
<img src="./assets/images/img49.png" alt="" />
<img src="./assets/images/img50.png" alt="" />
<img src="./assets/images/img51.jpg" alt="" />
</div>
<ul class="controls">
<li onclick="prevSlide();"></li>
<li onclick="nextSlide();"></li>
</ul>
<!-- text about -->
<article class="about-info">
<h3 class="info-title">explore the difference.</h3>
<p>
Our mission is what drives us to do everything possible to expand human potential. We do that by creating groundbreaking sport innovations, by making our products more sustainably, by building a creative and diverse global team and by making a positive impact in communities where we live and work.
</p>
<p>
We believe in the power of sport to unite everyone and to inspire people to take action in their communities. We are committed to creating an inclusive culture at FitGeneix and breaking down barriers for all athletes.
</p>
<a href="#" class="btn-primary">Read More</a>
</article>
</section>
</div>
<!-- END OF STORE SECTION -->
<section class="clearfix stats section" id="circleBar">
<!-- title -->
<div class="title-wrapper">
<h2 class="stats_title">
OUR RECENT<span class="subtitle">STATISTICS</span>
</h2>
</div>
<div class="stats_btn">
<button class="btn-primary" onclick="allCircle('.round')" >View Statistics</button>
</div>
<div class="circle_container section-center">
<div class="row">
<div class="col-md-3">
<div
class="round circle-1"
data-value="1.00"
data-size="200"
data-thickness="6"
>
<strong></strong>
<span><i class="fa fa-user-check"></i>Satisfied Clients</span>
</div>
</div>
<div class="col-md-3">
<div
class="round circle-2"
data-value="0.65"
data-size="200"
data-thickness="6"
>
<strong></strong>
<span><i class="fa fa-utensils"></i>Recipies Library</span>
</div>
</div>
<div class="col-md-3">
<div
class="round circle-3"
data-value="0.75"
data-size="200"
data-thickness="6"
>
<strong></strong>
<span><i class="fa fa-dumbbell"></i>Workout Programs</span>
</div>
</div>
<div class="col-md-3">
<div
class="round circle-4"
data-value="1.00"
data-size="200"
data-thickness="6"
>
<strong></strong>
<span><i class="fa fa-comments"></i>Client Testimonials</span>
</div>
</div>
</div>
</div>
</section>
<script>
function allCircle() {
Circle('.circle-1');
Circle1('.circle-2');
Circle2('.circle-3');
Circle3('.circle-4');
}
// $('.demo').circleProgress({
// value: 0.0,
// size: 100.0,
// startAngle: -Math.PI,
// thickness: 'auto',
// fill: {
// gradient: ['#3aeabb', '#fdd250']
// },
// emptyFill: 'rgba(0, 0, 0, .1)',
// animation: {
// duration: 1200,
// easing: 'circleProgressEasing'
// },
function Circle(el) {
$(el)
.circleProgress({
fill: { color: '#cc0014' },
emptyFill: 'rgb(255,255,255,1)',
})
.on('circle-animation-progress', function (event, progress) {
$(this)
.find('strong')
.html(Math.round(2450 * progress) + '<i>+</i>');
});
}
function Circle1(el) {
$(el)
.circleProgress({ fill: { color: '#cc0014' },emptyFill: 'rgb(255,255,255,1)' })
.on('circle-animation-progress', function (event, progress) {
$(this)
.find('strong')
.html(Math.round(560 * progress) + '<i>+</i>');
});
}
function Circle2(el) {
$(el)
.circleProgress({ fill: { color: '#cc0014' },emptyFill: 'rgb(255,255,255,1)' })
.on('circle-animation-progress', function (event, progress) {
$(this)
.find('strong')
.html(Math.round(1000 * progress) + '<i>+</i>');
});
}
function Circle3(el) {
$(el)
.circleProgress({ fill: { color: '#cc0014' },emptyFill: 'rgb(255,255,255,1)' })
.on('circle-animation-progress', function (event, progress) {
$(this)
.find('strong')
.html(Math.round(100 * progress) + '<i>+</i>');
});
}
</script>
<!-- Footer Section -->
</section>
<footer class="clearfix footer">
<section class="inner_footer section">
<div class="footer_container">
<div class="sect footer_aboutus">
<h2>About Us</h2>
<p>
Sports and Fitness Website--
<br>Designed By Prathamesh Shanbhag,
<br>Jai Pawar and Jyoti Prasad.
</p>
<ul class="sci">
<li>
<a href="#"
><i class="fab fa-facebook-f" aria-hidden="true"></i
></a>
</li>
<li>
<a href="#"
><i class="fab fa-instagram" aria-hidden="true"></i
></a>
</li>
<li>
<a href="#"
><i class="fab fa-twitter" aria-hidden="true"></i
></a>
</li>
<li>
<a href="#"
><i class="fab fa-youtube" aria-hidden="true"></i
></a>
</li>
</ul>
</div>
<div class="sect footer_links">
<h2>Quick Links</h2>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="sect footer_contact">
<h2>Contact Us</h2>
<ul class="info">
<li>
<span><i class="fa fa-map-marker" aria-hidden="true"></i></span>
<span
>647 Linda Street <br />
Phoenixville,PA 19460, <br />USA</span
>
</li>
<li>
<span><i class="fa fa-phone" aria-hidden="true"></i></span>
<p>
<a href="tel:12345678900">+1 234 567 8900</a> <br /><a
href="tel:12345678900"
>+1 234 567 8900</a
>
</p>
</li>
<li>
<span><i class="fa fa-envelope" aria-hidden="true"></i></span>
<p>
<form action="https://formspree.io/f/xqkgywny" method="post">
<div class="email">
<div class="contact_text">Email*</div>
<input name="Email" style="height: 2rem;" type="email" required>
</div>
<div class="contact_message"></div>
<div class="contact_text">Enquiry Message *</div>
<textarea name="message" id="" cols="25" rows="3" required></textarea>
<div >
<button class="btn-primary" type="submit">Submit</button>
</div>
</form>
</p>
</li>
</ul>
</div>
</div>
</section>
</footer>
<div class="copyright_text">
<p>
Copyright <span id="date"></span> © FitGeneix Co. All Rights
Reserved.
</p>
</div>
<!-- back to top button -->
<a href="#home" class="scroll-link top-link">
<i class="fas fa-arrow-up"></i>
</a>
<!-- ScrollTrigger -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.5.1/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.5.1/ScrollTrigger.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script src="./js/main.js" defer></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-circle-progress/1.2.2/circle-progress.min.js"
integrity="sha512-6kvhZ/39gRVLmoM/6JxbbJVTYzL/gnbDVsHACLx/31IREU4l3sI7yeO0d4gw8xU5Mpmm/17LMaDHOCf+TvuC2Q=="
crossorigin="anonymous"
></script>
</body>
</html>