feat(membership): update crypto donation options

Updated the cryptocurrency donation options in the membership page. Bitcoin (BTC) and Ethereum (ETH) addresses are now marked as "Coming soon™", reflecting their upcoming availability for donations. Additionally, improved the display of the Monero (XMR) address for better clarity by enclosing it in code tags. Introduced OpenAlias support with an easy-to-remember alias for donations, enhancing user experience and donation process simplicity. Also, refined the financial table by fixing a markup error to ensure proper display.

This change aims to keep our members informed about the donation options available and to streamline the donation process, making it more accessible and user-friendly. The introduction of an Open-like Alias further simplifies the donation process for users who prefer using human-readable addresses over traditional cryptocurrency addresses.

The markup adjustment in the financial table ensures consistency and readability across the website.
This commit is contained in:
Kumi 2024-05-26 16:21:55 +02:00
parent 93a42c98dd
commit 1f938f008e
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -53,13 +53,18 @@
cryptocurrencies, too.
</p>
<p class="card-text">
<b>Bitcoin (BTC):</b> ___________________________________________
<b>Bitcoin (BTC):</b> <code>Coming soon&trade;</code>
</p>
<p class="card-text">
<b>Monero (XMR):</b> 487Ny4iBk2pKGJwjyYrumFD8xFmrS6jCSXNA8e5EvVJ49GyS54CRDVz514MBnXgNT1EioKYiagHs33sLzUAFj8i3Pwg3AMS
<b>Monero (XMR):</b>
<code>487Ny4iBk2pKGJwjyYrumFD8xFmrS6jCSXNA8e5EvVJ49GyS54CRDVz514MBnXgNT1EioKYiagHs33sLzUAFj8i3Pwg3AMS</code>
</p>
<p class="card-text">
<b>Ethereum (ETH):</b> ___________________________________________
<b>Ethereum (ETH):</b> <code>Coming soon&trade;</code>
</p>
<p class="card-text">
If your client supports OpenAlias, you can just send your donation
to <code>private.coffee</code>.
</p>
</div>
</div>
@ -74,7 +79,6 @@
income and expenses for the last month.
</p>
<div class="table-responsive">
<table class="table table-bordered">
<thead class="table-light">
<tr>
@ -148,6 +152,7 @@
<td><b>500 BTC</b></td>
<td><b>700 ETH</b></td>
<td><b>300 XMR</b></td>
</tr>
</tbody>
</table>
</div>