-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtour.html
371 lines (328 loc) · 16.9 KB
/
tour.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
<!DOCTYPE html>
<html>
<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>Features - 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="page-header">
<h1>
Features
<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>
<p>
Velo Hero is free to use! Log your workouts and track your progress at no cost. Upgrade to a <a href="pro.html">Pro Membership</a> to find even more features like the ability to set heart rate and power zones. Here is a brief overview of our features:
</p>
<div class="page-header">
<h3>Mobile First</h3>
</div>
<div class="row">
<div class="col-md-8">
<img src="/static/images/screenshots/mac_ipad_iphone.jpg?v=0.9.2" width="1200" height="496" alt="Screenshot" class="img-responsive img-rounded">
</div>
<div class="col-md-4">
With Velo Hero you have access to your health and training information at any time. Whether on your smartphone, tablet or desktop. Whether at home, from work or on the go. All you need is an internet connection.
</div>
</div>
<div class="page-header">
<h3>Quick and Easy Import</h3>
</div>
<div class="row">
<div class="col-md-8">
<img src="/static/images/screenshots/upload.jpg?v=0.9.2" width="1200" height="688" alt="Screenshot" class="img-responsive img-rounded">
</div>
<div class="col-md-4">
It's easy to get started tracking your workouts. Import all common file formats:<ul><li>Garmin (TCX, FIT, GPX)</li><li>Schoberer Rad Messtechnik (SRM, FIT)</li><li>Polar (HRM)</li><li>TrainingPeaks (PWX)</li><li>ANT+ (FIT)</li><li>daum electronic (CSV)</li><li>SIGMA (SLF, SMF)</li><li>Falk Outdoor (GPX)</li><li>Suunto (GPX)</li><li>Mio (GPX)</li></ul>Synchronize your training data with <a href="https://tapiriik.com/" target="_blank">tapiriik</a> from Garmin Connect, RunKeeper, Strava, TrainingPeaks, Endomondo, RideWithGPS and many other platforms to Velo Hero.
</div>
</div>
<div class="page-header">
<h3>Clear Overview</h3>
</div>
<div class="row">
<div class="col-md-8">
<img src="/static/images/screenshots/workouts_show.jpg?v=0.9.2" width="1200" height="803" alt="Screenshot" class="img-responsive img-rounded">
</div>
<div class="col-md-4">
Analyze individual workouts. The following and many more values are displayed:<ul><li>Moving time</li><li>Duration with cadence</li><li>Ascent</li><li>TRIMP</li><li>Weather and wind</li><li>Equipment</li></ul>
</div>
</div>
<div class="page-header">
<h3>Deep Insight</h3>
</div>
<div class="row">
<div class="col-md-8">
<img src="/static/images/screenshots/workouts_map.jpg?v=0.9.2" width="1200" height="1143" alt="Screenshot" class="img-responsive img-rounded">
</div>
<div class="col-md-4">
Dissect a workout to find potential areas of improvement.
</div>
</div>
<div class="page-header">
<h3>Export</h3>
</div>
<div class="row">
<div class="col-md-8">
<img src="/static/images/screenshots/google_earth.jpg?v=0.9.2" width="1200" height="832" alt="Screenshot" class="img-responsive img-rounded">
</div>
<div class="col-md-4">
You can analyze your workout in detail with Google Earth. Additionally, there is a GPX and Excel export.
</div>
</div>
<div class="page-header">
<h3>Distribution</h3>
</div>
<div class="row">
<div class="col-md-8">
<img src="/static/images/screenshots/wrokouts_show_charts.jpg?v=0.9.2" width="1200" height="776" alt="Screenshot" class="img-responsive img-rounded">
</div>
<div class="col-md-4">
The following and many more questions can be answered using our analsys tools:<ul><li>How long did I wait at traffic lights?</li><li>For how long was my heart rate between 165-180 bpm?</li><li>For how long did I reach a cadence greater than 100 rpm?</li></ul>
</div>
</div>
<div class="page-header">
<h3>Personal Heart Rate and Power Zones</h3>
</div>
<div class="row">
<div class="col-md-8">
<img src="/static/images/screenshots/workouts_show_zones.jpg?v=0.9.2" width="1200" height="951" alt="Screenshot" class="img-responsive img-rounded">
</div>
<div class="col-md-4">
Configure up to 12 heart rate and power zones per sport and period.
</div>
</div>
<div class="page-header">
<h3>Mean Max Curve Graphs</h3>
</div>
<div class="row">
<div class="col-md-8">
<img src="/static/images/screenshots/workouts_show_mean_max.jpg?v=0.9.2" width="1200" height="564" alt="Screenshot" class="img-responsive img-rounded">
</div>
<div class="col-md-4">
Calculate all your best times of a workout with this analysis. The following and many more questions can be answered:<ul><li>What was my best average speed for 30 minutes?</li><li>What was my maximum heart rate for 60 seconds?</li><li>What was my highest cadence for 1 hour?</li><li>What was my highest power for 5 seconds and 1 hour (Mean Maximal Power)?</li></ul>
</div>
</div>
<div class="page-header">
<h3>Body Measurements</h3>
</div>
<div class="row">
<div class="col-md-8">
<img src="/static/images/screenshots/body_edit.jpg?v=0.9.2" width="1200" height="831" alt="Screenshot" class="img-responsive img-rounded">
</div>
<div class="col-md-4">
Document your body measurements together with your training data. Measurements from Withings products can be transferred directly to Velo Hero.
</div>
</div>
<div class="page-header">
<h3>Many More Analysis Options</h3>
</div>
<div class="row">
<div class="col-md-6">
<img src="/static/images/screenshots/charts_zones.jpg?v=0.9.2" width="1200" height="803" alt="Screenshot" class="img-responsive img-rounded">
</div>
<div class="col-md-6">
<img src="/static/images/screenshots/charts_peaks.jpg?v=0.9.2" width="1200" height="803" alt="Screenshot" class="img-responsive img-rounded">
</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>