diff options
Diffstat (limited to 'gentoo_sponsors.py')
-rw-r--r-- | gentoo_sponsors.py | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index 37727dd..9183159 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -9,7 +9,7 @@ ads = [ 'img': 'osuosl.png', 'title': 'OSL', 'tier': 1, - 'weight': 15, #bogomips + 'weight': 25, #bogomips 'url': 'http://osuosl.org/contribute', 'height': 50, 'width': 125, @@ -29,7 +29,7 @@ ads = [ 'img': 'tek-gentoo.gif', 'title': 'Tek Alchemy', 'tier': 1, - 'weight': 25, + 'weight': 10, 'url': 'http://www.tek.net/', 'height': 125, 'width': 125, @@ -49,7 +49,7 @@ ads = [ 'img': 'gni_logo.png', 'title': 'GNi', 'tier': 1, - 'weight': 5, + 'weight': 15, 'url': 'http://www.gni.com/', 'height': 44, 'width': 125, @@ -69,9 +69,20 @@ ads = [ 'img': 'sponsors/edurium-ad.gif', 'title': 'Edurium', 'tier': 1, - 'weight': 15, + 'weight': 5, 'url': 'http://www.edurium.de/', 'height': 125, 'width': 125, }, + { + 'name': 'Euro-Web/SD-France', + 'img': 'sponsors/sdfrance-logo.png', + 'title': 'Euro-Web/SD-France', + 'tier': 1, + 'weight': 20, + 'url': 'http://www.euro-web.fr/', + 'height': 30, + 'width': 125, + }, + ] |