This commit is contained in:
Zsolt Ero
2024-01-18 03:01:06 +01:00
parent 92c9def1d6
commit 74e9d1031c
4 changed files with 17 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ If this project helps you save on your map hosting costs, please subscribe to on
<!--support_plans-->
We offer support plans instead of 'Donate Now' buttons because accounting for business donations can be prohibitively difficult. When subscribing to a support plan, you receive a business invoice for each of your payments.
When subscribing to a support plan, you receive a business invoice for each of your payments.
As a bonus, on **Silver** level and above, we can offer personalised technical support by email.

View File

@@ -124,4 +124,4 @@
</div>
</div>
<div id="pricing"></div>
<div id="pricing"></div>

View File

@@ -2,41 +2,41 @@
<tr>
<td class="plan-icon">🗡️</td>
<td class="plan-name">Steel Plan</td>
<td class="plan-price">$10 / month</td>
<td class="plan-price"><strong>$10</strong> / month</td>
</tr>
<tr>
<td class="plan-icon">🥘</td>
<td class="plan-name">Copper Plan</td>
<td class="plan-price">$20 / month</td>
<td class="plan-price"><strong>$20</strong> / month</td>
</tr>
<tr>
<td class="plan-icon">🛎️</td>
<td class="plan-name">Bronze Plan</td>
<td class="plan-price">$40 / month</td>
<td class="plan-price"><strong>$40</strong> / month</td>
</tr>
<tr>
<td class="plan-icon">🍴</td>
<td class="plan-name">Silver Plan</td>
<td class="plan-price">$75 / month</td>
<td class="plan-price"><strong>$75</strong> / month</td>
</tr>
<tr>
<td class="plan-icon">🏆</td>
<td class="plan-name">Gold Plan</td>
<td class="plan-price">$150 / month</td>
<td class="plan-price"><strong>$150</strong> / month</td>
</tr>
<tr>
<td class="plan-icon">💿</td>
<td class="plan-name">Platinum Plan</td>
<td class="plan-price">$250 / month</td>
<td class="plan-price"><strong>$250</strong> / month</td>
</tr>
<tr>
<td class="plan-icon">💍</td>
<td class="plan-name">Sapphire Plan</td>
<td class="plan-price">$500 / month</td>
<td class="plan-price"><strong>$500</strong> / month</td>
</tr>
<tr>
<td class="plan-icon">💎</td>
<td class="plan-name">Diamond Plan</td>
<td class="plan-price">$1000 / month</td>
<td class="plan-price"><strong>$1000</strong> / month</td>
</tr>
</table>