diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-14 22:04:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-14 22:04:29 -0400 |
| commit | bc7955f091eb80a1ed8137561a3740f273407ff8 (patch) | |
| tree | 039bf718959aa1d9d6122800b735698765d6b416 /static/donate.html | |
| parent | 7a7648e6de9a96ee34b177cd1ad1d370e2ace983 (diff) | |
list GitHub Sponsors before PayPal
Diffstat (limited to 'static/donate.html')
| -rw-r--r-- | static/donate.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/static/donate.html b/static/donate.html index d9117c57..2c8bb9e5 100644 --- a/static/donate.html +++ b/static/donate.html @@ -63,8 +63,8 @@ <ul> <li><a href="#bitcoin">Bitcoin</a></li> <li><a href="#monero">Monero</a></li> - <li><a href="#paypal">PayPal</a></li> <li><a href="#github">GitHub Sponsors</a></li> + <li><a href="#paypal">PayPal</a></li> </ul> </nav> @@ -102,6 +102,14 @@ when having it go through within a couple days is perfectly fine.</p> </section> + <section id="github"> + <h2><a href="#github">GitHub Sponsors</a></h2> + + <p>GrapheneOS can be sponsored with recurring or one-time donations 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> @@ -118,14 +126,6 @@ <p>Please don't mark it as a purchase or PayPal will take a portion of it as a fee and it may cause problems.</p> </section> - - <section id="github"> - <h2><a href="#github">GitHub Sponsors</a></h2> - - <p>GrapheneOS can be sponsored with recurring or one-time donations 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> </main> <footer> <a href="/"><img src="/mask-icon.svg" width="512" height="512" alt=""/>GrapheneOS</a> |
