more copy changes

This commit is contained in:
Kyle Drake 2014-10-17 19:06:04 -07:00
parent 086863075d
commit 289e17134c
3 changed files with 9 additions and 14 deletions

View file

@ -257,12 +257,12 @@
<div class="col col-33">
<h3><i class="fa fa-university"></i>Open Company</h3>
<p>Neocities is a member of the <a href="https://opencompany.org" target="_blank">Open Company Initative</a>, working to help improve trustability in tech startups. We <a href="https://github.com/neocities" target="_blank">publish</a> the code that powers the site for inspection, and keep open records for everyone to inspect. And if someone sends a bad takedown request, we fight it. We want to win your trust - not lock you in.</p>
<p>Neocities is a member of the <a href="https://opencompany.org" target="_blank">Open Company Initative</a>, working to help improve trustability in tech companies. We <a href="https://github.com/neocities" target="_blank">publish</a> the code that powers the site for inspection, and keep open records for everyone to inspect. And if someone sends a bad takedown request, we fight it. We want to win your trust - not lock you in.</p>
</div>
<div class="col col-33">
<h3><i class="fa fa-eye-slash"></i>Zero advertising</h3>
<p>Neocities does not sell your personal data, or put ads on your site. In fact, we're prohibited from doing that in our own Terms of Service. We want to build a startup the old fashioned way - by helping people be awesome.</p>
<p>Neocities does not sell your personal data, or put ads on your site. In fact, we're prohibited from doing that in our own Terms of Service. We want to succeed the old fashioned way - by providing a great service that helps people be awesome.</p>
</div>
</div>

View file

@ -24,7 +24,6 @@
<li><strong><%= Site::PLAN_FEATURES[:free][:bandwidth].to_space_pretty %></strong> bandwidth</li>
</ul>
<ul>
<li>Custom Domains</li>
</ul>
</div>
@ -39,8 +38,8 @@
<li><strong><%= Site::PLAN_FEATURES[:supporter][:bandwidth].to_space_pretty %></strong> bandwidth</li>
</ul>
<ul>
<li>Custom Domains</li>
<li>High Performance</li>
<li>Unlimited Sites</li>
<li>More space</li>
</ul>
</div>
@ -56,12 +55,10 @@
<li><strong><%= Site::PLAN_FEATURES[:catbus][:bandwidth].to_space_pretty %></strong> bandwidth</li>
</ul>
<ul>
<li>Custom Domains</li>
<li>Global CDN Cache</li>
<li>DDoS mitigation</li>
<li>Unlimited Sites</li>
<li>Custom SSL Certificates</li>
<li>No upload type restrictions</li>
<li>Unlimited Sites</li>
<li>Even more space</li>
</ul>
</div>
@ -76,12 +73,10 @@
<li><strong><%= Site::PLAN_FEATURES[:fatcat][:bandwidth].to_space_pretty %></strong> bandwidth</li>
</ul>
<ul>
<li>Custom Domains</li>
<li>Global CDN Cache</li>
<li>DDoS mitigation</li>
<li>Unlimited Sites</li>
<li>Custom SSL Certificates</li>
<li>No upload type restrictions</li>
<li>Unlimited Sites</li>
<li>A lot more space!</li>
</ul>
</div>

View file

@ -69,7 +69,7 @@
</table>
<h2>Subscriptions</h2>
<h3>Current Recurring Revenue: <strong><%= format("$%.2f", @stats[:total_recurring_revenue]) %></strong>
<h3>Current Recurring Revenue: <strong><%= format("$%.2f", @stats[:total_recurring_revenue]) %> (<%= format("$%.2f", @stats[:total_recurring_revenue]/12.0) %>/month)</strong>
<br>Active Subscriptions: <strong><%= @stats[:subscriptions].select {|s| s[:status] == 'active' }.length %></strong></h3>
<table class="table">
<tr>