Updated About page and added Compatibility page
This commit is contained in:
42
rowers/templates/compatibility.html
Normal file
42
rowers/templates/compatibility.html
Normal file
@@ -0,0 +1,42 @@
|
||||
|
||||
{% extends "base.html" %}
|
||||
{% block title %}About us{% endblock title %}
|
||||
{% block content %}
|
||||
|
||||
<div class="grid_6 alpha">
|
||||
<h2>Import Compatibility</h2>
|
||||
|
||||
<p>Rowsandall.com tries to be compatible with the most important tools
|
||||
that rowers use to capture the data (both indoor and OTW). For a full
|
||||
list of currently supported devides/apps, click
|
||||
<a href="compatibility.html">here</a>.
|
||||
|
||||
<p>On The Water
|
||||
<ul>
|
||||
<li> CrewNerd (TCX)</li>
|
||||
<li> Rowing In Motion (TCX)</li>
|
||||
<li> Speedcoach XL (CSV)</li>
|
||||
<li> Speedcoach GPS (FIT)</li></ul></p>
|
||||
|
||||
<p>Erg
|
||||
<ul>
|
||||
<li> Painsled (CSV)</li>
|
||||
<li> ErgData (CSV export from Concept2 logbook)</li>
|
||||
<li> ErgStick (CSV)</li></ul></p>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="grid_6 omega">
|
||||
<h2>Export Compatibility</h2>
|
||||
<ul>
|
||||
<li> Concept2 Logbook: Exports stroke by stroke data for erg and OTW rowing</li>
|
||||
<li> Strava: </li>
|
||||
<li> SportTracks</li>
|
||||
<li> email (TCX or CSV format)</li></ul></p>
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user