summaryrefslogtreecommitdiff
path: root/templates/public
diff options
context:
space:
mode:
authorAngel Velasquez <angvp@archlinux.org>2016-06-03 17:34:07 -0300
committerAngel Velasquez <angvp@archlinux.org>2016-06-03 17:34:07 -0300
commitedd9f77dbadbe80c49722fcf021f719443164782 (patch)
tree18a4161c6e2b83446c3329d8d5c1537d1867ccf5 /templates/public
parent042763555885986a64c06e340b98da595f27d0e1 (diff)
parent1d672ecc7c05ce3930f3cc74b8860450c5183e32 (diff)
Merge pull request #3 from brain0/working
archweb netboot and sponsorship updates
Diffstat (limited to 'templates/public')
-rw-r--r--templates/public/donate.html7
-rw-r--r--templates/public/download.html4
-rw-r--r--templates/public/index.html3
3 files changed, 2 insertions, 12 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html
index ef80baea..301bd1c0 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -44,13 +44,6 @@
title="velocity network"><img width="252" height="58" src="{% static "vnet_button.png" %}" class="sponsor-btn-vnet"
title="" alt="velocity network - it's about time" /></a>
- <p>More thanks go to <a href="http://www.airvm.com/ArchLinux"
- title="AirVM.com">AirVM.com</a> for contributing a VMWare-based Virtual Machine.</p>
-
- <a href="http://www.airvm.com/ArchLinux"
- title="AirVM.com - Your Green Technology Partner"><img width="252" height="58" src="{% static "airvm_button.png" %}"
- class="sponsor-btn-airvm" title="AirVM.com - Your Green Technology Partner" alt="AirVM.com - Your Green Technology Partner" /></a>
-
<p>We would also like to thank Kartenzia for sponsoring a dedicated Arch Linux Server.
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>
diff --git a/templates/public/download.html b/templates/public/download.html
index cbd7cd73..9116816d 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -68,8 +68,8 @@
<p>If you have a wired connection, you can boot the latest release directly over the network.</p>
<ul>
- <li><a href="{{ releng_pxeboot_url }}"
- title="Arch Linux Netboot Live System">Arch Linux Netboot</a></li>
+ <li><a href="{% url 'releng-netboot-info' %}"
+ title="Arch Linux Netboot">Arch Linux Netboot</a></li>
</ul>
<h3>HTTP Direct Downloads</h3>
diff --git a/templates/public/index.html b/templates/public/index.html
index 5fc4833a..fdb136cf 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -201,9 +201,6 @@
<a href="http://www.velocitynetwork.net/?hosting_by=ArchLinux" title="Velocity Network">
<img width="252" height="58" src="{% static "vnet_button.png" %}" alt="Velocity Network - It's about time" />
</a>
- <a href="http://www.airvm.com/ArchLinux" title="AirVM.com - Your Green Technology Partner">
- <img width="252" height="58" src="{% static "airvm_button.png" %}" alt="AirVM.com - Your Green Technology Partner" />
- </a>
</div>
{% endcache %}
{% endblock %}