247 lines
9.8 KiB
HTML
247 lines
9.8 KiB
HTML
|
||
{% extends "newbase.html" %}
|
||
{% block title %}Rowsandall Pro Membership{% endblock title %}
|
||
{% block main %}
|
||
{% load rowerfilters %}
|
||
|
||
<h1>Paid Membership Plans</h1>
|
||
|
||
<ul class="main-content">
|
||
<li class="grid_2">
|
||
<p>Donations are welcome to keep this web site going. To help cover the hosting
|
||
costs, I have created several paid plans offering advanced functionality.
|
||
Once I process your
|
||
donation, I will give you access to some <q>special</q> features on this
|
||
website. </p>
|
||
|
||
<p>The following table gives an overview of the different plans. As we are
|
||
constantly developing new functionality, the table might be slightly outdated. Don't
|
||
hesitate to contact us. </p>
|
||
|
||
<p>The Pro membership is open for a free 14 day trial</p>
|
||
<p>
|
||
<table class="listtable paddedtable" width="80%">
|
||
<thead>
|
||
<tr>
|
||
<th> </th>
|
||
<th>BASIC</th>
|
||
<th>PRO</th>
|
||
<th>SELF-COACH</th>
|
||
<th>COACH</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>Basic rowing metrics (spm, time, distance, heart rate, power)</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Manual Import, Export, Synchronization and download of all your data</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Automatic Synchronization with other fitness sites</td>
|
||
<td> </td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Heart rate and power zones</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Ranking Pieces, Stroke Analysis</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Advanced Analysis (Critical Power, Stats, Box Chart, Trend Flex)</td>
|
||
<td> </td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Compare Workouts</td>
|
||
<td> </td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Empower Stroke Profile</td>
|
||
<td> </td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Sensor Fusion, Split Workout, In-stroke metrics</td>
|
||
<td> </td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Create Training plans, tests and challenges for yourself. Track your performance
|
||
against plan.</td>
|
||
<td> </td>
|
||
<td> </td>
|
||
<td>✔</td>
|
||
<td>✔</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Create Training plans, tests and challenges for your athletes. Track their performance
|
||
against plan. </td>
|
||
<td> </td>
|
||
<td> </td>
|
||
<td> </td>
|
||
<td>✔</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Create and manage teams.</td>
|
||
<td> </td>
|
||
<td> </td>
|
||
<td> </td>
|
||
<td>✔</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Manage your athlete's workouts</td>
|
||
<td> </td>
|
||
<td> </td>
|
||
<td> </td>
|
||
<td>✔</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</p>
|
||
<h2>Coach and Self-Coach Membership</h2>
|
||
|
||
<p>The Coach plan functionality listed is available to the coach only. Individual athletes
|
||
can purchase upgrades to "Pro" and "Self-Coach" plans.
|
||
</p>
|
||
|
||
<p>Rowsandall.com's Training Planning functionality
|
||
is part of the paid "Self-Coach" and "Coach" plans.</p>
|
||
|
||
<p>On the "Self-Coach" plan, you can plan your own sessions.</p>
|
||
|
||
<p>On the "Coach" plan, you can establish teams, see workouts done by
|
||
athletes on your team, and plan individual and group sessions for your
|
||
athletes.
|
||
</p>
|
||
|
||
<p>If you would like to find a coach who helps you plan your training
|
||
through rowsandall.com, contact me throught the contact form.</p>
|
||
|
||
{% if user.rower.rowerplan == 'basic' and user.rower.protrialexpires|date_dif == 1 %}
|
||
<h2>Free Trial</h2>
|
||
<p>
|
||
You qualify for a 14 day free trial. No credit card needed.
|
||
Try out Pro or Self-Coach 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.
|
||
</p>
|
||
<p><a class="button green small" href="/rowers/starttrial/">Yes, I want to try Pro membership for 14 days for free. No strings attached.</a></p>
|
||
<p><a class="button green small" href="/rowers/startplantrial/">Yes, I want to try Self-Coach membership for 14 days for free. No strings attached.</a></p>
|
||
{% endif %}
|
||
</li>
|
||
<li class="grid_2">
|
||
<p>Click on the PayPal button to pay for your Pro membership. Before you pay, please <a href="/rowers/register/">register</a> for the free Basic membership and add your user name to the form.
|
||
Your payment will be valid for one year.
|
||
You will be taken to the secure PayPal payment site.
|
||
</p>
|
||
<h2>Recurring Payment</h2>
|
||
<p>You need a Paypal account for this. This is plan will automatically renew each year.</p>
|
||
<p>
|
||
<form class="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
||
<input type="hidden" name="cmd" value="_s-xclick">
|
||
<input type="hidden" name="hosted_button_id" value="964GLEXX3THAW">
|
||
<table>
|
||
<tr>
|
||
<td>
|
||
<input type="hidden" name="on0" value="Plans">Plans
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<select name="os0">
|
||
<option value="Pro Membership">Pro Membership : €15.00 EUR - yearly</option>
|
||
<option value="Self-Coach Membership">Self-Coach Membership : €65.00 EUR - yearly</option>
|
||
<option value="Coach 4 athletes or less">Coach 4 athletes or less : €90.00 EUR - yearly</option>
|
||
<option value="Coach 4-10 athletes">Coach 4-10 athletes : €200.00 EUR - yearly</option>
|
||
<option value="Coach more than 10 athletes">Coach more than 10 athletes : €450.00 EUR - yearly</option>
|
||
</select>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<input type="hidden" name="on1" value="Your User Name">Your User Name
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<input type="text" name="os1" maxlength="200">
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<input type="hidden" name="currency_code" value="EUR">
|
||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG_global.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
|
||
<img class="paypalpix" alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||
</form>
|
||
</p>
|
||
<h2>One Year Subscription</h2>
|
||
<p>Only a credit card needed. Will not automatically renew</p>
|
||
|
||
<p>
|
||
<form class="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"
|
||
>
|
||
<input type="hidden" name="cmd" value="_s-xclick">
|
||
<input type="hidden" name="hosted_button_id" value="2YB32HQTF96QW">
|
||
<table>
|
||
<tr><td><input type="hidden" name="on0" value="Plans">Plans</td></tr><tr><td><select name="os0">
|
||
<option value="Pro Membership">Pro Membership €20.00 EUR</option>
|
||
<option value="Self-Coach Membership">Self-Coach Membership €75.00 EUR</option>
|
||
<option value="Coach - 4 athletes or less">Coach - 4 athletes or less €120.00 EUR</option>
|
||
<option value="Coach - 4-10 athletes">Coach - 4-10 athletes €250.00 EUR</option>
|
||
<option value="Coach - more than 10 athletes">Coach - more than 10 athletes €500.00 EUR</option>
|
||
</select> </td></tr>
|
||
<tr><td><input type="hidden" name="on1" value="Your User Name">Your User Name</td></tr><tr><td><input type="text" name="os1" maxlength="200"></td></tr>
|
||
</table>
|
||
<input type="hidden" name="currency_code" value="EUR">
|
||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||
<img class="paypalpix" alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||
</form>
|
||
</p>
|
||
<h2>Payment Processing</h2>
|
||
<p>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.</p>
|
||
|
||
<p>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.</p>
|
||
|
||
|
||
</li>
|
||
</ul>
|
||
|
||
|
||
{% endblock %}
|
||
|
||
{% block sidebar %}
|
||
{% include 'menu_help.html' %}
|
||
{% endblock %}
|
||
|