summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2010-04-27 20:57:16 +0200
committerDan McGee <dan@archlinux.org>2010-04-27 18:47:12 -0500
commit8c3a4e77e7e23bc3f72c83eba8ca562fb4927e5a (patch)
tree6585db1ffb1617ec39aba70c0a1837397e983d5a
parent9412ca2803d7106cb3abfe6176fc9ccd63e60b6e (diff)
downloadarchweb-8c3a4e77e7e23bc3f72c83eba8ca562fb4927e5a.tar.gz
archweb-8c3a4e77e7e23bc3f72c83eba8ca562fb4927e5a.zip
Add a link to AirVM to the front page and the donations page
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--media/airvm_button.jpgbin0 -> 14361 bytes
-rw-r--r--templates/public/donate.html3
-rw-r--r--templates/public/index.html1
3 files changed, 4 insertions, 0 deletions
diff --git a/media/airvm_button.jpg b/media/airvm_button.jpg
new file mode 100644
index 00000000..b3801873
--- /dev/null
+++ b/media/airvm_button.jpg
Binary files differ
diff --git a/templates/public/donate.html b/templates/public/donate.html
index 2bb447a6..c2193e7a 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -39,6 +39,9 @@
<p>We also wish to extend a special Thank You to <a href="https://www.sevenl.net/?utm_source=archlinux-org&amp;utm_medium=sponsored-banner&amp;utm_campaign=thanks-to-sevenl" title="SevenL Networks - Dedicated Arch Linux servers">SevenL Networks</a> for their generous and ongoing contribution of a dedicated Arch Linux server. You too can have a dedicated Arch Linux server hosted by SevenL...head over to their <a href="https://www.sevenl.net/dedicated-server/?utm_source=archlinux-org&amp;utm_medium=sponsored-banner&amp;utm_campaign=thanks-to-sevenl" title="SevenL Networks - dedicated server hosting">website</a> for more details.</p>
<a href="https://www.sevenl.net/?utm_source=archlinux-org&amp;utm_medium=sponsored-banner&amp;utm_campaign=thanks-to-sevenl" title="SevenL Networks - Dedicated Arch Linux servers"><img src="/media/sevenl_button.png" class="" title="A big Thank You to SevenL Networks for their generous contribution" alt="We would like to express our thanks to SevenL Networks for their generous contribution" /></a>
<br />
+ <p>More thanks go to <a href="http://www.airvm.com/VirtualServers" title="AirVM.com">AirVM.com</a> for contributing a VMWare-based Virtual Machine.</p>
+ <a href="http://www.airvm.com/VirtualServers" title="AirVM.com - Your Green Technology Partner"><img src="/media/airvm_button.jpg" class="" title="AirVM.com - Your Green Technology Partner" alt="AirVM.com - Your Green Technology Partner" /></a>
+ <br />
<h2 class="title">Past Donors</h2>
<table width="100%">
<tr>
diff --git a/templates/public/index.html b/templates/public/index.html
index 27d74828..c403e08a 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -128,4 +128,5 @@
</ul>
<a href="http://www.velocitynetwork.net/?hosting_by=ArchLinux" title="velocity network"><img src="/media/vnet_button.png" class="" title="" alt="velocity network - it's about time" /></a>
<a href="https://www.sevenl.net/?utm_source=archlinux-org&amp;utm_medium=sponsored-banner&amp;utm_campaign=thanks-to-sevenl" title="SevenL Networks - Dedicated Arch Linux servers"><img src="/media/sevenl_button.png" class="" title="A big Thank You to SevenL Networks for their generous contribution" alt="We would like to express our thanks to SevenL Networks for their generous contribution" /></a>
+ <a href="http://www.airvm.com/VirtualServers" title="AirVM.com - Your Green Technology Partner"><img src="/media/airvm_button.jpg" class="" title="AirVM.com - Your Green Technology Partner" alt="AirVM.com - Your Green Technology Partner" /></a>
{% endblock %}