diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-01-20 23:54:53 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-01-20 23:54:53 -0500 |
| commit | 3ea942478b3504022810d8c2762df154c72312bb (patch) | |
| tree | 1c68ec201206fe81074a3869fc15e841814b1ff2 /static | |
| parent | 6ed348a017575a499ae0cb34724daf82997daec6 (diff) | |
aadd Interac e-Transfer donation option
Diffstat (limited to 'static')
| -rw-r--r-- | static/donate.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/donate.html b/static/donate.html index fe0da3a3..879d2b5a 100644 --- a/static/donate.html +++ b/static/donate.html @@ -66,6 +66,7 @@ <li><a href="#monero">Monero</a></li> <li><a href="#github">GitHub Sponsors</a></li> <li><a href="#paypal">PayPal</a></li> + <li><a href="#e-transfer">Interac e-Transfer</a></li> </ul> </nav> @@ -127,6 +128,15 @@ <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="e-transfer"> + <h2><a href="#e-transfer">Interac e-Transfer</a></h2> + + <p>You can send Canadian dollar donations via Interac e-Transfer to + daniel.micay@grapheneos.org. The email address has Interac e-Transfer Autodeposit + support enabled so no security question is necessary. If your bank doesn't support + Autodeposit, set the answer to the security question to GrapheneOS.</p> + </section> </main> <footer> <a href="/"><img src="{{path|/mask-icon.svg}}" width="512" height="512" alt=""/>GrapheneOS</a> |
