summaryrefslogtreecommitdiff
path: root/templates/public/index.html
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-02-26 12:11:13 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-02-26 12:11:13 -0300
commit072fb6d6ba4b91565d4348b5151af09fa2e68ac1 (patch)
treef11900c516133b5f3af1d5b3287752dfb7ed6f23 /templates/public/index.html
parent00cefcb73d27fdc7f8e55efc1767abc409103563 (diff)
Fixed [[issue3]]
Diffstat (limited to 'templates/public/index.html')
-rw-r--r--templates/public/index.html22
1 files changed, 21 insertions, 1 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index f2f61fb9..ff11994f 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -178,7 +178,27 @@
{% endcomment %}
<div id="arch-sponsors" class="widget">
-<small>Space for sponsors</small>
+ <a href='http://gnuchile.org'>
+ <img src='{% cdnprefix %}/media/gnuchile.png'
+ alt='GNU Chile - Donates the .org domain'
+ title='GNU Chile - Donates the .org domain' />
+ </a>
+
+ <a href='http://venenux.org'>
+ <img src='{% cdnprefix %}/media/venenux.png'
+ alt='Venenux GNU/Linux - Donates the repo, wiki and lists hosting'
+ title='Venenux GNU/Linux - Donates the repo, wiki and lists hosting' />
+ </a>
+
+ <img src='{% cdnprefix %}/media/naltu.png'
+ alt='Naltú - Donates the website, bugs, projects and ABSLibre hosting'
+ title='Naltú - Donates the website, bugs, projects and ABSLibre hosting' />
+
+ <a href='http://freedomincluded.com'>
+ <img src='{% cdnprefix %}/media/freedomincluded.png'
+ alt='Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture'
+ title='Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture' />
+ </a>
</div>
{% endcache %}
{% endblock %}