summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiancarlo Razzolini <grazzolini@archlinux.org>2019-03-19 13:01:10 -0300
committerGiancarlo Razzolini <grazzolini@archlinux.org>2019-03-19 13:01:10 -0300
commit0385663f034b30aeb5c9c1d316af9ce8959df668 (patch)
treeedb19e1aa7271e05b571470c31d85b7de42496f5
parent60896f23b58dd2daf0dabdd5f70fcb80e32985f2 (diff)
downloadarchweb-0385663f034b30aeb5c9c1d316af9ce8959df668.tar.gz
archweb-0385663f034b30aeb5c9c1d316af9ce8959df668.zip
* Add the hetzner logo file.
* Add the hetzner logo to the sponsors on the main page.
-rw-r--r--sitestatic/hetzner_logo.jpgbin0 -> 5516 bytes
-rw-r--r--templates/public/index.html6
2 files changed, 5 insertions, 1 deletions
diff --git a/sitestatic/hetzner_logo.jpg b/sitestatic/hetzner_logo.jpg
new file mode 100644
index 00000000..0018dce7
--- /dev/null
+++ b/sitestatic/hetzner_logo.jpg
Binary files differ
diff --git a/templates/public/index.html b/templates/public/index.html
index 1bd974f4..cd1c7a24 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -194,7 +194,7 @@
<div id="home-donate-button" class="widget">
<a href="https://co.clickandpledge.com/Default.aspx?WID=47294">
- <img src="{% static "click_and_pledge.png" %}" alt="Donate via Click&amp;Pledge to Arch Linux" title="Donate via Click&amp;Pledge to Arch Linux"/>
+ <img src="{% static "click_and_pledge.png" %}" alt="Donate via Click&amp;Pledge to Arch1 Linux" title="Donate via Click&amp;Pledge to Arch Linux"/>
</a>
</div>
@@ -203,6 +203,10 @@
<img src="{% static "pia_button.png" %}"
title="" alt="Private Internet Access logo"/>
</a>
+ <a href="https://www.hetzner.com" title="Dedicated Root Server, VPS &amp; Hosting - Hetzner Online GmbH">
+ <img src="{% static "hetzner_logo.jpg" %}"
+ title="" alt="Hetzner logo"/>
+ </a>
</div>
{% endcache %}
{% endblock %}