source: OpenWorkouts-current/ow/templates/openworkouts.pt

current
Last change on this file was c2a786e, checked in by Segundo Fdez <segun.2@…>, 5 years ago

update content for promo page

  • Property mode set to 100644
File size: 2.0 KB
Line 
1<html xmlns="http://www.w3.org/1999/xhtml"
2      xml:lang="en"
3      xmlns:tal="http://xml.zope.org/namespaces/tal"
4      xmlns:metal="http://xml.zope.org/namespaces/metal"
5      xmlns:i18n="http://xml.zope.org/namespaces/i18n"
6      i18n:domain="OpenWorkouts"
7      metal:use-macro="load: base_anonymous.pt"
8      tal:attributes="lang request.locale_name">
9
10  <metal:content metal:fill-slot="content">
11
12      <!-- Promo -->
13      <div class="promo-content">
14        <h1>Welcome to OpenWorkouts</h1>
15        <p>OpenWorkouts is a open source web app for tracking workouts.</p>
16
17        <p>Add workouts manually or upload them from gps/tracker files (gpx and fit supported currently)</p>
18        <p>Time-based archive to access your workouts</p>
19        <p>Detailed view of each workout, including overview data (speed, distance, time, hr, power, etc), charts and an interactive </p>map view for those workouts with gps tracking information
20        <p>Tools to edit or update workouts from new gps/tracker files</p>
21        <p>Global stats (totals for distance, time, etc) and per-month, per-week stats</p>
22        <p>Personal profile data containing basic info</p>
23
24        <h2>Get the latest release (0.2.0):</h2>
25        <ul>
26          <li>
27            <a href="https://openworkouts.org/sources/releases/OpenWorkouts-0.2.0.tar.gz">tar.gz</a>
28          </li>
29          <li>
30            <a href="https://openworkouts.org/sources/releases/OpenWorkouts-0.2.0.zip">zip</a>
31          </li>
32          <li>
33            <a href="https://openworkouts.readthedocs.io">Documentation</a>
34          </li>
35          <li>
36            <a href="https://openworkouts.readthedocs.io/en/latest/CHANGES.html">What´s new</a>
37          </li>
38        </ul>
39
40        <ul>
41          <li>
42            <a href="https://github.com/openworkouts">github</a>
43          </li>
44          <li>
45            <a href="https://twitter.com/openworkouts">twitter</a>
46          </li>
47        </ul>
48      </div>
49      <!-- /Promo -->
50
51  </metal:content>
52
53</html>
Note: See TracBrowser for help on using the repository browser.