Changeset c2a786e in OpenWorkouts-current


Ignore:
Timestamp:
Mar 6, 2019, 1:07:45 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current
Children:
035792a
Parents:
b979798
Message:

update content for promo page

Location:
ow
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • ow/static/less/main.less

    rb979798 rc2a786e  
    3333@import "pages/login.less";
    3434@import "pages/profile.less";
     35@import "pages/promo.less";
    3536@import "pages/verify_account.less";
  • ow/templates/openworkouts.pt

    rb979798 rc2a786e  
    1111
    1212      <!-- 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>
    1316
    14       <div class="promo-content">
    15           <h1>Welcome to OpenWorkouts</h1>
     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>
    1648      </div>
     49      <!-- /Promo -->
    1750
    1851  </metal:content>
Note: See TracChangeset for help on using the changeset viewer.