Remove prepaid base fee
This commit is contained in:
@@ -91,7 +91,7 @@ let sort = (field) => {
|
|||||||
{/each}
|
{/each}
|
||||||
|
|
||||||
<tr>
|
<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.unreachable_count, 0)}</td>
|
||||||
<td>
|
<td>
|
||||||
{peers.reduce((acc, val) => acc += val.load_1_min, 0).toFixed(1)} /
|
{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>
|
<td>{formatDataVolume(peers.reduce((acc, val) => acc += val.min_free_space, 0), 3)}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Average</td>
|
<td colspan="2">Average</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>
|
<td>
|
||||||
{(peers.reduce((acc, val) => acc += val.load_1_min, 0) / peers.length).toFixed(1)} /
|
{(peers.reduce((acc, val) => acc += val.load_1_min, 0) / peers.length).toFixed(1)} /
|
||||||
|
@@ -52,8 +52,7 @@ onMount(() => {
|
|||||||
Charged through Patreon
|
Charged through Patreon
|
||||||
</div>
|
</div>
|
||||||
<div class="feature_cell prepaid_feat">
|
<div class="feature_cell prepaid_feat">
|
||||||
<span class="bold">€1 / month</span><br/>
|
<span class="bold">No monthly fee</span>
|
||||||
Base fee from account credit
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="left_col">
|
<div class="left_col">
|
||||||
|
@@ -20,7 +20,6 @@ import Euro from "../util/Euro.svelte";
|
|||||||
<img src="/res/img/misc/sunrise.webp" class="float_right" alt="Sunrise">
|
<img src="/res/img/misc/sunrise.webp" class="float_right" alt="Sunrise">
|
||||||
<h2>Simple and affordable pricing</h2>
|
<h2>Simple and affordable pricing</h2>
|
||||||
<ul>
|
<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">€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>
|
<li><span class="keyword">€2.00 per TB</span> for downloading and sharing files</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@@ -84,12 +84,14 @@ onMount(() => {
|
|||||||
|
|
||||||
<h2>Manage subscription</h2>
|
<h2>Manage subscription</h2>
|
||||||
<p>
|
<p>
|
||||||
On pixeldrain you can freely switch between active subscription plans
|
Here you can switch between different subscription plans.
|
||||||
when you want. When switching from Patreon to Prepaid/free you should
|
</p>
|
||||||
separately cancel your subscription <a
|
<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"
|
href="https://www.patreon.com/settings/memberships/pixeldrain"
|
||||||
target="_blank">on Patreon</a>. That does not happen automatically.
|
target="_blank">on Patreon</a>.
|
||||||
Pixeldrain cannot modify your Patreon membership in any way.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The Prepaid plan is charged daily based on usage. When you reach
|
The Prepaid plan is charged daily based on usage. When you reach
|
||||||
@@ -158,7 +160,6 @@ onMount(() => {
|
|||||||
target="_blank">on Patreon.com</a>.
|
target="_blank">on Patreon.com</a>.
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Base price of €1 per month</li>
|
|
||||||
<li>€4 per TB per month for storage</li>
|
<li>€4 per TB per month for storage</li>
|
||||||
<li>
|
<li>
|
||||||
€2 per TB for data transfer (with <a
|
€2 per TB for data transfer (with <a
|
||||||
|
@@ -109,10 +109,7 @@ onMount(() => {
|
|||||||
|
|
||||||
2 TB * € 4 = € 8<br/>
|
2 TB * € 4 = € 8<br/>
|
||||||
|
|
||||||
€ 8 / 30.4375 = € 0.2628 per day<br/>
|
€ 8 / 30.4375 = € 0.2628 per day
|
||||||
|
|
||||||
Similarly the subscription charge of €2 per month is also charged at € 1
|
|
||||||
/ 30.4375 = € 0.032854 per day.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>{month_str}</h3>
|
<h3>{month_str}</h3>
|
||||||
|
Reference in New Issue
Block a user