diff --git a/rowers/templates/base.html b/rowers/templates/base.html index bcd01b81..42221f13 100644 --- a/rowers/templates/base.html +++ b/rowers/templates/base.html @@ -26,18 +26,18 @@
{% analytical_body_top %}Free Data and Analysis. For Rowers. By Rowers.
{% endif %}
{{ user.first_name }} diff --git a/rowers/templates/basefront.html b/rowers/templates/basefront.html new file mode 100644 index 00000000..8fc56eec --- /dev/null +++ b/rowers/templates/basefront.html @@ -0,0 +1,240 @@ +{% load cookielaw_tags %} +{% load analytical %} + + +
+ + {% analytical_head_top %} + {% if GOOGLE_ANALYTICS_PROPERTY_ID %} + {% include "ga.html" %} + {% endif %} + + + + + + + +Free Data and Analysis. For Rowers. By Rowers.
+ 
+ {% endif %} + ++ Import +
+ Import workouts from Strava, SportTracks, and C2 logbook + {% else %} ++ {% endif %} +
+ Workouts +
+ See your list of workouts + {% else %} ++ {% endif %} +
+ Graphs +
+ See your most recent charts + {% else %} ++ {% endif %} +
+ Analysis +
+ Analysis of workouts over a period of time + {% else %} ++ {% endif %} +
+ {% endif %} +
Compatible with: @@ -27,4 +22,5 @@
+ Password Change +
+Please correct the error{{ form.errors|pluralize }} below. @@ -113,6 +121,8 @@