summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjelle van der Waa <jelle@vdwaa.nl>2017-09-05 20:23:51 +0200
committerGitHub <noreply@github.com>2017-09-05 20:23:51 +0200
commit26c4e5c23c3e8b4a2a10340f3ace30c968fe1854 (patch)
tree6c1f8d536ac7870ecfbfe89e825289d9c12fa687
parent63910ce810b1413b6f16b88d9d5f92e827172532 (diff)
parent98365de52844c3db6fa230196381a66881fcde20 (diff)
downloadarchweb-26c4e5c23c3e8b4a2a10340f3ace30c968fe1854.tar.gz
archweb-26c4e5c23c3e8b4a2a10340f3ace30c968fe1854.zip
Merge pull request #61 from Barthalion/piarelease_2017-09-05
Add new sponsor (PIA)
-rw-r--r--sitestatic/pia_button.pngbin0 -> 6484 bytes
-rw-r--r--sitestatic/pia_logo.pngbin0 -> 12178 bytes
-rw-r--r--templates/public/donate.html13
-rw-r--r--templates/public/index.html7
4 files changed, 19 insertions, 1 deletions
diff --git a/sitestatic/pia_button.png b/sitestatic/pia_button.png
new file mode 100644
index 00000000..131cdb3c
--- /dev/null
+++ b/sitestatic/pia_button.png
Binary files differ
diff --git a/sitestatic/pia_logo.png b/sitestatic/pia_logo.png
new file mode 100644
index 00000000..fcffa230
--- /dev/null
+++ b/sitestatic/pia_logo.png
Binary files differ
diff --git a/templates/public/donate.html b/templates/public/donate.html
index 8e012a6e..9c65466b 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -40,7 +40,18 @@
Kartenzia.de is a new Start-Up based in Germany and specializes in
eco-friendly invitations like <a href="http://www.kartenzia.de/weihnachtskarten/">Weihnachten</a>.</p>
- <a href="http://www.kartenzia.de/"><img width="292" height="74" src="{% static "kartenzia_button.png" %}" class="sponsor-btn-kartenzia" /></a>
+ <a href="https://www.kartenzia.de/"><img width="292" height="74" src="{% static "kartenzia_button.png" %}" class="sponsor-btn-kartenzia" /></a>
+
+ <p>We would also like to thank <a href="https://www.privateinternetaccess.com/"
+ title="Private Internet Access">Private Internet Access</a> for sponsoring
+ dedicated servers across the globe. Private Internet Access is the leading
+ VPN Service provider specializing in secure, encrypted VPN tunnels which
+ create several layers of privacy and security providing users safety on the
+ internet</p>.
+
+ <a href="https://www.privateinternetaccess.com/" title="Private Internet Access">
+ <img width="496" height="76" src="{% static "pia_logo.png" %}"
+ class="sponsor-btn-pia" title="" alt="Private Internet Access logo"/></a>
<h3>Past donors</h3>
diff --git a/templates/public/index.html b/templates/public/index.html
index eb72df7d..29b8063a 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -192,6 +192,13 @@
<img width="210" height="34" src="{% static "click_and_pledge.png" %}" alt="Donate via Click&amp;Pledge to Arch Linux" title="Donate via Click&amp;Pledge to Arch Linux"/>
</a>
</div>
+
+<div id="arch-sponsors" class="widget">
+ <a href="https://www.privateinternetaccess.com/" title="Private Internet Access">
+ <img width="265" height="41" src="{% static "pia_button.png" %}"
+ title="" alt="Private Internet Access logo"/>
+ </a>
+</div>
{% endcache %}
{% endblock %}