diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-06 11:10:36 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-06 11:15:21 -0500 |
| commit | edc9cd4cceffbdc0ab8a47a87c2dd5d7caac72ee (patch) | |
| tree | 50bb8a5835490eec7c81c686662317a16feb7124 /static/donate.html | |
| parent | a8cdcca4294ea206e9bf50fdd97135d71b47f247 (diff) | |
code style changes
Diffstat (limited to 'static/donate.html')
| -rw-r--r-- | static/donate.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/static/donate.html b/static/donate.html index 500ec4d5..0bf7c36e 100644 --- a/static/donate.html +++ b/static/donate.html @@ -44,9 +44,7 @@ <h1><a href="#donate">Donate</a></h1> <section id="bitcoin"> - <h2> - <a href="#bitcoin">Bitcoin</a> - </h2> + <h2><a href="#bitcoin">Bitcoin</a></h2> <p>You can send Bitcoin donations to the following address to support this project:</p> @@ -63,9 +61,7 @@ </section> <section id="paypal"> - <h2> - <a href="#paypal">PayPal</a> - </h2> + <h2><a href="#paypal">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 @@ -78,9 +74,7 @@ </section> <section id="github"> - <h2> - <a href="#github">GitHub Sponsors</a> - </h2> + <h2><a href="#github">GitHub Sponsors</a></h2> <p>GrapheneOS can be sponsored with recurring donations through <a href="https://github.com/sponsors/thestinger">GitHub Sponsors</a> for five to one |
