|
@@ -143,10 +143,19 @@ PayPal will ask if you want to transform the one-time donation into a periodic o
|
|
|
</p>
|
|
|
</form><h2>Cryptocurrency</h2>
|
|
|
<p>Donations can be done using <strong>Bitcoin</strong> (BTC):</p>
|
|
|
-<figure class="figure">
|
|
|
- <img class="figure-img img-fluid shadow-sm rounded" src="/static/cryptocurrency/btc.webp" alt="Bitcoin QR-code" title="Scan this QR code with your Bitcoin wallet">
|
|
|
+<p><figure class="figure text-md-center">
|
|
|
+ <img class="figure-img img-fluid border shadow-sm rounded" src="/static/cryptocurrency/btc.webp" alt="Bitcoin QR-code" title="Scan this QR code with your Bitcoin wallet" data-bs-toggle="modal" data-bs-target="#BTCQRModal">
|
|
|
<figcaption class="figure-caption user-select-all text-dark font-monospace">bc1qfdjrq3dnc8qpd3jlh3ykua2j6ppy495axn928x</figcaption>
|
|
|
-</figure><p>Scan this QR code with your mobile Bitcoin wallet to donate any arbitrary amount.<br>
|
|
|
+</figure></p>
|
|
|
+<div class="modal fade" id="BTCQRModal" tabindex="-1" aria-hidden="true">
|
|
|
+ <div class="modal-dialog modal-dialog-centered">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-body p-4">
|
|
|
+ <img class="img-fluid w-100" src="/static/cryptocurrency/btc_lg.webp" alt="Bitcoin QR-code" title="Scan this QR code with your Bitcoin wallet">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div><p>Scan this QR code with your mobile Bitcoin wallet to donate any arbitrary amount.<br>
|
|
|
The address above is our only official wallet address.</p>
|
|
|
<h2>International bank transfers</h2>
|
|
|
<p>Payments or donations can also be done using <strong>Western Union</strong>:</p>
|