Enable global payments with PayPal
This commit is contained in:
@@ -37,7 +37,8 @@ onMount(() => {
|
||||
<span class="bold">Pro</span>
|
||||
</div>
|
||||
<div class="top_row prepaid_feat">
|
||||
<span class="bold">Prepaid</span> (currently only in Europe)
|
||||
<span class="bold">Prepaid</span><br/>
|
||||
Now available worldwide!
|
||||
</div>
|
||||
|
||||
<div class="left_col">
|
||||
@@ -134,34 +135,6 @@ onMount(() => {
|
||||
<span class="bold">100 GB</span> per file
|
||||
</div>
|
||||
|
||||
<div class="left_col">
|
||||
Advertising
|
||||
</div>
|
||||
<div class="feature_cell span3 pro_feat">
|
||||
<span class="bold">None</span>. Pixeldrain does not have third-party
|
||||
advertising. Though we do promote our own product on the free plan
|
||||
</div>
|
||||
|
||||
<div class="left_col">
|
||||
Privacy
|
||||
</div>
|
||||
<div class="feature_cell span3 pro_feat">
|
||||
<span class="bold">Completely private</span>.
|
||||
No third party tracking scripts and no logging
|
||||
</div>
|
||||
|
||||
<div class="left_col">
|
||||
Download page customization
|
||||
</div>
|
||||
<div class="feature_cell free_feat span2">
|
||||
No customization
|
||||
</div>
|
||||
<div class="feature_cell prepaid_feat">
|
||||
Custom <span class="bold">colour theme</span>,
|
||||
<span class="bold">background</span> and
|
||||
<span class="bold">banner images</span>
|
||||
</div>
|
||||
|
||||
<div class="left_col">
|
||||
Online file previews
|
||||
</div>
|
||||
@@ -169,10 +142,20 @@ onMount(() => {
|
||||
<span class="bold">Image, audio, video, PDF and text files</span><br/>
|
||||
Can all be viewed in the browser
|
||||
</div>
|
||||
<!-- <div class="feature_cell span2 pro_feat">
|
||||
<span class="bold">Video streaming</span><br/>
|
||||
Plus the free previews of course
|
||||
</div> -->
|
||||
|
||||
<div class="left_col">
|
||||
Payment processors
|
||||
</div>
|
||||
<div class="feature_cell free_feat">
|
||||
None
|
||||
</div>
|
||||
<div class="feature_cell pro_feat">
|
||||
<span class="bold">PayPal</span>, <span class="bold">Credit card</span>
|
||||
</div>
|
||||
<div class="feature_cell prepaid_feat">
|
||||
<span class="bold">PayPal</span>, <span class="bold">SEPA</span><br/>
|
||||
And many EU regional providers
|
||||
</div>
|
||||
|
||||
<div></div>
|
||||
<div class="bottom_row free_feat">
|
||||
|
@@ -39,9 +39,23 @@ import UploadWidget from "./UploadWidget.svelte";
|
||||
An account is not required to use pixeldrain, but it enables some
|
||||
useful features. With a pixeldrain account you can access your files
|
||||
and albums on all your devices. You can also rename and delete files
|
||||
you have uploaded. And create and reorder albums you have created.
|
||||
Sign up for a pixeldrain account on <a href="/register">the
|
||||
registration page</a>. More about pixeldrain's features below.
|
||||
you have uploaded. Sign up for a pixeldrain account on
|
||||
<a href="/register">the registration page</a>. More about
|
||||
pixeldrain's features below.
|
||||
</p>
|
||||
<h2>Privacy</h2>
|
||||
<p>
|
||||
Privacy is an important value for pixeldrain. There is too much
|
||||
tracking on the web nowadays. Pixeldrain goes in the other
|
||||
direction, this site does not contain any advertisements or third
|
||||
party tracking scripts. We don't even require you to enter an e-mail
|
||||
address to register an account.
|
||||
</p>
|
||||
<p>
|
||||
Not running ads does mean that we miss out on a lot of revenue of
|
||||
course. Running a site like this is a very expensive endeavour.
|
||||
Please consider supporting the project with one of the premium plans
|
||||
below.
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user