Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Reduce teams pricing.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksergeant committed Nov 18, 2015
1 parent 8642b7b commit 0839840
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions teams/templates/teams/for-teams.html
Expand Up @@ -37,7 +37,7 @@
<li>Detailed log of changes on a snippet, including user and code diffs.</li>
<li>Maintain a public team profile by posting public snippets.</li>
<li>All team members are automatically granted personal <a href="/pro/"><span class="pro">Pro</span></a> accounts.</li>
<li>Plans from $49/month, each with a 14-day free trial.</li>
<li>Plans from $24/month, each with a 14-day free trial.</li>
</ul>
</div>
{% if not request.user.is_authenticated %}
Expand Down Expand Up @@ -72,14 +72,14 @@
<label class="control-label" for="plan">Payment plan:</label>
<div class="controls">
<select name="plan" type="text" class="input-xlarge" id="plan">
<option value="snipt-teams-25-monthly">25 users - $49/month</option>
<option value="snipt-teams-100-monthly">100 users - $149/month</option>
<option value="snipt-teams-250-monthly">250 users - $299/month</option>
<option value="snipt-teams-unlimited-monthly">Unlimited users - $499/month</option>
<option value="snipt-teams-25-yearly">25 users - $588/year</option>
<option value="snipt-teams-100-yearly">100 users - $1,788/year</option>
<option value="snipt-teams-250-yearly">250 users - $3,588/year</option>
<option value="snipt-teams-unlimited-yearly">Unlimited users - $5,988/year</option>
<option value="snipt-teams-25-monthly">25 users - $24/month</option>
<option value="snipt-teams-100-monthly">100 users - $74/month</option>
<option value="snipt-teams-250-monthly">250 users - $149/month</option>
<option value="snipt-teams-unlimited-monthly">Unlimited users - $249/month</option>
<option value="snipt-teams-25-yearly">25 users - $288/year</option>
<option value="snipt-teams-100-yearly">100 users - $888/year</option>
<option value="snipt-teams-250-yearly">250 users - $1,788/year</option>
<option value="snipt-teams-unlimited-yearly">Unlimited users - $2,988/year</option>
</select>
<p class="sub" style="margin-top: 3px; color: #999999;">
Free 14-day trial (your card won't be charged until then, and you can cancel at any time).
Expand Down

0 comments on commit 0839840

Please sign in to comment.