From ed8b8932d5ac76093cb7d4786be751c5f6c118ed Mon Sep 17 00:00:00 2001
From: idk <hankhill19580@gmail.com>
Date: Tue, 14 Dec 2021 16:45:07 -0500
Subject: [PATCH] Remove flattr, remove donate from get-involved

---
 i2p2www/pages/blog/post.html               | 5 -----
 i2p2www/pages/global/footer.html           | 3 +--
 i2p2www/pages/site/get-involved/index.html | 7 -------
 3 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/i2p2www/pages/blog/post.html b/i2p2www/pages/blog/post.html
index a79f01414..c0c554c21 100644
--- a/i2p2www/pages/blog/post.html
+++ b/i2p2www/pages/blog/post.html
@@ -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 %}
diff --git a/i2p2www/pages/global/footer.html b/i2p2www/pages/global/footer.html
index ecf1d420a..1a8eb7c83 100644
--- a/i2p2www/pages/global/footer.html
+++ b/i2p2www/pages/global/footer.html
@@ -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>-->
diff --git a/i2p2www/pages/site/get-involved/index.html b/i2p2www/pages/site/get-involved/index.html
index 7398eab34..b4341b99b 100644
--- a/i2p2www/pages/site/get-involved/index.html
+++ b/i2p2www/pages/site/get-involved/index.html
@@ -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 %}
-- 
GitLab