pages/funds.php

75 lines
1.3 KiB
PHP

<?php
$pagetitle = 'funds';
include("./includes/header.php")?>
<main>
<h3>Funding</h3>
<p>You can support us by providing small amount of chanda (Donation).
It doesnt matter how much or little you donate because we know
not everyone is paid employee or has a job.</p>
<p> Please let us know how you would prefer to donate so we can set it up that way: </p>
<ul>
<li>UPI : tildevarshfunds@ybl</li>
<li>Crypto (monero) : <pre>82dpRT2EpyP2i3CMzJFAvV3HNqTFvsxBSZ3EaSKREGH8JwfrkF9Wqzkhq6N9T1Da719mD8Q3EvBM4WUSB6QGvZqyAShXpxz</pre></li>
<h4>Current list of received funds </h4><br>
<table>
<tr>
<th>Date</th>
<th>Transaction</th>
<th>Credit</th>
<th>Debit</th>
<th>Current balance</th>
</tr>
<tr>
<th>11 Aug</th>
<td>@SpantheSlayer donated</td>
<td>500</td>
<td></td>
<td>500</td>
</tr>
<tr>
<th></th>
<td>@spyjetfayed donated</td>
<td>170</td>
<td></td>
<td>670</td>
</tr>
<tr>
<th></th>
<td>@neovoid donated</td>
<td>150</td>
<td></td>
<td>820</td>
</tr>
<tr>
<th></th>
<td>@aryan_exists donated</td>
<td>111</td>
<td></td>
<td>931</td>
</tr>
<tr>
<th></th>
<td>@Hello donated</td>
<td>150</td>
<td></td>
<td>1081</td>
</tr>
<tr>
<th></th>
<th></th>
<th></th>
<th colspan=2>Total: 1081</th>
</tr>
</table>
</main>
<?php include("./includes/footer.php")?>