From 303e3bf3758d66b69fe075b89888595db4b3015b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Nov 2010 19:47:04 +0000 Subject: Add DedicateNOW and HotelKatalog. --- gentoo_sponsors.py | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index e112275..5c75330 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -54,7 +54,7 @@ ads = [ 'img': 'gni_logo.png', 'title': 'GNi', 'tier': 1, - 'weight': 15, + 'weight': 10, 'url': 'http://www.gni.com/', 'height': 44, 'width': 125, @@ -96,12 +96,35 @@ ads = [ 'name': 'TOP-IX', 'type': 'img', 'img': 'sponsors/topix-fastbull-125x125.png', - 'title': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|Mirror', + 'title': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|Mirror', 'tier': 1, - 'weight': 15, + 'weight': 10, 'url': 'http://www.top-ix.org/topix-e-fastbull-insieme-a-supporto-del-software-open-source-e-della-open-culture', 'height': 125, 'width': 125, }, + { + 'name': 'DedicatedNOW', + 'type': 'img', + 'img': 'sponsors/dedicatednow_ad.png', + 'title': 'Award Winning Managed Dedicated Hosting, Backed by a 100% Uptime Guarantee!', + 'tier': 1, + 'weight': 10, + 'url': 'http://www.dedicatednow.com/', + 'height': 104, + 'width': 125, + }, + { + 'name': 'thinex', # ThinEx + 'type':'html', + 'title': 'HotelKatalog2', + 'tier': 1, + 'weight': 5, + 'url': 'http://www.hotelkatalog24.de', + 'html': 'Supported by hotelkatalog24.de, where you can find hotels and book them online.', + # "Unterstützt von hotelkatalog24.de, wo du Hotels ganz einfach online buchen kannst." + 'height': 120, + 'width': 125, + }, ] -- cgit v1.2.3-65-gdbad