Remove prepaid base fee

This commit is contained in:
2024-09-18 22:07:26 +02:00
parent a890684f59
commit a2896e1d65
5 changed files with 11 additions and 15 deletions

View File

@@ -91,7 +91,7 @@ let sort = (field) => {
{/each}
<tr>
<td>Total ({peers.length})</td>
<td colspan="2">Total ({peers.length})</td>
<td>{peers.reduce((acc, val) => acc += val.unreachable_count, 0)}</td>
<td>
{peers.reduce((acc, val) => acc += val.load_1_min, 0).toFixed(1)} /
@@ -107,7 +107,7 @@ let sort = (field) => {
<td>{formatDataVolume(peers.reduce((acc, val) => acc += val.min_free_space, 0), 3)}</td>
</tr>
<tr>
<td>Average</td>
<td colspan="2">Average</td>
<td></td>
<td>
{(peers.reduce((acc, val) => acc += val.load_1_min, 0) / peers.length).toFixed(1)} /

View File

@@ -52,8 +52,7 @@ onMount(() => {
Charged through Patreon
</div>
<div class="feature_cell prepaid_feat">
<span class="bold">€1 / month</span><br/>
Base fee from account credit
<span class="bold">No monthly fee</span>
</div>
<div class="left_col">

View File

@@ -20,7 +20,6 @@ import Euro from "../util/Euro.svelte";
<img src="/res/img/misc/sunrise.webp" class="float_right" alt="Sunrise">
<h2>Simple and affordable pricing</h2>
<ul>
<li><span class="keyword">€1.00 per month</span> base price</li>
<li><span class="keyword">€4.00 per TB per month</span> for storage</li>
<li><span class="keyword">€2.00 per TB</span> for downloading and sharing files</li>
</ul>

View File

@@ -84,12 +84,14 @@ onMount(() => {
<h2>Manage subscription</h2>
<p>
On pixeldrain you can freely switch between active subscription plans
when you want. When switching from Patreon to Prepaid/free you should
separately cancel your subscription <a
Here you can switch between different subscription plans.
</p>
<p>
The Patreon subscription is managed by Patreon. Pixeldrain cannot modify
or end your subsciption. If you would like to cancel your Patreon plan
you can do that <a
href="https://www.patreon.com/settings/memberships/pixeldrain"
target="_blank">on Patreon</a>. That does not happen automatically.
Pixeldrain cannot modify your Patreon membership in any way.
target="_blank">on Patreon</a>.
</p>
<p>
The Prepaid plan is charged daily based on usage. When you reach
@@ -158,7 +160,6 @@ onMount(() => {
target="_blank">on Patreon.com</a>.
</p>
<ul>
<li>Base price of €1 per month</li>
<li>€4 per TB per month for storage</li>
<li>
€2 per TB for data transfer (with <a

View File

@@ -109,10 +109,7 @@ onMount(() => {
2 TB * € 4 = € 8<br/>
€ 8 / 30.4375 = € 0.2628 per day<br/>
Similarly the subscription charge of €2 per month is also charged at € 1
/ 30.4375 = € 0.032854 per day.
€ 8 / 30.4375 = € 0.2628 per day
</p>
<h3>{month_str}</h3>