my-basic/donate.html
2016-12-19 21:28:44 +08:00

104 lines
4.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Donate MY-BASIC</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
body {
background-color: #789; margin: 0;
padding: 0; font: 14px Helvetica, Arial, sans-serif;
}
div.content {
width: 600px; margin: 2em auto; padding: 20px 50px;
background-color: #fff; border-radius: 1em;
}
a:link, a:visited { color: #69c; text-decoration: none; }
@media (max-width: 700px) {
body { background-color: #fff; }
div.content {
width: auto; margin: 0 auto; border-radius: 0;
padding: 1em;
}
}
</style>
</head>
<body>
<div class="content">
<p>
<a href="https://github.com/paladin-t/my_basic">BACK TO MY-BASIC</a>
</p>
<h1>Donate MY-BASIC</h1>
<h2>List of Donors</h2>
<p>
Here is the list of some of the people who have kindly sent donation for MY-BASIC development.
I greatly appreciate all the donation that has been made.
</p>
<p>
-
</p>
<h2>Notice</h2>
<p>
Thank you for choosing MY-BASIC. Your support is my motivation to make MY-BASIC better.
It's totally free to use code/binary/document in the MY-BASIC repository for both commercial and noncommercial purpose under the MIT license.
However, you can support MY-BASIC development with a donation.
</p>
<p>
I just made this page at the end of 2016, but unfortunately PayPal doesn't reserve transaction records forever.
Please <a href="mailto:hellotony521@qq.com">send</a> me a message if you think your name should be listed here, or do not want your name to be listed.
</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="M9S3PACSX8RLW">
<table>
<tr><td><input type="hidden" name="on0" value="Donate with">Donate with</td></tr><tr><td><select name="os0">
<option value="a)">a) $ 0.99 USD</option>
<option value="b)">b) $ 1.99 USD</option>
<option value="c)">c) $ 4.99 USD</option>
<option value="d)">d) $ 9.99 USD</option>
<option value="e)">e) $ 19.99 USD</option>
<option value="f)">f) $ 49.99 USD</option>
<option value="g)">g) $ 99.99 USD</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" alt="PayPal The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/zh_XC/i/scr/pixel.gif" width="1" height="1">
</form>
<h2>Questions</h2>
<h3>
Q: Why it's "Pay Now" instead of "Donate" button?
</h3>
<p>
A: The "Donate" button is no longer usable with an account from my region, due to PayPal's policy.
The only option PayPal offered for me is to use this "Pay Now" instead.
Don't worry, it's similar and secure.
</p>
<h3>
Q: Do I have to sign up before making donation?
</h3>
<p>
A: No signing up is required to donate with PayPal.
PayPal accepts direct transaction with most credit cards and debit cards.
</p>
<h3>
Q: How should I choose a different number?
</h3>
<p>
A: PayPal's "Pay Now" doesn't support customized price by you.
You could choose a base donation number and change the quantity for an approximate expected amount if it's not on the payment option list.
</p>
<p>
<a href="https://github.com/paladin-t/my_basic">BACK TO MY-BASIC</a>
</p>
</div>
</body>
</html>