diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-04-27 20:57:16 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-04-27 18:47:12 -0500 |
commit | 8c3a4e77e7e23bc3f72c83eba8ca562fb4927e5a (patch) | |
tree | 6585db1ffb1617ec39aba70c0a1837397e983d5a | |
parent | 9412ca2803d7106cb3abfe6176fc9ccd63e60b6e (diff) |
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.jpg | bin | 0 -> 14361 bytes | |||
-rw-r--r-- | templates/public/donate.html | 3 | ||||
-rw-r--r-- | templates/public/index.html | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/media/airvm_button.jpg b/media/airvm_button.jpg Binary files differnew file mode 100644 index 00000000..b3801873 --- /dev/null +++ b/media/airvm_button.jpg 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&utm_medium=sponsored-banner&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&utm_medium=sponsored-banner&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&utm_medium=sponsored-banner&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&utm_medium=sponsored-banner&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 %} |