93 lines
4.0 KiB
HTML
93 lines
4.0 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>
|
|
NOTE: The direct links to donate money works til yet only via normal net. I need to setup a HTTPS proxy first to let them work in .i2p space!<br />
|
|
Til that day, use this link in your non-I2P browser:<br />
|
|
<a href="http://www.i2p2.de/donate.html">I2P donate page non-I2P</a>.
|
|
|
|
<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 €/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 €/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 €/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 €/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>
|
|
NEW! I2P on flattr!<br>
|
|
<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>
|
|
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 %}
|