Private
Public Access
1
0
Files
rowsandall/rowers/templates/planmembership.html
2018-04-10 08:41:20 +02:00

122 lines
5.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% extends "base.html" %}
{% block title %}Rowsandall Plan Membership{% endblock title %}
{% block content %}
<div class="grid_6 alpha">
<h2>Coach and Self-Coach Membership</h2>
<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>
</div>
<div class="grid_6 omega">
<h2>What training planning functionality do we offer?</h2>
<p>Over the spring of 2018, we are rolling out the first phases
of Training Planning functionality.
Our current roadmap is to deploy the following and more:</li>
<p>
<ul>
<li><b>Implemented:</b>Create Planned Sessions (trainings, tests, challenges) for yourself
and for your team members (coach plan)</li>
<li><b>Implemented:</b>Track your performance against plan.
Match workouts to planned sessions.
Get feedback on plan adherence.</li>
<li><b>Implemented:</b>Track your teams performance against plan. See how well each
of your team members adhere to their (team or personalized) plan.</li>
<li><b>Implemented:</b>See test outcomes ranked by performance.</li>
<li><b>Implemented:</b>Attach courses to your OTW tests.
This advanced functionality
allows you, for example, to assign "Row the 6km from bridge A to
bridge B on Saturday" to your team members. The resulting workout
tracks will be evaluated against the course, and you will receive
a results table for the net time spent between the start and finish
points on the course. It's like a mini head race.
<li>Define your own macro, meso and microcycle start and end dates</li>
<li>More to come ... </li>
</ul>
</p>
</div>
<div>
<div class="grid_12">
<h1>Subscriptions</h1>
<div class="grid_6 alpha">
<h2>Recurring Payment</h2>
<p>You need a Paypal account for this</p>
<p>
<form 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 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 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 alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</p>
</div>
<div class="grid_6 omega">
<h2>Payment Processing</h2>
<p>After you do the payment, we will manually change your membership to
the selected plan. Depending on our availability, this may take some time
(typically one working day). If you upgrade or downgrade, we will stop the recurring payment
for the plan you were on before the change.
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 membership plan, 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>
</div>
</div>
{% endblock content %}