Private
Public Access
1
0
Files
rowsandall/rowers/templates/videos.html
Sander Roosendaal ae0d95ecb5 Improved Smoothing
2016-11-13 11:55:15 +01:00

51 lines
1.5 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><iframe width="560" height="315" src="https://www.youtube.com/embed/wF_P6x0uSL4" frameborder="0" allowfullscreen></iframe></p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/rjNwXCh7jKg" frameborder="0" allowfullscreen></iframe></p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/WfccMz3SbAc" frameborder="0" allowfullscreen></iframe></p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/90AXO4dppT4" frameborder="0" allowfullscreen></iframe></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 %}