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:
parent
93a42c98dd
commit
1f938f008e
1 changed files with 9 additions and 4 deletions
|
@ -53,13 +53,18 @@
|
||||||
cryptocurrencies, too.
|
cryptocurrencies, too.
|
||||||
</p>
|
</p>
|
||||||
<p class="card-text">
|
<p class="card-text">
|
||||||
<b>Bitcoin (BTC):</b> ___________________________________________
|
<b>Bitcoin (BTC):</b> <code>Coming soon™</code>
|
||||||
</p>
|
</p>
|
||||||
<p class="card-text">
|
<p class="card-text">
|
||||||
<b>Monero (XMR):</b> 487Ny4iBk2pKGJwjyYrumFD8xFmrS6jCSXNA8e5EvVJ49GyS54CRDVz514MBnXgNT1EioKYiagHs33sLzUAFj8i3Pwg3AMS
|
<b>Monero (XMR):</b>
|
||||||
|
<code>487Ny4iBk2pKGJwjyYrumFD8xFmrS6jCSXNA8e5EvVJ49GyS54CRDVz514MBnXgNT1EioKYiagHs33sLzUAFj8i3Pwg3AMS</code>
|
||||||
</p>
|
</p>
|
||||||
<p class="card-text">
|
<p class="card-text">
|
||||||
<b>Ethereum (ETH):</b> ___________________________________________
|
<b>Ethereum (ETH):</b> <code>Coming soon™</code>
|
||||||
|
</p>
|
||||||
|
<p class="card-text">
|
||||||
|
If your client supports OpenAlias, you can just send your donation
|
||||||
|
to <code>private.coffee</code>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -74,7 +79,6 @@
|
||||||
income and expenses for the last month.
|
income and expenses for the last month.
|
||||||
</p>
|
</p>
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
|
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead class="table-light">
|
<thead class="table-light">
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -148,6 +152,7 @@
|
||||||
<td><b>500 BTC</b></td>
|
<td><b>500 BTC</b></td>
|
||||||
<td><b>700 ETH</b></td>
|
<td><b>700 ETH</b></td>
|
||||||
<td><b>300 XMR</b></td>
|
<td><b>300 XMR</b></td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue