feat: update membership and financial transparency details

Updated the Bitcoin address for donations, enhancing the convenience for members to contribute in cryptocurrencies. Improved the clarity and precision of the financial transparency section by specifying the report for May 2024, adjusting currency and cryptocurrency figures to reflect actual transactions, and introducing account balance tracking at the start and end of the month. Adjusted table styling in the CSS to ensure financial data is presented clearly, with currency columns widened and text aligned for better readability.

These changes aim to increase transparency, trust, and ease of contribution among members, supporting the organization's commitment to accountability and member involvement in its financial health.
This commit is contained in:
Kumi 2024-05-26 17:40:03 +02:00
parent 72d7b5346e
commit 7902aec1b1
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 36 additions and 24 deletions

View file

@ -86,10 +86,14 @@ h5 {
}
.currency-col {
width: 150px;
width: 175px;
white-space: nowrap;
}
.table-transparency td:not(:first-child) {
text-align: right;
}
/* Responsive Styles */
@media (max-width: 768px) {
.navbar .container {

View file

@ -58,7 +58,8 @@
donations in cryptocurrencies, too.
</p>
<p class="card-text">
<b>Bitcoin (BTC):</b> <code>Coming soon&trade;</code>
<b>Bitcoin (BTC):</b>
<code>bc1qnu7r5sed4afacfpgx5za8hsyhaj4rs45dpm26k</code>
</p>
<p class="card-text">
<b>Monero (XMR):</b>
@ -80,13 +81,13 @@
<div class="card shadow-sm mt-4">
<div class="card-body">
<h5 class="card-title">Transparency Report</h5>
<h5 class="card-title">Transparency Report for May 2024</h5>
<p class="card-text">
We believe in transparency and accountability. Below is a summary of our
income and expenses for the last month.
</p>
<div class="table-responsive">
<table class="table table-bordered">
<table class="table table-bordered table-transparency">
<thead class="table-light">
<tr>
<th scope="col">Category</th>
@ -97,37 +98,44 @@
</tr>
</thead>
<tbody>
<tr>
<td>Account Balance (start of month)</td>
<td>€112.33</td>
<td>0 BTC</td>
<td>0 ETH</td>
<td>0 XMR</td>
</tr>
<tr>
<td>Membership Fees</td>
<td>+ €5,000</td>
<td>+ €365.00</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Donations</td>
<td>+ €3,200</td>
<td>+ 500 BTC</td>
<td>+ 700 ETH</td>
<td>+ 300 XMR</td>
<td></td>
<td>+ 0.00043400 BTC</td>
<td></td>
<td>+ 0.447661805527 XMR</td>
</tr>
<tr>
<td>Server Costs</td>
<td>- €2,800</td>
<td>- €424.65</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Domain Names</td>
<td>- €400</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Operating Expenses</td>
<td>- €1,200</td>
<td></td>
<td></td>
<td></td>
<td></td>
@ -141,24 +149,24 @@
</tr>
<tr class="table-secondary">
<td><b>Total Income</b></td>
<td><b>€9,700</b></td>
<td><b>500 BTC</b></td>
<td><b>700 ETH</b></td>
<td><b>300 XMR</b></td>
<td><b>+ €365.00</b></td>
<td><b>+ 0.00043400 BTC</b></td>
<td><b>+ 0 ETH</b></td>
<td><b>+ 0.447661805527 XMR</b></td>
</tr>
<tr class="table-secondary">
<td><b>Total Expenses</b></td>
<td><b>€4,400</b></td>
<td>-</td>
<td>-</td>
<td>-</td>
<td><b>- €424.65</b></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="table-secondary">
<td><b>Account Balance (end of month)</b></td>
<td><b>€5,300</b></td>
<td><b>500 BTC</b></td>
<td><b>700 ETH</b></td>
<td><b>300 XMR</b></td>
<td><b>+ €52.68</b></td>
<td><b>+ 0.000434 BTC</b></td>
<td><b>0 ETH</b></td>
<td><b>+ 0.447661805527 XMR</b></td>
</tr>
</tbody>
</table>