more information about stickers on events

This commit is contained in:
echelon2
2019-03-14 10:51:01 +00:00
parent c3449a1984
commit 5343f51f23

View File

@ -3,82 +3,19 @@
{% block content %}
<p>{% trans -%}
Thank you for your interest in contributing to I2P!
The details of how you
can make your contribution are provided below.
At the current time we do not accept donations.
{%- endtrans %}</p>
<h2>{% trans %}Tax Status{% endtrans %}</h2>
<p>{% trans -%}
I2P is not incorporated.
Your contributions are probably not tax-deductible.
Currently we do not have a public way to donate, except for some cryptocurrencies.
Please contact us if you want to make a donation beside that method.
{%- endtrans %}</p>
<h2>{% trans %}Stickers{% endtrans %}</h2>
<p>{% trans -%}
While supplies last, we offer I2P stickers to those who donate enough
to cover fees and postage from the U.S.
You must include "stickers please" and your address in the contact method toward us.
While supplies last, we provide I2P stickers on different conferences and events we do visit.
These events are noted in our official Twitter feed, please do have a look.
Attend those events, do talk to us, ask for stickers!
{%- endtrans %}</p>
<p><i>{% trans -%}
Please allow 30-60 days for delivery.
{%- endtrans %}</i></p>
<!--
<h2><a href="https://bitcoin.org/">Bitcoin</a></h2>
<p>{% trans date='December 2010',
cointype='Bitcoin',
coinurl='https://bitcoin.org',
account='' -%}
As of {{ date }}, we have been running a
<a href="{{ coinurl }}">{{ cointype }}</a> account for the I2P project.
ATTENTION! The address changed on 02-20-2014. ATTENTION!
If you'd like to donate using {{ cointype }}, just transfer your
desired amount of coins to the account <b>{{ account }}</b>
and leave us a note if you'd like your donation to be
mentioned on the I2P webpage.
{%- endtrans %}</p>
<p>{% trans %}For easy usage, use the QR code below!{% endtrans %}</p>
<img src="/_static/images/i2pbtcdonate.2014.png" alt="BTC donation QR code" />
<br />
-->
<h2><a href="https://anoncoin.net/">Anoncoin</a> (<a href="http://anoncoin.i2p">I2P site</a>)</h2>
<p>{% trans date='March 2014',
cointype='Anoncoin',
coinurl='https://anoncoin.net',
account='ANi2pB8RTeuWFf9wki6Ffiv9RJqioQydrH' -%}
As of {{ date }}, Meeh has been running a
<a href="{{ coinurl }}">{{ cointype }}</a> account for the I2P project.
If you'd like to donate using {{ cointype }}, just transfer your
desired amount of coins to the account <b>{{ account }}</b>
and leave Meeh a note if you'd like your donation to be
mentioned on the I2P webpage.
{%- endtrans %}</p>
<p>{% trans %}For easy usage, use the QR code below!{% endtrans %}</p>
<img src="/_static/images/i2pancdonate.2014.png" alt="ANC donation QR code" />
<br />
<!--
<h2><a href="https://getmonero.org/">Monero</a></h2>
<p>{% trans date='Nov 2015',
cointype='Monero',
coinurl='https://getmonero.org',
account='' -%}
As of {{ date }}, we have been running a
<a href="{{ coinurl }}">{{ cointype }}</a> account.
If you'd like to donate using {{ cointype }}, just transfer your
desired amount of coins to the account <b>{{ account }}</b>
and leave us a note if you'd like your donation to be
mentioned.
{%- endtrans %}</p>
<p>{% trans %}For easy usage, use the QR code below!{% endtrans %}</p>
<img src="/_static/images/monero.I2P.qr.code.png" alt="LTC donation QR code" />
<br />
<br />
-->
<h2>Alternative coins</h2>
{% trans account='meeh@i2pmail.org' -%}
We accept most altcoins, just ask Meeh. Other altcoins can be converted and exchanged for a crypto currency we currently support. Please send a mail to "{{ account }}" for a such donation.
{%- endtrans %}
{% endblock %}