diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-10 12:01:17 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-10 12:01:17 -0400 |
| commit | e2e6acb9e55c23438bad94e8792e7e053e6622ad (patch) | |
| tree | 4a8f92ed346f17ca1b869b3d141b5b281f25f748 | |
| parent | 128de554d26d5b1456ba6f6331689679fe715d87 (diff) | |
move GitHub Sponsors to top of donate page
| -rw-r--r-- | static/donate.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/static/donate.html b/static/donate.html index 8299a6f5..04f71c4a 100644 --- a/static/donate.html +++ b/static/donate.html @@ -62,17 +62,26 @@ <h2><a href="#table-of-contents">Table of contents</a></h2> <ul> + <li><a href="#github">GitHub Sponsors (credit card)</a></li> <li><a href="#bitcoin">Bitcoin</a></li> <li><a href="#monero">Monero</a></li> <li><a href="#zcash">Zcash</a></li> <li><a href="#ethereum">Ethereum</a></li> <li><a href="#cardano">Cardano</a></li> - <li><a href="#github">GitHub Sponsors (credit card)</a></li> <li><a href="#paypal">PayPal</a></li> <li><a href="#e-transfer">Interac e-Transfer</a></li> </ul> </nav> + <section id="github"> + <h2><a href="#github">GitHub Sponsors (credit card)</a></h2> + + <p>GrapheneOS can be sponsored with recurring or one-time donations via credit + cards through <a href="https://github.com/sponsors/thestinger">GitHub + Sponsors</a>. There are standard tiers from $5 to $250 or you can donate a custom + amount.</p> + </section> + <section id="bitcoin"> <h2><a href="#bitcoin">Bitcoin</a></h2> @@ -167,15 +176,6 @@ <p><strong>We aren't looking for donations of tokens, only Cardano itself.</strong></p> </section> - <section id="github"> - <h2><a href="#github">GitHub Sponsors (credit card)</a></h2> - - <p>GrapheneOS can be sponsored with recurring or one-time donations via credit - cards through <a href="https://github.com/sponsors/thestinger">GitHub - Sponsors</a>. There are standard tiers from $5 to $250 or you can donate a custom - amount.</p> - </section> - <section id="paypal"> <h2><a href="#paypal">PayPal</a></h2> |
