diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/public/donate.html | 14 | ||||
-rw-r--r-- | templates/public/index.html | 5 |
2 files changed, 0 insertions, 19 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html index 08234006..ef80baea 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -44,20 +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>We also wish to extend a special thank you to <a - href="http://www.7l.com/" - title="7L Networks - Dedicated Arch Linux servers">7L Networks</a> - for their generous and ongoing contribution of a dedicated Arch Linux - server. You too can have a dedicated Arch Linux server, or your <a - href="https://www.7l.com/business-hosting-solutions/Toronto-Colocation-Hosting-Provider.html" - title="7L Networks - Server Colocation">server colocation service</a>, - with 7L. Head over to their website for more details.</p> - - <a href="http://www.7l.com/" - title="7L Networks - Dedicated Arch Linux servers"><img width="252" height="58" src="{% static "sevenl_button.png" %}" - class="sponsor-btn-sevenl" title="A big Thank You to 7L Networks for their generous contribution" - alt="We would like to express our thanks to 7L Networks for their generous contribution" /></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> diff --git a/templates/public/index.html b/templates/public/index.html index 2da03f4b..55298ae3 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 %} |