diff --git a/app/plan.rb b/app/plan.rb index 5918bbbc..68368870 100644 --- a/app/plan.rb +++ b/app/plan.rb @@ -94,6 +94,11 @@ get '/plan/thanks' do erb :'plan/thanks' end +get '/plan/thanks-paypal' do + require_login + erb :'plan/thanks-paypal' +end + get '/plan/alternate/?' do erb :'/plan/alternate' end diff --git a/views/plan/alternate.erb b/views/plan/alternate.erb index 35881d74..b2a2b1f6 100644 --- a/views/plan/alternate.erb +++ b/views/plan/alternate.erb @@ -5,47 +5,34 @@

Alternate Payment Options

-

You don't need a credit/debit card to become a supporter!

+

Not everyone has a credit card, so we support many different types of payment.

-

Alternate Payment Options

-

Not everyone has credit/debit cards, and we want to allow everyone in the world to use Neocities. So we support many different types of payment.

+

PayPal

+

For people that can't use a Credit Card, we support PayPal for supporter upgrades.

-

The Bitcoin Lifer Plan

+
+ + + + +
+ +

The Bitcoin Lifer Plan

We don't have a good way to charge recurring with Bitcoin. So instead, we've put together the lifer plan. Basically, if you send us three years worth of supporter ($180USD), we'll never charge you again for the supporter upgrade, and you'll basically get it forever!

Be sure to contact us after sending with the transaction ID so we can confirm and upgrade your account.

- -

Gratipay:

- -

Bitcoin:

1MPYyfoWK8CkAzhLzLLtZGa9dwEGT5dm2T

- -

Dogecoin:

-

-

-

DCXcJ7uQQcvXR8q7AN726gJLx7tguqwnD5
-

- -

PayPal:

- -
- - - - -
- -

Flattr

- -

Thanks. You are great! Now go and make an awesome web site!

+ +

Gratipay:

+
-
\ No newline at end of file + diff --git a/views/plan/thanks-paypal.erb b/views/plan/thanks-paypal.erb new file mode 100644 index 00000000..4c082d97 --- /dev/null +++ b/views/plan/thanks-paypal.erb @@ -0,0 +1,35 @@ +
+
+

Thank You!

+

Your support means a lot to us.

+
+
+ +
+
+
+ +

You signed up for the Supporter Plan.
Thank you for your support!

+ +

+ There is one more quick thing you must do to have your supporter account enabled. Contact us and give us your Neocities username so we can enable the supporter status for your account. We are working on automating this process in the near future, our apologies for the extra step! +

+ +

+ Your support allows Neocities to continue our project to bring back the web. We will do our best to ensure that the site remains a great place for people to express themselves - one web page at a time. +

+ +

+ If you need anything, please don't hesitate to contact us! +

+ +

+ On behalf of Penelope (the Neocities' cat) and everyone else at Neocities, thank you. +

+ +

+ Get Started +

+
+ <%== erb :'_team', layout: false %> +