-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpro.html
774 lines (546 loc) · 24.1 KB
/
pro.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
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Buy Pro Membership - Velo Hero</title>
<link href="/static/favicon.ico?v=0.9.2" rel="shortcut icon">
<link href="/static/touchicon.png?v=0.9.2" rel="apple-touch-icon">
<link href="/static/icon_192px.png?v=0.9.2" rel="icon" sizes="192x192">
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/css/default.css?v=0.9.2" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="/static/font/velohero/style.css?v=0.9.2" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation"><div class="container"> <!-- Velo Hero logo -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand logo" href="//www.velohero.com/">
Vel<span class="logo-spaceing">o</span><span class="logo-spaceing"><i class="fa vh-logo"></i></span>Hero
</a>
</div>
<!-- Velo Hero logo -->
<div class="navbar-collapse collapse"> <p class="navbar-text visible-lg">Online since 2013</p>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://www.velohero.com/tour.html">Features</a></li>
<li><a href="https://app.velohero.com/register">Sign Up</a></li>
<li><a href="https://app.velohero.com/login"><i class="fa fa-sign-in"></i> Log In</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-globe"></i> Language <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="//www.velohero.com/"><i class="fa fa-check-square-o fa-fw"></i> <img src="/static/images/icons/flags/gb.png" width="16" height="16" alt="Flag icon: GB" title="GB"> English</a></li>
<li><a href="//www.velohero.com/es/diario-de-entrenamiento.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/es.png" width="16" height="16" alt="Flag icon: ES" title="ES"> Español / Spanish</a></li>
<li><a href="//www.velohero.com/de/trainingstagebuch.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/de.png" width="16" height="16" alt="Flag icon: DE" title="DE"> Deutsch / German</a></li>
<li><a href="//www.velohero.com/it/diario-di-allenamento.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/it.png" width="16" height="16" alt="Flag icon: IT" title="IT"> Italiano / Italian</a></li>
<li><a href="//www.velohero.com/nl/trainingslogboek.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/nl.png" width="16" height="16" alt="Flag icon: NL" title="NL"> Nederlands / Dutch</a></li>
<li><a href="//www.velohero.com/fr/journal-d-entrainement.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/fr.png" width="16" height="16" alt="Flag icon: FR" title="FR"> Français / French</a></li>
<li><a href="//www.velohero.com/pt-br/software-de-registro-de-treinamento.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/br.png" width="16" height="16" alt="Flag icon: BR" title="BR"> Português brasileiro / Brazilian Portuguese</a></li>
<li><a href="//www.velohero.com/pl/dziennika-treningowego.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/pl.png" width="16" height="16" alt="Flag icon: PL" title="PL"> Polski / Polish</a></li>
<li><a href="//www.velohero.com/hu/edzesnaplo.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/hu.png" width="16" height="16" alt="Flag icon: HU" title="HU"> Magyar / Hungarian</a></li>
<li><a href="//www.velohero.com/zh-cn/trainingdiary.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/cn.png" width="16" height="16" alt="Flag icon: CN" title="CN"> 簡體字 / Simplified Chinese</a></li>
</ul>
</li>
</ul> </div> <!-- // navbar-collapse -->
</div> <!-- // container -->
</div> <!-- // navigation -->
<div class="container">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation"><div class="container"> <!-- Velo Hero logo -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand logo" href="//www.velohero.com/">
Vel<span class="logo-spaceing">o</span><span class="logo-spaceing"><i class="fa vh-logo"></i></span>Hero
</a>
</div>
<!-- Velo Hero logo -->
<div class="navbar-collapse collapse"> <p class="navbar-text visible-lg">Online since 2013</p>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://www.velohero.com/tour.html">Features</a></li>
<li><a href="https://app.velohero.com/register">Sign Up</a></li>
<li><a href="https://app.velohero.com/login"><i class="fa fa-sign-in"></i> Log In</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-globe"></i> Language <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="//www.velohero.com/"><i class="fa fa-check-square-o fa-fw"></i> <img src="/static/images/icons/flags/gb.png" width="16" height="16" alt="Flag icon: GB" title="GB"> English</a></li>
<li><a href="//www.velohero.com/es/diario-de-entrenamiento.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/es.png" width="16" height="16" alt="Flag icon: ES" title="ES"> Español / Spanish</a></li>
<li><a href="//www.velohero.com/de/trainingstagebuch.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/de.png" width="16" height="16" alt="Flag icon: DE" title="DE"> Deutsch / German</a></li>
<li><a href="//www.velohero.com/it/diario-di-allenamento.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/it.png" width="16" height="16" alt="Flag icon: IT" title="IT"> Italiano / Italian</a></li>
<li><a href="//www.velohero.com/nl/trainingslogboek.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/nl.png" width="16" height="16" alt="Flag icon: NL" title="NL"> Nederlands / Dutch</a></li>
<li><a href="//www.velohero.com/fr/journal-d-entrainement.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/fr.png" width="16" height="16" alt="Flag icon: FR" title="FR"> Français / French</a></li>
<li><a href="//www.velohero.com/pt-br/software-de-registro-de-treinamento.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/br.png" width="16" height="16" alt="Flag icon: BR" title="BR"> Português brasileiro / Brazilian Portuguese</a></li>
<li><a href="//www.velohero.com/pl/dziennika-treningowego.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/pl.png" width="16" height="16" alt="Flag icon: PL" title="PL"> Polski / Polish</a></li>
<li><a href="//www.velohero.com/hu/edzesnaplo.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/hu.png" width="16" height="16" alt="Flag icon: HU" title="HU"> Magyar / Hungarian</a></li>
<li><a href="//www.velohero.com/zh-cn/trainingdiary.html"><i class="fa fa-square-o fa-fw"></i> <img src="/static/images/icons/flags/cn.png" width="16" height="16" alt="Flag icon: CN" title="CN"> 簡體字 / Simplified Chinese</a></li>
</ul>
</li>
</ul> </div> <!-- // navbar-collapse -->
</div> <!-- // container -->
</div> <!-- // navigation --><div class="page-header">
<h1>
Buy Pro Membership <span class="pull-right hidden-xs hidden-sm">
<a href="https://app.velohero.com/register" class="btn btn-primary">Sign Up for Free</a>
</span> </h1>
</div>
<p class="hidden-md hidden-lg">
<a href="https://app.velohero.com/register" class="btn btn-primary">Sign Up for Free</a>
</p>
<div class="row">
<div class="col-sm-12">
<blockquote>
<div class="row">
<div class="col-sm-2 text-center">
<img src="/static/images/ich_300x300.jpg?v=0.9.2" alt="" class="img-circle img-responsive hidden-xs" width="300" height="300">
</div>
<div class="col-sm-10">
<p>Velo Hero is a one-man project. I get no support from companies and also will not sell your data. To pay the monthly server and connection costs, I rely on your support. Without your support, this project can not exist.</p>
<footer>Nils Knieling, Founder of Velo Hero</footer>
</div>
</div>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-md-5 col-md-offset-3">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Pro Membership</h3>
</div>
<div class="panel-body text-center">
<p>
Buy one year Pro Membership for only
</p>
<div class="the-price">
<h1>
€ 25
<span class="subscript">
/ Year
<small class="text-muted">(plus tax / VAT)</small>
</span>
</h1>
</div>
</div>
<ul class="list-group list-group-flush text-center">
<li class="list-group-item">No subscription</li>
<li class="list-group-item">Even more analysis options</li>
<li class="list-group-item">Up to twelve heart rate and power zones per sport and period</li>
<li class="list-group-item">💖 The good feeling to support this project</li>
</ul>
<div class="panel-footer text-center">
<a href="https://app.velohero.com/buy" class="btn btn-success btn-lg btn-block" role="button">
<i class="fa fa-shopping-cart"></i>
Log In
</a>
</div>
</div>
</div>
</div>
<div class="page-header">
<h2>
Functions in Detail
</h2>
</div>
<div class="row">
<div class="col-md-6">
<!-- Advertising -->
<table class="table table-striped">
<thead>
<tr>
<th> </th>
<th>
FREE
</th>
<th> PRO </th>
</tr>
</thead>
<tbody><tr>
<th>
Advertising
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-square-o fa-2x"></i></td>
</tr><tr>
<th>
Import File
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Smoothed Power
<a href="https://www.velohero.com/help/glossary.html#smoothed-power" class="text-top-tooltip" target="_blank"><i class="fa fa-question-circle" title="Help" data-toggle="tooltip"></i></a>
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Velo Hero Level
<a href="https://www.velohero.com/help/glossary.html#velo-hero-level" class="text-top-tooltip" target="_blank"><i class="fa fa-question-circle" title="Help" data-toggle="tooltip"></i></a>
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Velo Hero Points
<a href="https://www.velohero.com/help/glossary.html#velo-hero-points" class="text-top-tooltip" target="_blank"><i class="fa fa-question-circle" title="Help" data-toggle="tooltip"></i></a>
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Velocità Ascensionale Media (VAM)
<a href="https://www.velohero.com/help/glossary.html#velocita-ascensionale-media-vam" class="text-top-tooltip" target="_blank"><i class="fa fa-question-circle" title="Help" data-toggle="tooltip"></i></a>
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Power/Weight
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Automatic Threshold Calculation (FTP)
<a href="https://www.velohero.com/help/glossary.html#functional-threshold-power-ftp" class="text-top-tooltip" target="_blank"><i class="fa fa-question-circle" title="Help" data-toggle="tooltip"></i></a>
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Duration in Motion
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Duration with Cadence
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Duration with Power
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
TRaining IMPulse (TRIMP)
<a href="https://www.velohero.com/help/glossary.html#training-impulse-trimp" class="text-top-tooltip" target="_blank"><i class="fa fa-question-circle" title="Help" data-toggle="tooltip"></i></a>
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Time in Heart Rate Zone
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Time in Power Zone
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Mean Max Speed
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Mean Max Pace
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Mean Max Heart Rate
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Mean Max Cadence
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Mean Max Power
</th>
<td><i class="fa fa-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Duration
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Distance
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Ascent
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Descent
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Altitude
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Speed
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Pace
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Heart Rate
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Cadence
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Power
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Calories
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Weight
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Equipment
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Duration by Sport
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Distance by Sport
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Duration by Training Type
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr><tr>
<th>
Distance by Training Type
</th>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
<td><i class="fa fa-check-square-o fa-2x"></i></td>
</tr></tbody>
</table>
<hr>
</div>
<div class="col-md-6">
<img src="/static/images/pro_features.jpg?v=0.9.2" alt="" class="img-thumbnail img-responsive" width="492" height="2003">
</div>
</div>
<br>
<p>
<a href="https://app.velohero.com/register" class="btn btn-primary">Sign Up for Free</a>
</p>
<hr>
<footer class="text-center text-muted">
<p>
<small>
<a href="https://app.velohero.com/help">Contact</a> |
<a href="https://www.velohero.com/static/terms.pdf" target="_blank">Terms & Conditions</a> |
<a href="https://www.velohero.com/static/privacy.pdf" target="_blank">Privacy Policy</a> |
<a href="https://www.velohero.com/pro.html">Pro Membership</a> |
<a href="https://app.velohero.com/imprint">About this site</a>
</small>
</p>
<p>
<small>
<i class="fa vh-logo"></i>
Velo Hero<sup>®</sup>
-
© 2024
<a href="https://www.nkn-it.de/">Nils Knieling</a>
-
All rights reserved
</small>
</p>
</footer>
<!-- Cookie Consent -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#fff"
},
"button": {
"background": "#428BCA"
}
},
"theme": "classic",
"content": {
"message": "This site uses cookies to deliver its services. By using this site, you agree to its use of cookies.",
"dismiss": "Got it!",
"link": "More info",
"href": 'https://www.velohero.com/static/privacy.pdf'
},
"cookie": {
"domain": ".velohero.com"
}
})
});
</script>
<!-- // Cookie Consent -->
</div> <!-- // container -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script>
var userLang = navigator.language || navigator.userLanguage;
if ( userLang.match(/^es/) ) {
$('#frontpage-lang-text').html( '<img src="/static/images/icons/flags/es.png" width="16" height="16" alt="Flag icon: ES" title="ES"> '+
'¿Habla usted español? <i>Do you speak Spanish?</i> Velo Hero también está disponible en español. '+
'<a href="//www.velohero.com/es/diario-de-entrenamiento.html">Cambiar idioma.</a>' );
$('#frontpage-lang').removeClass('hidden');
} if ( userLang.match(/^de/) ) {
$('#frontpage-lang-text').html( '<img src="/static/images/icons/flags/de.png" width="16" height="16" alt="Flag icon: DE" title="DE"> '+
'Sprechen Sie Deutsch? <i>Do you speak German?</i> Velo Hero gibt es auch in Deutsch. '+
'<a href="//www.velohero.com/de/trainingstagebuch.html">Sprache wechseln.</a>' );
$('#frontpage-lang').removeClass('hidden');
} if ( userLang.match(/^it/) ) {
$('#frontpage-lang-text').html( '<img src="/static/images/icons/flags/it.png" width="16" height="16" alt="Flag icon: IT" title="IT"> '+
'Parli Italiano? <i>Do you speak Italian?</i> Velo Hero è disponibile anche in italiano. '+
'<a href="//www.velohero.com/it/diario-di-allenamento.html">Cambia lingua.</a>' );
$('#frontpage-lang').removeClass('hidden');
} if ( userLang.match(/^fr/) ) {
$('#frontpage-lang-text').html( '<img src="/static/images/icons/flags/fr.png" width="16" height="16" alt="Flag icon: FR" title="FR"> '+
'Parlez-vous français? <i>Do you speak French?</i> Velo Hero est également disponible en français. '+
'<a href="//www.velohero.com/fr/journal-d-entrainement.html">Changer de langue.</a>' );
$('#frontpage-lang').removeClass('hidden');
} if ( userLang.match(/^hu/) ) {
$('#frontpage-lang-text').html( '<img src="/static/images/icons/flags/hu.png" width="16" height="16" alt="Flag icon: HU" title="HU"> '+
'Beszélsz magyarul? <i>Do you speak Hungarian?</i> Velo Hero is elérhető magyarul. '+
'<a href="//www.velohero.com/hu/edzesnaplo.html">Nyelv módosítása.</a>' );
$('#frontpage-lang').removeClass('hidden');
} if ( userLang.match(/^pl/) ) {
$('#frontpage-lang-text').html( '<img src="/static/images/icons/flags/pl.png" width="16" height="16" alt="Flag icon: PL" title="PL"> '+
'Czy mówisz po polsku? <i>Do you speak Polish?</i> Velo Hero jest również dostępna w języku angielskim. '+
'<a href="//www.velohero.com/pl/dziennika-treningowego.html">Zmień język.</a>' );
$('#frontpage-lang').removeClass('hidden');
} if ( userLang.match(/^nl/) ) {
$('#frontpage-lang-text').html( '<img src="/static/images/icons/flags/nl.png" width="16" height="16" alt="Flag icon: NL" title="NL"> '+
'Spreek je Nederlands? <i>Do you speak Dutch?</i> Velo Hero is ook beschikbaar in het Nederlands. '+
'<a href="//www.velohero.com/nl/trainingslogboek.html">Wijzig taal.</a>' );
$('#frontpage-lang').removeClass('hidden');
} if ( userLang.match(/^zh/) ) {
$('#frontpage-lang-text').html( '<img src="/static/images/icons/flags/cn.png" width="16" height="16" alt="Flag icon: CN" title="CN"> '+
'你会说中国人吗? <i>Do you speak Chinese?</i> 腭英雄也有英文。 '+
'<a href="//www.velohero.com/zh-cn/trainingdiary.html">改变语言</a>' );
$('#frontpage-lang').removeClass('hidden');
} if ( userLang.match(/^pt-br/i) ) {
$('#frontpage-lang-text').html( '<img src="/static/images/icons/flags/br.png" width="16" height="16" alt="Flag icon: BR" title="BR"> '+
'Você fala Português do Brasil? <i>Do you speak Brazilian Portuguese?</i> Velo Hero também está disponível em Português do Brasil. '+
'<a href="//www.velohero.com/pt-br/software-de-registro-de-treinamento.html">Alterar idioma.</a>' );
$('#frontpage-lang').removeClass('hidden');
}</script>
<div class="modal fade" id="userExitModal" tabindex="-1" role="dialog" aria-labelledby="userExitModalLabel">
<div class="modal-dialog" role="document">
<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="userExitModalLabel">
Join Velo Hero today, it's free.
</h4>
</div>
<div class="modal-body">
<p>Sign up for free in just 2 minutes. Not convinced? Get FREE <a href="https://app.velohero.com/pro">Pro Membership</a> for 45 days when you sign up today.</p>
</div>
<div class="modal-footer">
<a class="btn btn-primary" href="https://app.velohero.com/register" role="button">Sign Up for Free</a>
</div>
</div>
</div>
</div>
<script>
var last_position = {};
$(document).ready(function() {
$(document).on('mousemove', function (event) {
if (typeof(last_position.x) != 'undefined') {
var deltaX = last_position.x - event.offsetX,
deltaY = last_position.y - event.offsetY;
if (Math.abs(deltaY) > Math.abs(deltaX) && deltaY > 0) {
if(event.pageY <= 5) {
$('#userExitModal').modal('show');
}
}
}
last_position = {
x : event.offsetX,
y : event.offsetY
};
});
});
</script>
</body>
</html>