summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@archlinux.org>2020-03-28 17:37:12 +0100
committerJelle van der Waa <jelle@archlinux.org>2020-03-28 17:40:03 +0100
commit8e317b92417a19d04066039861d0ac0be2ac2507 (patch)
treec03a80824db8611621b9ae0ce8836d32fc34c0fa
parentacbca4c47e3331af227c370546cce1f1d47de839 (diff)
downloadarchweb-8e317b92417a19d04066039861d0ac0be2ac2507.tar.gz
archweb-8e317b92417a19d04066039861d0ac0be2ac2507.zip
Add icons8 sponsor to the homepagerelease_2020-03-28
Update the icons8 logo and put the logo on the frontpage Signed-off-by: Jelle van der Waa <jelle@archlinux.org>
-rw-r--r--sitestatic/icons8_logo.pngbin2131 -> 9678 bytes
-rw-r--r--templates/public/index.html5
2 files changed, 5 insertions, 0 deletions
diff --git a/sitestatic/icons8_logo.png b/sitestatic/icons8_logo.png
index 5b944441..d7f1ee70 100644
--- a/sitestatic/icons8_logo.png
+++ b/sitestatic/icons8_logo.png
Binary files differ
diff --git a/templates/public/index.html b/templates/public/index.html
index a034f5e9..fdfaccae 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -203,6 +203,11 @@
<img src="{% static "hetzner_logo.png" %}"
title="" alt="Hetzner logo"/>
</a>
+
+ <a href="https://icons8.com/" title="Icons8">
+ <img src="{% static "icons8_logo.png" %}"
+ title="" alt="Icons8 logo"/>
+ </a>
</div>
{% endcache %}
{% endblock %}