Add more context to prepaid page

This commit is contained in:
2022-10-18 18:09:17 +02:00
parent 942900eb49
commit 5cd8a12d5c

View File

@@ -66,22 +66,37 @@ onMount(() => {
<section> <section>
<h2>Deposit credits</h2> <h2>Deposit credits</h2>
<p> <p>
You can deposit credit on your pixeldrain account with Bitcoin, To deposit funds on your pixeldrain account please contact
Lightning network (<a <a href="mailto:sales@pixeldrain.com">sales@pixeldrain.com</a>. We will
prepare an invoice for you. We accept wire transfers and PayPal. As we
are located in the Netherlands SEPA payments should be free and instant.
</p>
<p>
Pixeldrain credits can be used for our prepaid plans, which are
different from the Patreon plans. Because preparing invoices requires
some manual labour we only accept deposits of €100 or more. The prepaid
plans are meant for people who require a lot of bandwidth or storage.
Paying only for what you use means you can save money compared to a
fixed monthly price.
</p>
<h3>Crypto payments</h3>
<p>
Alternatively you can use Bitcoin, Lightning network (<a
href="https://btcpay.pixeldrain.com/embed/uS2mbWjXUuaAqMh8XLjkjwi8oehFuxeBZxekMxv68LN/BTC/ln" href="https://btcpay.pixeldrain.com/embed/uS2mbWjXUuaAqMh8XLjkjwi8oehFuxeBZxekMxv68LN/BTC/ln"
target="_blank">node info</a>) and Dogecoin. You must pay the full target="_blank">node info</a>) and Dogecoin to deposit credits on your
amount as stated on the invoice, else your payment will fail. pixeldrain account. You must pay the full amount as stated on the
invoice, else your payment will fail.
</p> </p>
<p> <p>
Do note that it is not possible to withdraw coins from your Do note that it is not possible to withdraw coins from your
pixeldrain account. It's not a wallet. Any amount of money you pixeldrain account. It's not a wallet. Any amount of money you
deposit has to be used up. deposit has to be used up.
</p> </p>
<div style="text-align: center;"> <div class="highlight_border">
Deposit amount € Deposit amount €
<input type="number" bind:value={credit_amount} min="1"/> <input type="number" bind:value={credit_amount} min="1"/>
<br/> <br/>
Pay with:<br/> Choose payment method:<br/>
<button on:click={() => {checkout("btc")}}> <button on:click={() => {checkout("btc")}}>
<span class="icon_unicode"></span> Bitcoin <span class="icon_unicode"></span> Bitcoin
</button> </button>
@@ -93,7 +108,7 @@ onMount(() => {
</button> </button>
</div> </div>
<h2>Past invoices</h2> <h3>Past invoices</h3>
<p> <p>
Invoices are deleted after one year of inactivity. Invoices are deleted after one year of inactivity.
</p> </p>