diff options
author | root <root@bittern.gentoo.org> | 2010-08-06 17:07:04 +0000 |
---|---|---|
committer | root <root@bittern.gentoo.org> | 2010-08-06 17:07:04 +0000 |
commit | b475eeb3a112925f1c12ab24038d18b09328aafd (patch) | |
tree | 2bf65ac0b44d6582523eb8b5e309b4791af74a76 | |
parent | Ads. (diff) | |
download | gentoo-ads-config-b475eeb3a112925f1c12ab24038d18b09328aafd.tar.gz gentoo-ads-config-b475eeb3a112925f1c12ab24038d18b09328aafd.tar.bz2 gentoo-ads-config-b475eeb3a112925f1c12ab24038d18b09328aafd.zip |
Add ad for sd-france and tune weights.
-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, + }, + ] |