diff --git a/i2p2www/pages/site/get-involved/donate.html b/i2p2www/pages/site/get-involved/donate.html
index fd44b3b9f88ccc6b18834ca1736d152696797ab5..b958e71f935c0a7a646c10bc133986969d61c75c 100644
--- a/i2p2www/pages/site/get-involved/donate.html
+++ b/i2p2www/pages/site/get-involved/donate.html
@@ -23,10 +23,10 @@ For other payment methods, follow up with an email to eche|on
 with the subject "stickers please", your payment information, and your address.
 {%- endtrans %}</p>
 
-<h2><a href="http://bitcoin.org/">Bitcoin</a></h2>
+<h2><a href="https://bitcoin.org/">Bitcoin</a></h2>
 <p>{% trans date='December 2010',
 cointype='Bitcoin',
-coinurl='http://bitcoin.org',
+coinurl='https://bitcoin.org',
 account='1HkJCceXf7of1sTNRVJbXiZHfDTLL71Siy' -%}
 As of {{ date }}, eche|on has been running a
 <a href="{{ coinurl }}">{{ cointype }}</a> account for the I2P project.
@@ -55,7 +55,7 @@ mentioned on the I2P webpage.
 <img src="/_static/images/i2pltcdonate.png" alt="LTC donation QR code" /> 
 
 <br />
-<h2><a href="http://www.paypal.com/">PayPal</a></h2>
+<h2><a href="https://www.paypal.com/">PayPal</a></h2>
 <br />
 {% trans account='echelon@i2pmail.org' -%}
 You can donate direct via PayPal to the account "{{ account }}".
@@ -130,7 +130,7 @@ You can donate direct via PayPal to the account "{{ account }}".
 <br />
 <h2><a href="https://flattr.com/">Flattr</a></h2>
 <a href="http://flattr.com/thing/13523/Invisible-Internet-Project-I2P">
-<img src="http://api.flattr.com/button/button-static-50x60.png" title="{{ _('Flattr this') }}" style="border:0;" alt="{{ _('Flattr this') }}" /></a>
+<img src="/_static/images/flattr-button-static-50x60.png" title="{{ _('Flattr this') }}" style="border:0;" alt="{{ _('Flattr this') }}" /></a>
 <br />
 <br />
 
diff --git a/i2p2www/static/images/flattr-button-static-50x60.png b/i2p2www/static/images/flattr-button-static-50x60.png
new file mode 100644
index 0000000000000000000000000000000000000000..2b136c6ee9c565488d4539afbcb708824c1ac443
Binary files /dev/null and b/i2p2www/static/images/flattr-button-static-50x60.png differ