From b475eeb3a112925f1c12ab24038d18b09328aafd Mon Sep 17 00:00:00 2001 From: root Date: Fri, 6 Aug 2010 17:07:04 +0000 Subject: Add ad for sd-france and tune weights. --- gentoo_sponsors.py | 19 +++++++++++++++---- 1 file 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, + }, + ] -- cgit v1.2.3-65-gdbad