diff --git a/rowers/templates/landingpage.html b/rowers/templates/landingpage.html index 19bbd419..efcc3ae9 100644 --- a/rowers/templates/landingpage.html +++ b/rowers/templates/landingpage.html @@ -1,14 +1,50 @@ +{% load leaflet_tags %} +{% load cookielaw_tags %} +{% load rowerfilters %} +{% load tz_detect %} +{% tz_detect %} +{% load analytical %} +{% block filters %} +{% endblock %} + {% block title %}Rowsandall Rowing Data Analytics{% endblock %} + {% block og_image %} + + + {% endblock %} + + + + + + + + + + + {% block image_src %}{% endblock %} + {% analytical_head_bottom %} +
+ {% if not user.is_authenticated %} +
+ Sign In  +
+ {% else %} +
+ Enter  +
+ {% endif %} + +
+
- SCROLL DOWN + FREE DATA AND ANALYSIS. FOR ROWERS. BY ROWERS.
+ {% if not user.is_authenticated %} +
+
+

SIGN UP

+

Sign-up form goes here

+
+
+ {% endif %}
@@ -96,33 +196,111 @@
- LESS HEIGHT + + For on-the-water and indoor rowing +
-

Some info goes here

+

"Check out @rowsandall as well - his site is really useful for dissecting rowing data, especially if you eventually get power/angles on the water - check out the articles in the blog - if you’re logging your ergs on C2logbook you can have a play dissecting the data" - Tom Carter

- SCROLL UP + + Plan, execute, measure, adjust +
-

Where does the login go?

+

Potentially to be replaced with log/race/plan/analyze/sync from old landing page

+
    +
  • Commit to a goal
  • +
  • Plan your training
  • +
  • Track your execution and progress
  • +
  • Monitor key rowing technique metrics
  • +
- COOL! + Follow us on + + +   + + +   + + +   + + +   +
+ + diff --git a/static/css/frontstyles.css b/static/css/frontstyles.css index fb02b7db..e15812d8 100644 --- a/static/css/frontstyles.css +++ b/static/css/frontstyles.css @@ -57,6 +57,7 @@ font-weight: bold; text-align: left; font-size: 1.0em; + color: #fff; } header ul { diff --git a/templates/landing.html b/templates/landing.html index a308602b..2d3dc7e1 100644 --- a/templates/landing.html +++ b/templates/landing.html @@ -143,7 +143,38 @@ + {% if user.is_authenticated %} + + {% endif %}

Aap