diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-10 15:49:46 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-10 15:49:46 -0400 |
| commit | 4304fd53e184899621c5b0674a16d86c78d1d5f1 (patch) | |
| tree | 8bc0fd619a6f902d130184474f247c0c2137e30c /static/donate.html | |
| parent | f2934599437a31106f52e42b5bd8c00300b36ee6 (diff) | |
add links to remaining non-top-level headers
Diffstat (limited to 'static/donate.html')
| -rw-r--r-- | static/donate.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/static/donate.html b/static/donate.html index a683eb44..a11671a0 100644 --- a/static/donate.html +++ b/static/donate.html @@ -34,13 +34,19 @@ </nav> <div id="content"> <h1 id="donate">Donate</h1> - <h2 id="bitcoin">Bitcoin</h2> + <h2 id="bitcoin"> + Bitcoin + <a href="#bitcoin">¶</a> + </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" width="160" height="160"/> <p>3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5</p> </div> - <h2 id="paypal">PayPal</h2> + <h2 id="paypal"> + PayPal + <a href="#paypal">¶</a> + </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"> |
