93 lines
2.9 KiB
HTML
93 lines
2.9 KiB
HTML
{% extends "base.html" %}
|
|
{% block title %}Contact Us{% endblock title %}
|
|
{% block content %}
|
|
|
|
<div class="grid_6 alpha">
|
|
<h3>Import Workouts</h3>
|
|
|
|
<div class="grid_6">
|
|
<div class="grid_3 alpha">
|
|
<p>
|
|
<a href="/rowers/workout/stravaimport"><img src="/static/img/stravalogo.png" alt="strava logo" width="140"></a>
|
|
</p>
|
|
</div>
|
|
<div class="grid_3 omega">
|
|
<p>Import workouts from Strava</p>
|
|
</div>
|
|
</div>
|
|
<div class="grid_6">
|
|
<div class="grid_3 alpha">
|
|
<p>
|
|
<a href="/rowers/workout/c2list"><img src="/static/img/blueC2logo.png" alt="Concept2 logo" width="140"></a>
|
|
</p>
|
|
</div>
|
|
<div class="grid_3 omega">
|
|
<p>Import workouts from the Concept2 logbook</p>
|
|
</div>
|
|
<div class="grid_3 alpha">
|
|
<p>
|
|
<a href="/rowers/workout/sporttracksimport"><img src="/static/img/sporttracks-button.png" alt="SportTracks logo" width="140"></a>
|
|
</p>
|
|
</div>
|
|
<div class="grid_3 omega">
|
|
<p>Import workouts from SportTracks</p>
|
|
</div>
|
|
</div>
|
|
<div class="grid_6">
|
|
<div class="grid_3 alpha">
|
|
<p>
|
|
<a href="/rowers/workout/runkeeperimport"><img src="/static/img/rk-logo.png" alt="Runkeeper logo" width="140"></a>
|
|
</p>
|
|
</div>
|
|
<div class="grid_3 omega">
|
|
<p>Import workouts from RunKeeper</p>
|
|
</div>
|
|
</div>
|
|
<div class="grid_6">
|
|
<div class="grid_3 alpha">
|
|
<p>
|
|
<a href="/rowers/workout/underarmourimport"><img src="/static/img/UAbtn.png" alt="Under Armour logo" width="140"></a>
|
|
</p>
|
|
</div>
|
|
<div class="grid_3 omega">
|
|
<p>Import workouts from MapMyFitness/UnderArmour</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="grid_6 omega">
|
|
<h3>Connect</h3>
|
|
|
|
<div class="grid_6 alpha">
|
|
<p>Click one of the below logos to connect to the service of your choice.
|
|
You only need to do this once. After that, the site will have access until you
|
|
revoke the authorization for the "rowingdata" app.</p>
|
|
|
|
<div class="grid_2 alpha">
|
|
<p><a href="/rowers/me/stravaauthorize/"><img src="/static/img/ConnectWithStrava.png" alt="connect with strava" width="120"></a></p>
|
|
|
|
</div>
|
|
<div class="grid_2">
|
|
<p><a href="/rowers/me/c2authorize/"><img src="/static/img/blueC2logo.png" alt="connect with Concept2" width="120"></a></p>
|
|
</div>
|
|
|
|
|
|
<div class="grid_2 omega">
|
|
<p><a href="/rowers/me/sporttracksauthorize/"><img src="/static/img/sporttracks-button.png" alt="connect with SportTracks" width="120"></a></p>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="grid_6 alpha">
|
|
<div class="grid_2 alpha">
|
|
<p><a href="/rowers/me/runkeeperauthorize/"><img src="/static/img/rk-logo.png" alt="connect with RunKeeper" width="120"></a></p>
|
|
</div>
|
|
<div class="grid_2 suffix_2 omega">
|
|
<p><a href="/rowers/me/underarmourauthorize/"><img src="/static/img/UAbtn.png" alt="connect with Under Armour" width="120"></a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
{% endblock content %}
|
|
|