pages/funds.php

30 lines
1020 B
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>
<ul>
<li>Received 500 rupees from @SpantheSlayer</li>
<li>Received 170 rupees from @spyjetfayed</li>
<li>Received 150 rupees from @neovoidtk</li>
<li style="text-decoration:line-through;">Received 150 rupees from @JB </li>- returned back :(
<li>Received 111 from @aryan_exists</li>
<li>Received 150 from Hello</li>
</ul>
<h5>Total: 1081</h5>
</main>
<?php include("./includes/footer.php")?>