diff options
author | Dan McGee <dan@archlinux.org> | 2012-10-30 02:07:54 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-11-12 18:31:00 +0100 |
commit | 2339f42ef0f95e55d99be47ed2327c3d127ebc29 (patch) | |
tree | eff59f5f3ffbc020a1917e7801cd16a50c16fafe /templates/public/index.html | |
parent | a8a0f013f53ef85ed222fb501f113670f8c6340d (diff) | |
download | archweb-2339f42ef0f95e55d99be47ed2327c3d127ebc29.tar.gz archweb-2339f42ef0f95e55d99be47ed2327c3d127ebc29.tar.xz |
Remove SevenL from sponsors list
They've been good to us for several years, but our hardware requirements
have changed and we've moved on to using different machines for the
purposes this donated machine served. Thanks!
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 2da03f4..55298ae 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -201,17 +201,12 @@ </div> <div id="arch-sponsors" class="widget"> - <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.7l.com/" title="7L Networks"> - <img width="252" height="58" src="{% static "sevenl_button.png" %}" alt="7L Networks Inc." /> - </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 %} |