source: OpenWorkouts-current/ow/templates/openworkouts.pt @ 0b57668

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

update content for promo page

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[2a71053]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>
[0b57668]15          <p>OpenWorkouts is a 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>
[2a71053]23      </div>
24
25  </metal:content>
26
27</html>
Note: See TracBrowser for help on using the repository browser.