-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
630 lines (517 loc) · 30.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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>HeroFit The Fitness Game</title>
<meta name="description" content="Track your exercises and level up in this fitness RPG. Collect in game pets, potions and costumes while battling tougher foes.">
<meta name="keywords" content="Exercise, fitness, wearable, game, rpg, strava, herofit, level-up">
<meta name="author" content="Bryson Kruk">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="img/favicon.ico">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/easy-responsive-tabs.min.css">
<link rel="stylesheet" href="css/tabs.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<link rel="stylesheet" href="css/testimonial-slider.css">
<link rel="stylesheet" href="css/herofit.css">
<!-- <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&Bebas+Neue&display=swap" rel="stylesheet"> -->
<link rel="shortcut icon" type="image/ico" href="img/favicon.ico"/>
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Laoding page -->
<div class="preloader">
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
<!-- End Loading page -->
<!-- Begin HorizontalTab style 6 -->
<section class="section-full ">
<div id="donateBanner" class="data-tab-donate">
<img id="donateButton" src="img/donate-button.png" />
</div>
<div class="container">
<div id="mainLogo">
<img src="img/herofit-logo.webp" />
</div>
<div class="row">
<div class="col-md-12">
<!-- Begin .HorizontalTab -->
<div class="VerticalTab VerticalTab_hash_scroll VerticalTab_6 tabs_ver_6">
<ul class="resp-tabs-list hor_1">
<li class="tabs-1 data-tab-home" data-tab-name="home"><span class="tabs-text">Home</span></li>
<li class="tabs-2 data-tab-about" data-tab-name="about"><span class="tabs-text">About</span></li>
<li class="tabs-3 data-tab-heroes" data-tab-name="heroes"><span class="tabs-text">Heroes</span></li>
<li class="tabs-4 data-tab-praise" data-tab-name="praise"><span class="tabs-text">Praise</span></li>
<li class="tabs-5 data-tab-contact" data-tab-name="contact"><span class="tabs-text">Contact</span></li>
<li class="tabs-6 data-tab-delete" data-tab-name="delete"><span class="tabs-text">Delete Account</span></li>
<li id="webLoginLink" class="data-tab-web-login"><a href="https://herofit.io/welcome?login=true">Web Login</a></li>
</ul>
<div class="resp-tabs-container hor_1 tabs_scroll">
<div class="fc-tab-1">
<div class="home-container content-container">
<div class="row">
<div class="col-md-6">
<div class="left-content">
<div class="left-line"></div>
<h2>THE <em>FITNESS</em> TRACKING <em>GAME</em></h2>
<!-- <div id="logoAndTagline">
<img src="img/herofit-logo.webp">
<strong>The Fitness Tracking Game</strong>
</div> -->
<!-- <div id="logoAndTagline">
<h1>HeroFit</h1>
<h2 id="subheaderTagline">The Fitness Tracking Game</h2>
</div> -->
<p>Track exercises to level up your Hero in game. <Br /> <span>Every minute you exercise, the stronger you get!</span></p>
<div id="playVideo">
<img id="playVideoImg" src="img/video-play-button.svg" />
</div>
<div id="storeIcons">
<a href="https://apps.apple.com/sa/app/herofit-the-fitness-game/id1592847717" ><img src="img/appstorebadge.svg" /></a>
<a href="https://play.google.com/store/apps/details?id=com.herofitllc.herofit"><img id="googlePlay" src="img/googleappbadge.svg" /></a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="right-content">
<img src="img/splash.webp">
</div>
</div>
</div>
</div>
</div>
<div class="fc-tab-2">
<div class="about-container content-container">
<div class="row">
<div class="col-md-12">
<h2>Calling all <em>Runners</em>, <em>Cyclists</em>,<br /><em>Swimmers</em>, & Winners</h2>
<div class="under-line"></div>
<p>Wouldn't it be fun if your could play a game along with your workouts? Your minutes spent improving yourself can also be used to improve a powerful in-game hero. Grow stronger in HeroFit by adding activities after a workout, or automatically from Strava.</p>
<p>Exercise enough and Level up! Earn spendable Quantum Points to customize further! Befriend a powerful pet and head off to battle The Dark Forces!</p>
<img src="img/about-image.jpg">
</div>
</div>
</div>
</div>
<div class="fc-tab-3">
<div class="owl-carousel owl-theme projects-container content-container">
<div class="project-item">
<div class="thumb-holder">
<div class="hover-effect">
<div class="hover-content">
<h4>Natural Ninja</h4>
<a href="img/heroes/natural-ninja-1.webp" data-lightbox="image-1"><img src="img/project-icon.png"></a>
</div>
</div>
<img src="img/heroes/natural-ninja-2.webp" />
</div>
</div>
<div class="project-item">
<div class="thumb-holder">
<div class="hover-effect">
<div class="hover-content">
<h4>Scavenger Robot</h4>
<a href="img/heroes/scavenger-robot-1.webp" data-lightbox="image-1"><img src="img/project-icon.png"></a>
</div>
</div>
<img src="img/heroes/scavenger-robot-2.webp" />
</div>
</div>
<div class="project-item">
<div class="thumb-holder">
<div class="hover-effect">
<div class="hover-content">
<h4>Solar Warrior</h4>
<a href="img/heroes/solar-warrior-1.webp" data-lightbox="image-1"><img src="img/project-icon.png"></a>
</div>
</div>
<img src="img/heroes/solar-warrior-2.webp" />
</div>
</div>
<div class="project-item">
<div class="thumb-holder">
<div class="hover-effect">
<div class="hover-content">
<h4>Boulder Bro</h4>
<a href="img/heroes/boulder-bro-1.webp" data-lightbox="image-1"><img src="img/project-icon.png"></a>
</div>
</div>
<img src="img/heroes/boulder-bro-2.webp" />
</div>
</div>
<div class="project-item">
<div class="thumb-holder">
<div class="hover-effect">
<div class="hover-content">
<h4>Compost Creature</h4>
<a href="img/heroes/compost-creature-1.webp" data-lightbox="image-1"><img src="img/project-icon.png"></a>
</div>
</div>
<img src="img/heroes/compost-creature-2.webp" />
</div>
</div>
<div class="project-item">
<div class="thumb-holder">
<div class="hover-effect">
<div class="hover-content">
<h4>Filtron Five</h4>
<a href="img/heroes/filtron-1.webp" data-lightbox="image-1"><img src="img/project-icon.png"></a>
</div>
</div>
<img src="img/heroes/filtron-2.webp" />
</div>
</div>
<div class="project-item">
<div class="thumb-holder">
<div class="hover-effect">
<div class="hover-content">
<h4>Wildspeaker</h4>
<a href="img/heroes/wildspeaker-1.webp" data-lightbox="image-1"><img src="img/project-icon.png"></a>
</div>
</div>
<img src="img/heroes/wildspeaker-2.webp" />
</div>
</div>
<div class="project-item">
<div class="thumb-holder">
<div class="hover-effect">
<div class="hover-content">
<h4>Empath</h4>
<a href="img/heroes/empath-1.webp" data-lightbox="image-1"><img src="img/project-icon.png"></a>
</div>
</div>
<img src="img/heroes/empath-2.webp" />
</div>
</div>
<div class="project-item">
<div class="thumb-holder">
<div class="hover-effect">
<div class="hover-content">
<h4>Timber Terror</h4>
<a href="img/heroes/timber-terror-1.webp" data-lightbox="image-1"><img src="img/project-icon.png"></a>
</div>
</div>
<img src="img/heroes/timber-terror-2.webp" />
</div>
</div>
<div class="project-item">
<div class="thumb-holder">
<div class="hover-effect">
<div class="hover-content">
<h4>Chrono Guy</h4>
<a href="img/heroes/chrono-guy-1.webp" data-lightbox="image-1"><img src="img/project-icon.png"></a>
</div>
</div>
<img src="img/heroes/chrono-guy-2.webp" />
</div>
</div>
</div>
<div id="extraLinks">
<!-- LINK UNDER GAMEPLAY IMAGES -->
<h3>Learn More</h3>
<p>
<a href="https://herofit.io/about#workoutBreakdown">Activities & Leveling</a><br />
<a href="https://herofit.io/battles">How the battles work</a><br />
<a href="https://herofit.io/ranking">Ranking Page</a><br />
<a href="https://www.facebook.com/HeroFitGame">Facebook</a><br />
</p>
</div>
</div>
<div class="fc-tab-4">
<div class="praise-container content-container">
<div>
<div class="col-md-12 inner-content-container" >
<h2>Praise</h2>
<div class="under-line"></div>
<ul class="cd-praise">
<li>
<p>"Since I'm a sucker for collecting items, the idea of HeroFit (get active, get XP to fight the baddies) motivates me to get out more (or stay in, for yoga). I've battled dozens of creatures and luckily also won quite a bit. The daily schedule keeps it interesting while still not being a time suck like some games. And of course I sometimes run just that bit further just so I can level up before the battle."</p>
<div class="cd-author">
<ul class="cd-author-info">
<li><span>SuperPoekie</span></li>
</ul>
</div>
</li>
<li>
<p>"HeroFit is a beautiful companion to Strava. By connecting HeroFit to Strava, users can level up their avatar and battle foes to gain experience points. The high level of imagination and artwork behind the game has drawn me in. As a bonus, I have found myself pushing my bicycle rides just a little longer, so I might advance in the game. I highly recommend giving yourself a month or two to see the full benefit of this fun and motivating game. I'm not the gamer type, but I thoroughly enjoy participating in this game."</p>
<div class="cd-author">
<ul class="cd-author-info">
<li><span>Bicycle Berserker</span></li>
</ul>
</div>
</li>
<li>
<p>"There are 4 apps I open on a daily basis and HF is one of them :-D"</p>
<div class="cd-author">
<ul class="cd-author-info">
<li><span>Jay Queue</span></li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="fc-tab-5">
<div class="contact-container content-container">
<div class="row">
<div class="col-md-6">
<div class="contact-form">
<div class="heading">
<h2>Say Hello</h2>
</div>
<form id="contact-form" action="" method="POST">
<fieldset>
<input name="name" type="text" class="form-control" id="name" placeholder="Your Name" required="">
</fieldset>
<fieldset>
<input name="email" type="email" class="form-control" id="email" placeholder="Email" required="">
</fieldset>
<fieldset>
<textarea name="message" rows="6" class="form-control" id="message" placeholder="Message" required=""></textarea>
</fieldset>
<div class="form-group mb-4 d-none">
Leave this empty:
<input type="text" name="url" class="form-control" placeholder="Your URL" />
</div>
<div class="form-group mb-4">
<div id="result-message" class="d-none"></div>
</div>
<fieldset>
<button type="submit" id="form-submit" class="btn">Send</button>
</fieldset>
</form>
</div>
</div>
<div class="col-md-6">
<div class="more-info">
<p>HeroFit is a fitness tracking game with the goal of motivating people to be balanced and at their best. That's why the game is designed to <em>minimize time spent playing</em>, so players can get off the screen and go live their lives. We will never host ads in game, make it "play-to-win", or sell your data.</p>
<p>Any other questions? Feel free to reach out and say hello, or visit our <a href="https://reddit.com/r/herofit">Reddit community</a>.
<div id="unicorn">
<img src="img/unicorn.png" alt="unicorn" />
</div>
</div>
</div>
</div>
</div>
</div>
<!-- DELETE ACCOUNT FORM -->
<div class="fc-tab-6">
<div class="contact-container content-container">
<div class="row">
<div class="col-md-6">
<div class="contact-form">
<div class="heading">
<h2>Delete Account & Data</h2>
</div>
<form id="delete-form" action="" method="POST">
<fieldset>
<input name="email" type="email" class="form-control" id="delete-email" placeholder="Account email to delete" required="">
</fieldset>
<fieldset>
<textarea name="message" rows="6" class="form-control" id="delete-message" placeholder="Reason for deletion" required=""></textarea>
</fieldset>
<div class="form-group mb-4 d-none">
Leave this empty:
<input type="text" name="url" class="form-control" placeholder="Your URL" />
</div>
<div class="form-group mb-4">
<div id="delete-result-message" class="d-none"></div>
</div>
<fieldset>
<button type="submit" id="form-submit" class="btn">Submit</button>
</fieldset>
</form>
</div>
</div>
<div class="col-md-6">
<div class="more-info">
<p>If you're looking to delete your <b>HeroFit the Fitness Game</b> account, you're in the right place. You have two options:</p>
<ul>
<li>In the HeroFit app, go to the settings tab and at the bottom, there is a "Delete Account" button. This will immediately delete your account along with all data associated with it.</li>
<li>If you would rather, you can submit a request for the HeroFit team to delete your account for you and as soon as possible, we'll respond with a few questions to verify the account belongs to you. After that's confirmed, we'll remove your account and all data associated with it.</li>
</ul>
<p>Google Play Store developer: <b>HeroFit Dev</b></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End .HorizontalTab -->
</div>
</div>
</div>
</section>
<div id="siteBackground" class="image-bg"></div>
<div id="siteOverlay"></div>
<!-- End HorizontalTab style 6 -->
<footer>
<p>
<strong>© 2021 HeroFit, LLC</strong>
<a href="https://herofit.io/terms-of-service">Terms of Service</a>
<a href="https://herofit.io/privacy-policy">Privacy Policy</a>
</p>
<div class="footer-logo"><img src="img/hf-logo.webp"></div>
</footer>
<!-- PROMO VIDEO MODAL -->
<div class="modal fade" id="videoModal" tabindex="-1" role="dialog" aria-labelledby="modalLabelLarge" aria-hidden="true">
<div class="modal-dialog modal-sm modal-video-container">
<div class="modal-content">
<div id="videoModalCloseButtonContainer">
<button type="button" class="close close-button-video" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<video id="herofitComingSoonVideo" controls src="videos/herofit-download-now.mp4" type='video/mp4' /></video>
</div>
<div id="modalLogo">
<img src="img/herofit-logo.webp" />
<div id="gameplayText"><h3>Gameplay</h3></div>
</div>
</div>
</div>
</div>
<!-- DONATE MODAL -->
<div class="modal fade" id="donateModal" tabindex="-1" role="dialog" aria-labelledby="modalLabelLarge" aria-hidden="true">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="modalLabelLarge">HeroFit Needs Your <span>Help</span></h4>
</div>
<div class="modal-body">
<p style="text-align: justify;">
The HeroFit servers cost money to run and, we will never include in-game ads. So...
</p>
<p style="text-align: center;">
<strong>If you enjoy HeroFit, please consider making a donation :)</strong>
</p>
<div id="donationMethods">
<div id="bitcoinButton" class="donation-method" data-modal-name="bitcoinModal">
<img src="img/bitcoin.png" />
</div>
<div id="venmoButton" class="donation-method" data-modal-name="venmoModal">
<img src="img/venmo.png" />
</div>
<div id="paypalButton" class="donation-method" data-modal-name="paypalModal">
<img src="img/paypal.png" />
</div>
</div>
</div>
</div>
</div>
</div>
<!-- BITCOIN DONATION MODAL -->
<div id="bitcoinModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="modalLabelLarge" aria-hidden="true">
<div class="modal-dialog modal-md">
<div class="modal-content" >
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="modalLabelLarge">Donate Bitcoin</h4>
</div>
<div class="modal-body" style="text-align:center;">
<img src="img/bitcoin.png" width="40%" style="margin-bottom:10px; max-width: 100px;" />
<br />
<iframe src='https://mainnet.demo.btcpayserver.org/apps/5tCJgTpUhY8njm7fPMpgubVUKga/pos' style='max-width: 100%; min-height: 400px; border: 0;'></iframe>
</div>
</div>
</div>
</div>
<!-- VENMO DONATION MODAL -->
<div id="venmoModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="modalLabelLarge" aria-hidden="true">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="modalLabelLarge">Donate via Venmo</h4>
</div>
<div class="modal-body" style="text-align:center;">
<a href="https://venmo.com/code?user_id=2215623673249792188&created=1639414364" target="_blank">
<img src="img/venmo.png" width="60%" style="margin-bottom:10px;" alt="Donate via venmo" />
</a>
<br />
<a href="https://venmo.com/code?user_id=2215623673249792188&created=1639414364" target="_blank">
<img src="img/venmo-qr.png" width="80%" alt="Venmo QR Code" />
</a>
</div>
</div>
</div>
</div>
<!-- PAYPAL DONATION MODAL -->
<div id="paypalModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="modalLabelLarge" aria-hidden="true">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="modalLabelLarge">Donate via Paypal</h4>
</div>
<div class="modal-body" style="text-align:center;">
<img src="img/paypal.png" width="60%" style="margin-bottom:10px;" alt="Donate via paypal" />
<br />
<form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="business" value="KTF2EBXTGM63U" />
<input type="hidden" name="no_recurring" value="0" />
<input type="hidden" name="item_name" value="To keep HeroFit growing and the servers running." />
<input type="hidden" name="currency_code" value="USD" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>
</div>
</div>
</div>
</div>
<div id="buyMeCoffee">
<a href="https://www.buymeacoffee.com/brysonkruk" target="_blank">
<img src="img/buyMeCoffee.png" alt="buy me coffee" />
</a>
</div>
</div> <!-- /container -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/easyResponsiveTabs.js"></script>
<script>const $ = jQuery;</script>
<script src="js/send-email-ajax.js"></script>
<!-- <script src="js/vendor/jquery.flexslider-min.js"></script>
<script src="js/vendor/masonry.pkgd.min.js"></script>
<script src="js/vendor/testimonial-slider.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js" integrity="sha512-qTXRIMyZIFb8iQcfjXWCO8+M5Tbc38Qi5WzdPOYZHIlZpzBHG3L3by84BBBOiRGiEb7KKtAOAs5qYdUiZiQNNQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.34/moment-timezone-with-data.js" integrity="sha512-oqSECbLRRAy3Sq2tJ0RmzbqXHprFS+n7WapvpI1t0V7CtV4vghscIQ8MYoQo6tp4MrJmih4SlOaYuCkPRi3j6A==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="js/herofit.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L586RE01XX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L586RE01XX');
</script>
</body>
</html>