Skip to content

Commit

Permalink
Revert "Update plans page"
Browse files Browse the repository at this point in the history
This reverts commit 75d7579.
  • Loading branch information
rjmackay committed Feb 18, 2016
1 parent d341bbb commit 173f1d8
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions server/www/templates/settings/plan.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 class="tier-name">Surveyor</h2>
<p>For teams collecting multiple data types from many sources</p>

<strong class="tier-price">$199 <em>/mo</em></strong>
<h3 class="tier-feature">1000 posts <em>+$10/mo per 100 extra</em></h3>
<h3 class="tier-feature">1000 posts <em>+$10/mo per 1,000 extra</em></h3>
</div>

<div class="tier-action">
Expand All @@ -58,49 +58,48 @@ <h3 class="tier-feature">1000 posts <em>+$10/mo per 100 extra</em></h3>
</div>
</div>

<div class="tier">
<div class="tier disabled">
<div class="tier-header">
<h2 class="tier-name">Responder</h2>
<p>For organizations that need to manage their data workflow</p>

<strong class="tier-price">$499 <em>/mo</em></strong>
<h3 class="tier-feature">5000 posts <em>+$7.50/mo per 100 extra</em></h3>
<strong class="tier-price"><span>Coming soon!</span></strong>
<h3 class="tier-feature">5000 posts <em>+$7.50/mo per 1,000 extra</em></h3>
</div>

<div class="tier-action">
<a ng-show="tier == 'responder'" class="button disabled" href="http://{{ cloudDomain }}/settings/login?subdomain={{ subdomain }}&username={{ username }}&tier=responder">&check; Subscribed</a>
<a ng-hide="tier == 'responder'" class="button" href="http://{{ cloudDomain }}/settings/login?subdomain={{ subdomain }}&username={{ username }}&tier=responder">Choose Responder</a>
<a href="http://ushahidi.com/contact" target="_blank" class="button tour-link">Contact us</a>
</div>

<div class="tier-feature-list">
<ul>
<li>Unlimited post types and CSV imports</li>
<li>Unlimited post types, RSS, CSV &amp; XML imports</li>
<li>Data management, plus notifications and team collaboration with custom workflows</li>
<li>View data in a map, list or chart plus analytics</li>
<li>Web and email support</li>
</ul>
</div>
</div>

<div class="tier">
<div class="tier disabled">
<div class="tier-header">
<h2 class="tier-name">Solutions</h2>
<p>Customised data collection, management, and visualization systems</p>
<h2 class="tier-name">Orbiter</h2>
<p>For enterprises managing large, sensitive data sets</p>

<strong class="tier-price"><span>Contact Us</span></strong>
<strong class="tier-price"><span>Coming soon!</span></strong>
<h3 class="tier-feature">Unlimited posts <em>&nbsp;</em></h3>
</div>

<div class="tier-action">
<a href="https://www.ushahidi.com/solutions/questionnaire" target="_blank" class="button tour-link">Contact us</a>
<a href="http://ushahidi.com/contact" target="_blank" class="button tour-link">Contact us</a>
</div>

<div class="tier-feature-list">
<ul>
<li>Full setup and guidance from Ushahidi’s consultants</li>
<li>Bespoke software designed to meet your exact needs</li>
<li>Customised branding</li>
<li>Dedicated support team and personalized training</li>
<li>Unlimited posts, all data sources</li>
<li>Data management, notifications, collaboration and workflows with private data on a dedicated server</li>
<li>View data in a map, list or chart plus analytics</li>
<li>Web, email and phone support</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 173f1d8

Please sign in to comment.