pages/funds.php

30 lines
1020 B
PHP
Raw Normal View History

<?php
$pagetitle = 'funds';
include("./includes/header.php")?>
2022-08-10 15:17:58 +00:00
<main>
<h3>Funding</h3>
2022-08-10 15:17:58 +00:00
<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>
<ul>
<li>Received 500 rupees from @SpantheSlayer</li>
<li>Received 170 rupees from @spyjetfayed</li>
<li>Received 150 rupees from @neovoidtk</li>
2022-08-12 10:39:48 +00:00
<li style="text-decoration:line-through;">Received 150 rupees from @JB </li>- returned back :(
2022-08-10 15:17:58 +00:00
<li>Received 111 from @aryan_exists</li>
<li>Received 150 from Hello</li>
</ul>
2022-08-12 10:39:48 +00:00
<h5>Total: 1081</h5>
2022-08-10 15:17:58 +00:00
</main>
2022-08-10 15:30:21 +00:00
<?php include("./includes/footer.php")?>