-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
660 lines (589 loc) · 24.8 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
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
<!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, shrink-to-fit=no" />
<title>GymFit - Your success Gym</title>
<meta name="description" content="" />
<meta name="author" content="Andre Mendonca" />
<meta name="theme-color" content="#F27405" />
<meta name="generator" content="Visual Studio Code - Microsoft" />
<meta property="og:title" content="GymFit - Your success Gym" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://andremendonca.me/projects/gymfit" />
<meta property="og:image" content="./imgs/the_gym-landscape2.jpg" />
<script>document.documentElement.classList.add('js');</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Fredoka:wght@400;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="https://andremendonca.me/projects/gymfit/favicon.ico" />
<link rel="apple-touch-icon" href="https://andremendonca.me/projects/gymfit/favicon.ico" />
</head>
<body>
<div class="header-bg">
<header class="header page-grid" data-menu-mobile="header">
<div class="header-img">
<a href="./">
<img src="imgs/logo.png" alt="Logo GymFit" />
</a>
</div>
<nav class="header-menu" data-scroll-to="header-menu" data-menu-mobile="menu">
<a href="#gym">The Gym</a>
<a href="#benefits">Benefits</a>
<a href="#plans">Our Plans</a>
<div class="menu-locations" data-local="btn">
Locations <span class="menu-locations-detail"></span>
<div class="menu-locations-container" data-scroll-to="menu-locations">
<a href="#" data-local="sydney">Sydney Center</a>
<a href="#" data-local="bondi">North Bondi</a>
<a href="#" data-local="deewhy">Dee Why</a>
<a href="#" data-local="mascot">Mascot</a>
<a href="#" data-local="neutralbay">Neutral Bay</a>
<a href="#" data-local="brookvale">Brookvale</a>
</div>
</div>
<a href="#">Start Now</a>
</nav>
<div class="header-menu_mobile" data-menu-mobile="btn"></div>
</header>
</div>
<main class="main">
<div class="main-img">
<img src="./imgs/main.jpg" alt="Equipments at GymFit Gym" />
</div>
<section class="gym page-grid" id="gym">
<h1 class="gym-title">
Your success <br> is our goal!
</h1>
<div class="gym-text">
<p>
If you’re looking for <strong>the perfect place to master your body shape, <span>GymFit</span> is The One.</strong>
</p>
<p>
With a huge and friendly community, you’ll find the best route to your goal. <strong>Whether body mass gain or aerobic exercises, our team will be with you helping and giving tips whenever you need.</strong>
</p>
</div>
<a href="#" class="gym-btn">
Start Now
</a>
<div class="gym-photos">
<div class="gym-photos-left">
<img src="./imgs/the_gym-woman.jpg" alt="Woman training at GymFit North Bondi" />
</div>
<div class="gym-photos-top-right">
<img src="./imgs/the_gym-landscape1.jpg" alt="Guy lifting weight at GymFit Mascot" />
</div>
<div class="gym-photos-bottom-right">
<img src="./imgs/the_gym-landscape2.jpg" alt="Man lifting weight at GymFit Neutral Bay" />
</div>
</div>
</section>
<section class="benefits page-grid" id="benefits">
<article class="benefits-support">
<h2 class="benefits-title">
Professional Support
</h2>
<div class="benefits-icon">
<img src="./icons/support.png" alt="GymFit Whistle | Icon" />
</div>
<div class="benefits-text">
<p>
Our team is full of pleasant, remarkable and lively <span>Personal Trainers</span> and Body Shapers that will guide you all the time. With a variety of methodologies, they will apply the best for your needs.
</p>
<p>
<strong>GymFit+ members also have <span>close contact</span> with their Personals</strong> being able to chat them on mobile and even doing some exercises from home by videocalls!
</p>
</div>
</article>
<article class="benefits-equipments">
<h2 class="benefits-title">
Powerfull Equipments
</h2>
<div class="benefits-icon">
<img src="./icons/equipments.png" alt="GymFit Equipments | Icon" />
</div>
<div class="benefits-text">
<p>
The newest and <span>ultra efficient equipments</span> of GymFit ensure to all of our clients the maximum security in a gym.
</p>
<p>
With sanitized materials in an energetic clean environment we’re always ready to receive you! We are here to let you train in <span>the best place</span> we can offer!
</p>
</div>
</article>
<article class="benefits-places">
<h2 class="benefits-title">
Well Located Places
</h2>
<div class="benefits-icon">
<img src="./icons/place.png" alt="GymFit Building | Icon" />
</div>
<div class="benefits-text">
<p>
With 6 different locations, GymFit came to stay! <strong>From the south suburbian coast, passing by the deep CBD to the beautiful nothern beaches</strong>, our gyms are <span>spread all over Sydney</span>.
</p>
<p>
Each GymFit is located on a <span>great point</span>, with many bus lines, metro stations and easy highways, letting you to decide how to get there.
</p>
</div>
</article>
<a href="#" class="benefits-btn">
Start to train
</a>
</section>
<div class="stripe-bg">
<aside class="stripe">
<h3>It’s time to master your body shape</h3>
</aside>
</div>
<div class="plans-bg">
<section class="plans page-grid" id="plans">
<div class="plans-btns" data-plans="btns">
<div class="plans-btns-subscriptions" data-plans="subscriptions">
Subscriptions
</div>
<div class="plans-btns-gymfitplus" data-plans="gymfitplus">
Gymfit+
</div>
</div>
<div class="plans-cards" data-plans="subscriptions">
<div class="plans-cards-item">
<div class="plans-card-icon">
<img src="./icons/plans1.png" alt="Weekly Subscription Icon" />
</div>
<div class="plans-card-image">
<img src="./imgs/plans-weekly.jpg" alt="Weekly Subscription Image" />
</div>
<h3 class="plans-card-title">
Weekly
</h3>
<em class="plans-card-price">
$ 9.99
</em>
<div class="plans-card-separator"></div>
<ul class="plans-card-list">
<li>
<div class="plans-list-icon">
<img src="./icons/check.png" alt="Check Icon" />
</div>
<span class="plans-list-text">
7 days access at your choosed Gym
</span>
</li>
<li>
<div class="plans-list-icon">
<img src="./icons/check.png" alt="Check Icon" />
</div>
<span class="plans-list-text">
Personal Trainer follow-up of 2 days
</span>
</li>
</ul>
</div>
<div class="plans-cards-item">
<div class="plans-card-icon">
<img src="./icons/plans2.png" alt="Monthly Subscription Icon" />
</div>
<div class="plans-card-image">
<img src="./imgs/plans-monthly.jpg" alt="Monthly Subscription Image" />
</div>
<h3 class="plans-card-title">
Monthly
</h3>
<em class="plans-card-price">
$ 34.99
</em>
<div class="plans-card-separator"></div>
<ul class="plans-card-list">
<li>
<div class="plans-list-icon">
<img src="./icons/check.png" alt="Check Icon" />
</div>
<span class="plans-list-text">
30 days access at any GymFit in Sydney
</span>
</li>
<li>
<div class="plans-list-icon">
<img src="./icons/check.png" alt="Check Icon" />
</div>
<span class="plans-list-text">
Personal Trainer follow-up of 7 days
</span>
</li>
</ul>
</div>
<div class="plans-cards-item">
<div class="plans-card-icon">
<img src="./icons/plans3.png" alt="Annually Subscription Icon" />
</div>
<div class="plans-card-image">
<img src="./imgs/plans-annually.jpg" alt="Annualy Subscription Image" />
</div>
<h3 class="plans-card-title">
Annually
</h3>
<em class="plans-card-price">
$ 319.99
</em>
<div class="plans-card-separator"></div>
<ul class="plans-card-list">
<li>
<div class="plans-list-icon">
<img src="./icons/check.png" alt="Check Icon" />
</div>
<span class="plans-list-text">
A year access at any GymFit in Sydney
</span>
</li>
<li>
<div class="plans-list-icon">
<img src="./icons/check.png" alt="Check Icon" />
</div>
<span class="plans-list-text">
Series of Personal Trainers follow-up changing weekly
</span>
</li>
<li>
<div class="plans-list-icon">
<img src="./icons/check.png" alt="Check Icon" />
</div>
<span class="plans-list-text">
1 GymFit+ bonus and became a GymFit+ member
</span>
</li>
</ul>
</div>
</div>
<div class="plans-cards" data-plans="gymfitplus">
<div class="plans-cards-item">
<div class="plans-card-icon">
<img src="./icons/plus1.png" alt="GymFit Bonus 1 Icon" />
</div>
<div class="plans-card-image">
<img src="./imgs/plans-bonus1.jpg" alt="GymFit Bonus 1 Image" />
</div>
<h3 class="plans-card-title">
Bonus 1
</h3>
<em class="plans-card-price">
$ 14.99
<span>p/mth</span>
</em>
<div class="plans-card-separator"></div>
<ul class="plans-card-list">
<li>
<div class="plans-list-icon">
<img src="./icons/check.png" alt="Check Icon" />
</div>
<span class="plans-list-text">
Aerobic and Yoga classes weekly
</span>
</li>
<li>
<div class="plans-list-icon">
<img src="./icons/check.png" alt="Check Icon" />
</div>
<span class="plans-list-text">
Intense training with Personal Trainer each 10 days
</span>
</li>
</ul>
</div>
<div class="plans-cards-item">
<div class="plans-card-icon">
<img src="./icons/plus2.png" alt="GymFit Bonus 2 Icon" />
</div>
<div class="plans-card-image">
<img src="./imgs/plans-bonus2.jpg" alt="GymFit Bonus 2 Image" />
</div>
<h3 class="plans-card-title">
Bonus 2
</h3>
<em class="plans-card-price">
$ 16.99
<span>p/mth</span>
</em>
<div class="plans-card-separator"></div>
<ul class="plans-card-list">
<li>
<div class="plans-list-icon">
<img src="./icons/check.png" alt="Check Icon" />
</div>
<span class="plans-list-text">
Personal Nutritionist with controled regimen
</span>
</li>
<li>
<div class="plans-list-icon">
<img src="./icons/check.png" alt="Check Icon" />
</div>
<span class="plans-list-text">
Long beach walks twice a month in a team
</span>
</li>
</ul>
</div>
</div>
</section>
</div>
<section class="locations page-grid" data-local="locations">
<h2 class="locations-title">
We are <br> everywhere
</h2>
<div class="locations-locals">
<strong data-local="sydney">
Sydney Center
</strong>
<strong data-local="brookvale">
Brookvale
</strong>
<strong data-local="bondi">
North Bondi
</strong>
<strong data-local="deewhy">
Dee Why
</strong>
<strong data-local="neutralbay">
Neutral Bay
</strong>
<strong data-local="mascot">
Mascot
</strong>
</div>
<div class="locations-text" data-locations="text-sydney">
<p class="locations-text-info">
How to get there:
</p>
<div class="locations-text-option">
<img src="./icons/train.png" alt="Train Icon | GymFit" />
<p>
2 blocks below the Wynyard Station
</p>
</div>
<div class="locations-text-option">
<img src="./icons/car.png" alt="Car Icon | GymFit" />
<p>
At the intersection of King St. and George St.
</p>
</div>
<div class="locations-text-option">
<img src="./icons/walk.png" alt="Walking Icon | GymFit" />
<p>
Just 1km walking from the Sydney QVB
</p>
</div>
<a href="./" class="locations-text-btn">
<span>See it on maps</span>
<img src="./icons/arrow-link.png" alt="Link Icon | GymFit" />
</a>
</div>
<div class="locations-text" data-locations="text-bondi">
<p class="locations-text-info">
How to get there:
</p>
<div class="locations-text-option">
<img src="./icons/bus.png" alt="Train Icon | GymFit" />
<p>
Bus Stop just in front of the Gym
</p>
</div>
<div class="locations-text-option">
<img src="./icons/train.png" alt="Car Icon | GymFit" />
<p>
300m from the Bondi Junction Station
</p>
</div>
<div class="locations-text-option">
<img src="./icons/walk.png" alt="Walking Icon | GymFit" />
<p>
5 minutes from Bondi Beach
</p>
</div>
<a href="./" class="locations-text-btn">
<span>See it on maps</span>
<img src="./icons/arrow-link.png" alt="Link Icon | GymFit" />
</a>
</div>
<div class="locations-text" data-locations="text-neutralbay">
<p class="locations-text-info">
How to get there:
</p>
<div class="locations-text-option">
<img src="./icons/walk.png" alt="Train Icon | GymFit" />
<p>
10 minutes walking from Neutral Harbour
</p>
</div>
<div class="locations-text-option">
<img src="./icons/car.png" alt="Car Icon | GymFit" />
<p>
1 minute from the M1 Highway
</p>
</div>
<div class="locations-text-option">
<img src="./icons/bus.png" alt="Walking Icon | GymFit" />
<p>
200m from the Neutral Bay Station
</p>
</div>
<a href="./" class="locations-text-btn">
<span>See it on maps</span>
<img src="./icons/arrow-link.png" alt="Link Icon | GymFit" />
</a>
</div>
<div class="locations-text" data-locations="text-brookvale">
<p class="locations-text-info">
How to get there:
</p>
<div class="locations-text-option">
<img src="./icons/bus.png" alt="Train Icon | GymFit" />
<p>
Bus Stop in just 400 meters
</p>
</div>
<div class="locations-text-option">
<img src="./icons/walk.png" alt="Car Icon | GymFit" />
<p>
7 minutes from the Warringah Mall
</p>
</div>
<div class="locations-text-option">
<img src="./icons/car.png" alt="Walking Icon | GymFit" />
<p>
3 minutes driving from the A8 Highway
</p>
</div>
<a href="./" class="locations-text-btn">
<span>See it on maps</span>
<img src="./icons/arrow-link.png" alt="Link Icon | GymFit" />
</a>
</div>
<div class="locations-text" data-locations="text-deewhy">
<p class="locations-text-info">
How to get there:
</p>
<div class="locations-text-option">
<img src="./icons/train.png" alt="Train Icon | GymFit" />
<p>
No train stations near here 😅
</p>
</div>
<div class="locations-text-option">
<img src="./icons/walk.png" alt="Car Icon | GymFit" />
<p>
Just 6 minutes from the Dee Why Beach
</p>
</div>
<div class="locations-text-option">
<img src="./icons/car.png" alt="Walking Icon | GymFit" />
<p>
5 minutes from Dee Why RSL
</p>
</div>
<a href="./" class="locations-text-btn">
<span>See it on maps</span>
<img src="./icons/arrow-link.png" alt="Link Icon | GymFit" />
</a>
</div>
<div class="locations-text" data-locations="text-mascot">
<p class="locations-text-info">
How to get there:
</p>
<div class="locations-text-option">
<img src="./icons/car.png" alt="Train Icon | GymFit" />
<p>
8 Minutes from Princes Highway
</p>
</div>
<div class="locations-text-option">
<img src="./icons/train.png" alt="Car Icon | GymFit" />
<p>
500m from Mascot Train Station
</p>
</div>
<div class="locations-text-option">
<img src="./icons/walk.png" alt="Walking Icon | GymFit" />
<p>
12 minutes from the Sydney Airpoirt
</p>
</div>
<a href="./" class="locations-text-btn">
<span>See it on maps</span>
<img src="./icons/arrow-link.png" alt="Link Icon | GymFit" />
</a>
</div>
<div class="locations-img" data-locations="img-sydney">
<img src="./imgs/sydney-center.jpg" alt="GymFit Sydney Center Gym" />
</div>
<div class="locations-img" data-locations="img-bondi">
<img src="./imgs/north-bondi.jpg" alt="GymFit North Bondi Gym" />
</div>
<div class="locations-img" data-locations="img-neutralbay">
<img src="./imgs/neutral-bay.jpg" alt="GymFit Neutral Bay Gym" />
</div>
<div class="locations-img" data-locations="img-brookvale">
<img src="./imgs/brookvale.jpg" alt="GymFit Brookvale Gym" />
</div>
<div class="locations-img" data-locations="img-mascot">
<img src="./imgs/mascot.jpg" alt="GymFit Mascot Gym" />
</div>
<div class="locations-img" data-locations="img-deewhy">
<img src="./imgs/dee-why.jpg" alt="GymFit Dee Why Gym" />
</div>
</section>
<hr class="separator page-grid" />
<section class="start page-grid">
<h2 class="start-title">
Start training now <br> and domain your body
</h2>
<a href="#" class="start-btn">
Let's do it
</a>
<p class="start-text">
<strong>Teams</strong> have benefits! Invite your friends to train together and <strong>save money</strong>!
</p>
<div class="start-socials">
<p class="start-socials-text">
Follow us in our socials:
</p>
<div class="start-socials-container">
<a href="https://andremendonca.me">
<img src="./icons/socials/facebook.png" alt="@GymFitAU on Facebook" />
</a>
<a href="https://andremendonca.me">
<img src="./icons/socials/instagram.png" alt="@GymFitAU on Instagram" />
</a>
<a href="https://andremendonca.me">
<img src="./icons/socials/linkedin.png" alt="@GymFitAU on Linkedin" />
</a>
<a href="https://andremendonca.me">
<img src="./icons/socials/spotify.png" alt="@GymFitAU on Spotify" />
</a>
<a href="https://andremendonca.me">
<img src="./icons/socials/twitter.png" alt="@GymFitAU on Twitter" />
</a>
</div>
</div>
<div class="start-img">
<img src="./imgs/start-traning.jpg" alt="GymFit training Equipments" />
</div>
</section>
</main>
<div class="footer-bg">
<footer class="footer">
<a href="./" class="footer-logo">
<img src="./imgs/logo.png" alt="Logo GymFit" />
</a>
<span>Sydney Center phone: <a href="tel:+610451009412">1400 654 3210</a></span>
<span>84, King St, Sydney - NSW 2000</span>
<span>© 2022 - GymFit, All rights reserved.</span>
</footer>
</div>
<script type="module" src="./js/script.js"></script>
</body>
</html>