mirror of
https://github.com/neocities/neocities.git
synced 2025-07-02 17:13:26 +02:00
raise supporter space to 50GB, BW to 3TB. Compare cleanups
This commit is contained in:
parent
7b068b0872
commit
5b81b5fc97
4 changed files with 23 additions and 17 deletions
|
@ -13,15 +13,15 @@
|
|||
<td class="feature-column">
|
||||
<span data-original-title="How much disk space you can use for your site. More space means you can upload more files.">Storage</span>
|
||||
</td>
|
||||
<td><%= Site::PLAN_FEATURES[:free][:space].to_gigabytes_pretty %></td>
|
||||
<td><%= (Site::PLAN_FEATURES[:supporter][:space]).to_gigabytes_pretty %></td>
|
||||
<td><%= Site::PLAN_FEATURES[:free][:space].to_f('GB').round %> GB</td>
|
||||
<td><%= Site::PLAN_FEATURES[:supporter][:space].to_f('GB').round %> GB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="feature-column">
|
||||
<span data-original-title="How much content you can serve in one month. Don’t worry—these are soft limits. Temporary surges are fine, we won't take your site down automatically, and we're very flexible.">Bandwidth</span>
|
||||
</td>
|
||||
<td><%= Site::PLAN_FEATURES[:free][:bandwidth].to_gigabytes_pretty %></td>
|
||||
<td><%= Site::PLAN_FEATURES[:supporter][:bandwidth].to_gigabytes_pretty %></td>
|
||||
<td><%= Site::PLAN_FEATURES[:free][:bandwidth].to_f('GB').round %> GB</td>
|
||||
<td><%= Site::PLAN_FEATURES[:supporter][:bandwidth].to_f('GB').round %> GB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="feature-column">
|
||||
|
@ -93,6 +93,13 @@
|
|||
<td><i class="fa fa-check"></i></td>
|
||||
<td><i class="fa fa-check"></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="feature-column">
|
||||
<span data-original-title="Our command line tool allows you to easily upload sites from a console.">CLI tool</span>
|
||||
</td>
|
||||
<td><i class="fa fa-check"></i></td>
|
||||
<td><i class="fa fa-check"></i></td>
|
||||
</tr>
|
||||
<!--
|
||||
<tr>
|
||||
<td class="feature-column">Site Tipping (Coming Soon)</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue