diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-02-26 12:11:13 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-02-26 12:11:13 -0300 |
commit | 072fb6d6ba4b91565d4348b5151af09fa2e68ac1 (patch) | |
tree | f11900c516133b5f3af1d5b3287752dfb7ed6f23 | |
parent | 00cefcb73d27fdc7f8e55efc1767abc409103563 (diff) |
Fixed [[issue3]]
-rw-r--r-- | media/freedomincluded.png | bin | 0 -> 3116 bytes | |||
-rw-r--r-- | media/gnuchile.png | bin | 0 -> 7476 bytes | |||
-rw-r--r-- | media/naltu.png | bin | 0 -> 5270 bytes | |||
-rw-r--r-- | media/venenux.png | bin | 0 -> 8714 bytes | |||
-rw-r--r-- | templates/public/index.html | 22 |
5 files changed, 21 insertions, 1 deletions
diff --git a/media/freedomincluded.png b/media/freedomincluded.png Binary files differnew file mode 100644 index 00000000..87ce39be --- /dev/null +++ b/media/freedomincluded.png diff --git a/media/gnuchile.png b/media/gnuchile.png Binary files differnew file mode 100644 index 00000000..b6f9bfb8 --- /dev/null +++ b/media/gnuchile.png diff --git a/media/naltu.png b/media/naltu.png Binary files differnew file mode 100644 index 00000000..0fb4624b --- /dev/null +++ b/media/naltu.png diff --git a/media/venenux.png b/media/venenux.png Binary files differnew file mode 100644 index 00000000..9db96bba --- /dev/null +++ b/media/venenux.png 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 %} |