diff options
Diffstat (limited to 'static/donate.html')
| -rw-r--r-- | static/donate.html | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/static/donate.html b/static/donate.html index e3916473..b892ce61 100644 --- a/static/donate.html +++ b/static/donate.html @@ -21,7 +21,7 @@ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?24"/> + <link rel="stylesheet" href="/grapheneos.css?25"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/donate"/> <link rel="license" href="/LICENSE.txt"/> @@ -51,7 +51,7 @@ <p>You can send Bitcoin donations to the following address to support this project:</p> - <div id="bitcoin-address"> + <div class="coin-address"> <a href="bitcoin:bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p?label=GrapheneOS&message=Donation%20to%20GrapheneOS"> <img src="/bitcoin-donation.png" alt="Bitcoin donation QR code" width="180" height="180"/> <p>bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p</p> @@ -63,6 +63,23 @@ when having it go through within a couple days is perfectly fine.</p> </section> + <section id="monero"> + <h2><a href="#monero">Monero</a></h2> + + <p>You can send Monero donations to the following address to support this project:</p> + + <div class="coin-address"> + <a href="monero:8BHhJ3AnnZUJu4JYHasUus6Tq4HYyhiYRgrJAKNtfPc2hKMrTzbeUuf3B8ojtFMAu5MjNEDhoFQ31QLhs2z46CYDTUnuN63"> + <img src="/monero-donation.png" alt="Monero donation QR code" width="240" height="240"/> + <p>8BHhJ3AnnZUJu4JYHasUus6Tq4HYyhiYRgrJAKNtfPc2hKMrTzbeUuf3B8ojtFMAu5MjNEDhoFQ31QLhs2z46CYDTUnuN63</p> + </a> + </div> + + <p>Using a low fee is recommended, since the payment doesn't need to be quick. There's + no need to waste your money choosing a fee based on having it arrive within an hour, + when having it go through within a couple days is perfectly fine.</p> + </section> + <section id="paypal"> <h2><a href="#paypal">PayPal</a></h2> |
