diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-07 19:41:41 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-07 19:47:16 -0400 |
| commit | b7797764664238eabc2faa8b1ae184776ebde3e4 (patch) | |
| tree | 818601430198b58622a1cfe3ea6fc4f43f8c584e | |
| parent | 849f3e28754cf20751423064b0ddd28de5265b1a (diff) | |
add Ethereum donation address
| -rw-r--r-- | static/donate-ethereum.png | bin | 0 -> 245 bytes | |||
| -rw-r--r-- | static/donate.html | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/static/donate-ethereum.png b/static/donate-ethereum.png Binary files differnew file mode 100644 index 00000000..7ec93fe6 --- /dev/null +++ b/static/donate-ethereum.png diff --git a/static/donate.html b/static/donate.html index 2952e494..080aab28 100644 --- a/static/donate.html +++ b/static/donate.html @@ -65,6 +65,7 @@ <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="#github">GitHub Sponsors (credit card)</a></li> <li><a href="#paypal">PayPal</a></li> <li><a href="#e-transfer">Interac e-Transfer</a></li> @@ -133,6 +134,19 @@ </div> </section> + <section id="ethereum"> + <h2><a href="#ethereum">Ethereum</a></h2> + + <p>You can send Ethereum donations to the following address to support GrapheneOS:</p> + + <div class="coin-address"> + <img src="/donate-ethereum.png" alt="Ethereum donation QR code" width="148" height="148"/> + <p>0xb74eD3BE17C0F2AF46AC6F15b0536d6D112D1A8c</p> + </div> + + <p><strong>We aren't looking for donations of tokens, only Ethereum itself.</strong></p> + </section> + <section id="github"> <h2><a href="#github">GitHub Sponsors (credit card)</a></h2> |
