41 lines
1.0 KiB
HTML
41 lines
1.0 KiB
HTML
|
|
{% extends "base.html" %}
|
|
{% block title %}About us{% endblock title %}
|
|
{% block content %}
|
|
|
|
<div class="grid_12 alpha">
|
|
<h2>Instruction Videos</h2>
|
|
|
|
<h3>Basic Navigation</h3>
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/-rrTWTS23sM" frameborder="0" allowfullscreen></iframe>
|
|
|
|
<h3>Upload Page</h3>
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/IsUtdh30USw" frameborder="0" allowfullscreen></iframe>
|
|
|
|
<h3>Integration with Strava, SportTracks or Concept2 logbook</h3>
|
|
|
|
<p>Coming Soon</p>
|
|
|
|
<h3>Basic charts</h3>
|
|
|
|
<p>Coming Soon</p>
|
|
|
|
<h3>Advanced charts</h3>
|
|
|
|
<p>Coming Soon</p>
|
|
|
|
<h3>Data analysis</h3>
|
|
|
|
<p>Coming Soon</p>
|
|
|
|
<h3>Very quick demo of OTW functionality</h3>
|
|
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/PIwKPmknNNY" frameborder="0" allowfullscreen></iframe>
|
|
|
|
<h3>OTW basic and advanced use</h3>
|
|
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/VG7OlwQqwcI" frameborder="0" allowfullscreen></iframe>
|
|
|
|
</div>
|
|
|
|
{% endblock content %} |