New Membership Page and other changes #4

Merged
kumi merged 29 commits from membership-page into main 2024-05-30 10:15:10 +00:00
2 changed files with 36 additions and 24 deletions
Showing only changes of commit 7902aec1b1 - Show all commits

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>