Files
i2p.www/www.i2p2/pages/donate.html
2010-12-12 12:33:05 +00:00

96 lines
4.1 KiB
HTML

{% extends "_layout.html" %}
{% block title %}Donate{% endblock %}
{% block content %}<p>Thank you for your interest in contributing to I2P!
The details of how you
can make your contribution are provided below.</p>
<h2><a href="http://www.paypal.com/" target="_new">PayPal</a></h2>
<br />
You can donate direct via PayPal to the account "echelon@i2pmail.org".<br />
<br />
<table>
<tr>
<td>One time donation:</td>
<td>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="3031758">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="no_shipping" value="1">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="">
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
</td>
</tr>
<tr>
<td>Donate 10 &euro;/month due 12 month: </td>
<td>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="3031934">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="no_shipping" value="1">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="I2P donation">
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
</td>
</tr>
<tr>
<td>Donate 20 &euro;/month due 12 months: </td>
<td>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="KALQ2V9SQF348">
<input type="image" src="https://www.paypal.com/de_DE/AT/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="I2P donation">
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
</td>
</tr>
<tr>
<td>Donate 30 &euro;/month due 12 months: </td>
<td>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="QSU89XWKB7N3U">
<input type="image" src="https://www.paypal.com/de_DE/AT/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="I2P donation">
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
</td>
</tr>
<tr>
<td>Donate 50 &euro;/month due 12 months: </td>
<td>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="8ENENJMVN6TL8">
<input type="image" src="https://www.paypal.com/de_DE/AT/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="I2P donation">
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
</td>
</tr>
</table>
<br>
<h2><a href="http://www.flattr.com/" target="_new">Flattr</a></h2>
<a href="http://flattr.com/thing/13523/Invisible-Internet-Project-I2P" target="_blank">
<img src="http://api.flattr.com/button/button-static-50x60.png" title="Flattr this" border="0" /></a>
<br>
<br>
<h2><a href="http://www.bitcoin.org/" target="_new">Bitcoin</a></h2>
From december 2010 on I run a <a href="http://www.bitcoin.org">Bitcoin</a> account for the I2P project.
If you want to donate using Bitcoin, just transfer your amount of coins to the account
<b>1HkJCceXf7of1sTNRVJbXiZHfDTLL71Siy</b> and leave me a note if you want to be noted on the I2P webpage.<br>
<br>
If you want to keep more or less anonymous, the option to send money via mail is also available. But it is less secure
as the envelope can be lost on the way to us. <br />
But if you want to spend via snail mail, contact us at <a href="mailto:echelon@i2pmail.org?subject=information about snailmail donation">echelon@i2pmail.org</a>
and we send out information on howto.<br />
<br />
<br />
Meanwhile have a look on the generous donators having spent some great amount to make I2P live in the <a href="halloffame.html">hall of fame</a>.<br />
<br /><br />
{% endblock %}