Remove flattr, remove donate from get-involved

This commit is contained in:
idk
2021-12-14 16:45:07 -05:00
parent 946c58e49e
commit ed8b8932d5
3 changed files with 1 additions and 14 deletions

View File

@ -19,9 +19,4 @@
{{ body }}
{% endautoescape %}
</div>
<p>
<a href="https://flattr.com/submit/auto?user_id=I2P&url={{ canonical() }}" target="_blank">
<img src="{{ url_for('static', filename='images/flattr-badge-large.png') }}" alt="Flattr this" title="Flattr this" border="0">
</a>
</p>
{% endblock %}

View File

@ -4,7 +4,6 @@
<li><a href="https://reddit.com/r/i2p"><div class="footeritem"><img class="socialfooter" src="/_static/images/social/reddit-alien-brands.png"><span>Reddit</span></div></a></li>
<li><a href="https://twitter.com/i2p"><div class="footeritem"><img class="socialfooter" src="/_static/images/social/twitter-brands.png"><span>Twitter</span></div></a></li>
<li><a href="https://i2pgit.org/"><div class="footeritem"><img class="socialfooter" src="/_static/images/social/gitlab-brands.png"><span>Gitlab</span></div></a></li>
</ul>
</div>
<div id="footermenu" class="second">
@ -18,7 +17,7 @@
</div>
<div id="footermenu" class="third">
<ul>
<li><a href="{{ site_url('get-involved/donate') }}"><div class="footeritem"><span>{{ _('Donate') }}</span></div></a></li>
<li><a href="https://i2pgit.org/"><div class="footeritem"><img class="socialfooter" src="/_static/images/social/gitlab-brands.png"><span>Gitlab</span></div></a></li>
<li><a href="{{ site_url('get-involved') }}"><div class="footeritem"><span>{{ _('Get involved!') }}</span></div></a></li>
<li><a href="{{ site_url('faq') }}"><div class="footeritem"><span>{{ _('FAQ') }}</span></div></a></li>
<!--<li><a href="{{ site_url('get-involved/guides/new-developers') }}"><div class="footeritem"><span>Develop</span></div></a></li>-->

View File

@ -104,11 +104,4 @@ Both anonymity vulnerabilities from the various
to security holes, benefit from ongoing research.
{%- endtrans %}
</li></ul>
<h3><a href="{{ site_url('get-involved/donate') }}">{% trans %}Donate{% endtrans %}</a></h3>
<ul><li><b>
<a href="{{ site_url('get-involved/donate') }}">{{ _('Donate') }}</a>: I2P is FOSS - Free Open-Source
Software, which is supported by volunteers and by donations. If you use the network, please consider
setting a monthly donation to help cover costs for maintainers and developers to keep improving the
software and network.
</b></li></ul>
{% endblock %}