diff --git a/rowers/templates/landingpage.html b/rowers/templates/landingpage.html index fc85edb5..9a8b83e2 100644 --- a/rowers/templates/landingpage.html +++ b/rowers/templates/landingpage.html @@ -34,6 +34,19 @@ color: #777; } + .column { + float: left; + width: 33%; + padding: 10px; + + } + + .row:after { + content: ""; + display: table; + clear: both; + } + .sticky { position: fixed; right: 0; @@ -111,7 +124,7 @@ color: #000; } - .caption span.border { + .caption div.border { background-color: #1c75bc; color: #fff; padding: 18px; @@ -128,14 +141,33 @@ /* Turn off parallax scrolling for tablets and phones */ @media only screen and (max-device-width: 1024px) { - .bgimg-1, .bgimg-2, .bgimg-3 .sticky{ + .bgimg-1, .bgimg-2, .bgimg-3 .sticky { background-attachment: scroll; max-width: 100%; } + .column { + width: 100%; + } + + .register { + position: fixed; + top: auto; + bottom: 0; + left: 0; + right: 0; + width: 100%; + z-index: 1; + font: 400 14px/1.2 "Lato", sans-serif; + } + + body, html { + font: 400 14px/1.2 "Lato", sans-serif; + } } + {% analytical_head_bottom %} @@ -169,12 +201,14 @@
The best way to improve racing performance is to assess where you are, @@ -190,46 +224,60 @@
We offer a fully integrated way for you or your coach to set up the goal you commit to, plan to - achieve it, and monitor plan versus execution based on time, distance, heart rate or power.
- -Maintain a consistent log for all your rowing (indoor and on the water) and sync your workouts - to popular tools as the Concept2 logbook, Strava, TrainingPeaks, SportTracks and others.
- -Analyze your workouts with a consistent set of tools, developed by rowers for rowers.
- -Compare youre results between workouts and with other rowers in your team.
- -Virtual regattas are an informal way to add a competitive element to your training - and can be used as a quick way to set up small regattas
- -Rowsandall.com is the ideal platform for remote rowing coaching. As a coach, you can - easily manage your athletes, set up plans and monitor execution and technique
- +We offer a fully integrated way for you or your coach to set up the goal you commit to, plan to + achieve it, and monitor plan versus execution based on time, distance, heart rate or power.
+Maintain a consistent log for all your rowing (indoor and on the water) and sync your workouts + to popular tools as the Concept2 logbook, Strava, TrainingPeaks, SportTracks and others.
+ +Analyze your workouts with a consistent set of tools, developed by rowers for rowers.
+ +Compare youre results between workouts and with other rowers in your team.
+ +Virtual regattas are an informal way to add a competitive element to your training + and can be used as a quick way to set up small regattas
+ +Rowsandall.com is the ideal platform for remote rowing coaching. As a coach, you can + easily manage your athletes, set up plans and monitor execution and technique
+