From 6fe7328154bd7c8c4cdf6edcb9e0f6761e04071a Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Wed, 6 Jun 2012 05:57:41 -0700 Subject: Lets try an html add as it seemed from the email this is what they expected. --- gentoo_sponsors.py | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'gentoo_sponsors.py') diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index ed9a79b..7f059a4 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -5,15 +5,16 @@ ads = [ { 'name': 'indoorcycling.org', - 'type': 'img', - 'img': 'sponsors/indoorcycling-logo.jpg', - 'title': ('Indoorcycling.org is the leading expert in Europe for indoor cycling', - ' and Spinning. We feature all the major such as Tomahawk, Star Trac,', - ' and Schwinn.'), + 'type': 'html', + 'html': 'en': + 'Indoorcycling.org is the leading expert in Europe for indoor cycling and Spinning We feature all the major labels and brands such as Tomahawk, Star Trac and Schwinn as well as our in-house brand.' +# TODO(antarus): Their ad text was really long, lets try to figure out what we can fit. +# TODO(antarus): I translated ???House Brands??? to 'in-house brand' as the translation did not go well over email. +# Because we want to focus on our business, we very much depend on a reliable IT-Infrastructure for our servers, which is provided by Linux and brought to a very high standard by Gentoo Linux. We welcome the idea of OpenSource software and are very happy to contribute our small part by sponsoring the project as a sign of our gratitude to the entire Gentoo Community and Dev-Team.' 'tier': 1, - 'weight': 1, + 'weight': 10, 'url': 'http://www.indoorcycling.org/', - 'height': 30, + 'height': 120, 'width': 125, }, { 'name': 'kartenzia', @@ -26,7 +27,7 @@ customers with personalized invitations for various occassions such as weddings 'url': 'http://www.kartenzia.de/', 'height': 20, 'width': 125, - 'weight': 1, + 'weight': 10, }, { 'name': 'OSL', -- cgit v1.2.3-65-gdbad