diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-25 22:51:39 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-25 22:57:08 -0400 |
| commit | f5766668bb7464b0426bb4625309d4ad68823c08 (patch) | |
| tree | 45fe5d3293be05d9cac29307db97763349249b81 /static/donate.html | |
| parent | 3f4a26cc86c67ba83970ac1bc681733a56eb3629 (diff) | |
add donation page based on attestation.app
Diffstat (limited to 'static/donate.html')
| -rw-r--r-- | static/donate.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/static/donate.html b/static/donate.html new file mode 100644 index 00000000..0503c5ee --- /dev/null +++ b/static/donate.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"/> + <meta name="theme-color" content="#212121"/> + <meta name="viewport" content="width=device-width, initial-scale=1"/> + <title>Donate</title> + <meta name="description" content="Donating to support development of GrapheneOS."/> + <link rel="stylesheet" href="/grapheneos.css?0"/> + <link rel="manifest" href="/manifest.webmanifest"/> + </head> + <body> + <nav> + <ul> + <li><a href="/">GrapheneOS</a></li> + <li class="active"><a href="/donate">Donate</a></li> + </ul> + </nav> + <div id="content"> + <h1>Donate</h1> + <h2>Bitcoin</h2> + <p>You can send Bitcoin donations to the following address to support this project:</p> + <div id="bitcoin_address"> + <img src="/bitcoin_address.png" alt="Bitcoin address QR code"/> + <p>3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5</p> + </div> + <h2>PayPal</h2> + <p>PayPal donations can be sent to danielmicay@gmail.com. Please mention GrapheneOS in + the donation description to allow for proper record keeping, since PayPal + <a href="https://www.paypal.com/ms/smarthelp/article/can-i-have-multiple-paypal-accounts-faq762"> + does not allow multiple personal accounts</a>. + </div> + </body> +</html> |
