Skip to content

Commit 7c96eeb

Browse files
committed
Update plans page
1 parent 25001a6 commit 7c96eeb

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

server/www/templates/settings/plan.html

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2 class="tier-name">Surveyor</h2>
4040
<p>For teams collecting multiple data types from many sources</p>
4141

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

4646
<div class="tier-action">
@@ -58,48 +58,49 @@ <h3 class="tier-feature">1000 posts <em>+$10/mo per 1,000 extra</em></h3>
5858
</div>
5959
</div>
6060

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

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

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

7475
<div class="tier-feature-list">
7576
<ul>
76-
<li>Unlimited post types, RSS, CSV &amp; XML imports</li>
77+
<li>Unlimited post types and CSV imports</li>
7778
<li>Data management, plus notifications and team collaboration with custom workflows</li>
7879
<li>View data in a map, list or chart plus analytics</li>
7980
<li>Web and email support</li>
8081
</ul>
8182
</div>
8283
</div>
8384

84-
<div class="tier disabled">
85+
<div class="tier">
8586
<div class="tier-header">
86-
<h2 class="tier-name">Orbiter</h2>
87-
<p>For enterprises managing large, sensitive data sets</p>
87+
<h2 class="tier-name">Solutions</h2>
88+
<p>Customised data collection, management, and visualization systems</p>
8889

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

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

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

0 commit comments

Comments
 (0)