mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
limited minimum donation amount trough PayPal due to accounting troubles.
This commit is contained in:
parent
2f7d6791eb
commit
2e2801cb0a
19
index.html
19
index.html
|
@ -175,11 +175,24 @@
|
|||
<br>
|
||||
<p>If you want support the development of this project please consider donate something:</p>
|
||||
<a href="https://www.gratipay.com/FezVrasta/" target="_blank" class="btn btn-primary">Donate with Gratipay</a>
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" style="display: inline-block;">
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" id="paypal" method="post" target="_blank" style="display: inline-block;">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="hosted_button_id" value="ZLAZFNZVV5QL6">
|
||||
<input type="submit" class="btn btn-primary" value="Donate with PayPal" name="submit">
|
||||
<div class="btn btn-primary">
|
||||
<select name="hosted_button_id" title="I can't accept less than 5 euro due to accounting troubles">
|
||||
<option value="DAAK965W2DKYE">€ 5,00</option>
|
||||
<option value="28PH77JK5QWFE">€ 10,00</option>
|
||||
<option value="6B6TJAJ2R99HS">€ 15,00</option>
|
||||
<option value="GJCEKCQFMBVHA">€ 20,00</option>
|
||||
<option value="U7QXM95C8RJ9W">€ 25,00</option>
|
||||
<option value="55S3VBB3U4NAS">€ 50,00</option>
|
||||
</select>
|
||||
<input type="submit" value="DONATE WITH PAYPAL" name="submit">
|
||||
</div>
|
||||
</form>
|
||||
<style>
|
||||
#paypal .btn { padding: 5px 30px 6px 30px; }
|
||||
#paypal input { background: transparent; border: 0; }
|
||||
</style>
|
||||
<p>Thanks to all the people that donate me weekly on Gratipay and all the ones which has donated on PayPal! You are great guys!</p>
|
||||
|
||||
<br>
|
||||
|
|
Loading…
Reference in New Issue
Block a user