From 855f2ff739dd79bcbe290708484d71200f9e4984 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 3 Mar 2018 10:36:35 +0100 Subject: [PATCH] updated buttons and text on plans Pro membership, Plan membership & about page --- rowers/templates/about_us.html | 176 ++++++++++++++------------- rowers/templates/planmembership.html | 9 +- rowers/templates/promembership.html | 9 +- 3 files changed, 99 insertions(+), 95 deletions(-) diff --git a/rowers/templates/about_us.html b/rowers/templates/about_us.html index 76ea4bec..0cf52bcf 100644 --- a/rowers/templates/about_us.html +++ b/rowers/templates/about_us.html @@ -2,8 +2,9 @@ {% extends "base.html" %} {% block title %}Rowsandall - About us{% endblock title %} {% block content %} +{% load rowerfilters %} -
+

Welcome to Rowsandall.com

Rowsandall.com is an online tool for indoor and On The Water (OTW) rowers. It accepts workout data from a number of devices and applications. It @@ -81,110 +82,111 @@ -

-
+
+

Credits

The project is based on python plotting code by Greg Smith (https://quantifiedrowing.wordpress.com/) and inspired by the RowPro Dan Burpee spreadsheet (http://www.sub7irc.com/RP_Split_Template.zip).

-
-

Advanced Analysis (Premium Features)

- -

Beyond the basics, rowsandall.com provides a rich tool set for - OTW rowing. You can use it to estimate stroke power and to correct - for the effects of wind and current. For indoor rowing, when - used with painsled, and OTW rowing, when used - with a NK Empower Oarlock, - the tools enable graphical analsis of stroke metrics - including: -

    -
  • Peak and average force
  • -
  • drive length
  • -
  • work per stroke
  • -
  • drive and recovery time
  • -
  • catch and finish angles (OTW)
  • -
  • slip and wash (OTW)
  • -
- -These can be analyzed versus time, distance, stroke rate or other -parameters to get a better understand of the strengths and weaknesses -of a rowers technique.

+
+

Advanced Analysis, Coaching and Planning (Premium Features)

-

The online logbook provide the ability to record OTW sessions - manually, but none of the data from these sessions is captured.

+

Beyond the free basic plan, rowsandall.com provides a rich tool set + for athletes and coaches who want to maximize their training efficiency + by analyzing data.

-

The Premium Features are available for only 15 EURO per year. - Your 15 EURO will be used - to cover the hosting costs of the site. +

We offer three plans. Click on the name of the plan to find out more: +

    +
  • Pro Membership, + offering additional rowing metrics and analysis + tools for individual rowers.
  • +
  • Self-Coach Membership, + offering all of the Pro Membership plan, + plus the ability to plan your own sessions and analyze progress + of your fitness against your plan.
  • +
  • Coach Membership, + offering all functions of Self-Coach and Pro + Membership plans, but allows you to build a manage the + performance of a group of athletes around you. You can analyze + their workouts, plan their training and measure their fitness + progress.
  • +
+

+ + + + +
+
+ +
+ {% if user.rower.rowerplan == 'basic' and user.rower.protrialexpires|date_dif == 1 %} +

Free Trial

+

+ You qualify for a 14 day free trial. No credit card needed. + Try out Pro membership for two weeks. Click the button below to + sign up for the trial. After your trial period expires, you will be + automatically reset to the Basic plan, unless you upgrade to Pro. +

+ +{% endif %} + +

Recurring Payment

+

You need a Paypal account for this

+

+

+ + + + + +
Plans
Your User Name
+ + + +

+

One Year Subscription

+

Only a credit card needed. Will not automatically renew

-

Click on the PayPal button to pay for your Premium membership. - Before you pay, please register for the free Basic membership and log in. - In this way, your user name will be added to the payment details. - Your payment will be valid for one year with automatic renewal which you can stop at any time. -You will be taken to the secure PayPal payment site. +

+

+ + + + + +
Plans
Your User Name
+ + + +

+ + +

Payment Processing

After you do the payment, we will manually change your membership to "Pro". Depending on our availability, this may take some time (typically one working day). Don't hesitate to contact us if you have any questions at this stage.

-

Recurring Payment

-

You need a Paypal account for this

-
- - -{% if user.is_authenticated %} - - -{% endif %} - - -
- -

One Year Subscription

-

Only a credit card needed. Will not automatically renew

-
- - - - -
- -

What's new?

- -

-

    -
  • 2016-12-19 Interactive stroke curve for NK Empower Oarlock
  • -
  • 2016-12-07 Favorite Flex Charts for Premium users
  • -
  • 2016-12-01 Support for NK Empower Oarlock parameters (catch and - finish angles, slip and wash, and power as measured by the Oarlock
  • -
  • 2016-11-10 Power based Pie Charts
  • -
  • 2016-11-01 Sliders to select subsets of data on some plots
  • -
  • 2016-11-01 Emailing workouts to workouts@rowsandall.com
  • -
  • 2016-11-01 Interval Editor
  • -
  • 2016-09-30 Stroke Analysis Plot - with date range filtering
  • -
  • 2016-09-29 Improved Flex plot, Power Histogram and Ranking Pieces - with date range filtering
  • -
  • 2016-09-20 Added the Power histogram
  • -
  • 2016-08-31 Added the Ranking Piece summary and pace predictor
  • -
  • 2016-08-02 Added support for the SpeedCoach GPS 2 CSV/FIT file export
  • -
  • 2016-07-19 Added the possibility to download wind data from The Dark Sky / Forecast.io
  • -
  • 2016-07-19 New Flexible interactive charts for OTE and OTW (pick your own axes parameters)
  • -
  • 2016-07-07 Wind and Stream corrections for OTW (Premium functionality)
  • -
  • 2016-06-23 Premium users can now compare workouts
  • -
  • 2016-06-20 Fixed Strava upload and added SportTracks import and export. The export is not working reliably. We are debugging this,
  • -
  • 2016-06-08 Added possibility to upload CrewNerd summary CSV file for Premium Members
  • -
  • 2016-06-08 Added workout summaries
  • -
  • 2016-06-05 Export to Strava is working
  • -
  • 2016-06-01 We're approved on the Concept2 logbook!!!!
  • -
-

+

If, for any reason, you are not happy with your Pro membership, please let me know through the contact form. I will contact you as soon as possible to discuss how we can make things better.

-
- {% endblock content %} diff --git a/rowers/templates/planmembership.html b/rowers/templates/planmembership.html index a1814935..5a9415d3 100644 --- a/rowers/templates/planmembership.html +++ b/rowers/templates/planmembership.html @@ -62,13 +62,13 @@

Recurring Payment

You need a Paypal account for this

-

+
Plans
Plans
Plans
Plans