Merge pull request #793 from gpodder/remove-advertise
[mygpo.git] / mygpo / web / templates / contribute.html
blobc9a233c5695c600ec86ebba386240d2b0a069fbc
1 {% extends "base.html" %}
2 {% load i18n %}
4 {% load menu %}
5 {% block mainmenu %}{{ "/online-help"|main_menu }}{% endblock %}
6 {% block sectionmenu %}{{ "/contribute/"|section_menu }}{% endblock %}
8 {% block title %}{% trans "Contribute" %}{% endblock %}
10 {% block header %}
11 <h1>{% trans "Contribute to gpodder.net" %}</h1>
12 {% endblock %}
15 {% block content %}
16 <p>{% blocktrans %}gpodder.net is run as a hobby project without continuous funding for servers, storage and bandwidth. We rely on contributors and donations to keep the site running and improve it constantly.{% endblocktrans %}</p>
18 <h2>{% trans "Work" %}</h2>
19 <p>{% blocktrans %}If you want to contribute to gpodder.net by writing code, check out the <a href="/developer/">Development</a> page. We also appreciate contributions of non-coding work, such as web and interface design, server operations, testing, etc. If you are interested, join the <a href="https://gpodder.github.io/docs/mailing-list.html">mailing list</a> or the IRC channel #gpodder on chat.freenode.net.{% endblocktrans %}</p>
22 <h2>{% trans "Donate" %}</h2>
23 <p>{% blocktrans %}If you want to support gpodder.net financially, you can donate via <a href="https://paypal.me/pools/c/8lxTu5kqTp">PayPal</a>.{% endblocktrans %}
25 <p><a href=https://paypal.me/pools/c/8lxTu5kqTp>
26 <img src="//www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" alt="PayPal - The safer, easier way to pay online!">
27 <img src="//www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1" border="0" alt="">
28 </a></p>
30 {% endblock %}