aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2012-06-06 05:42:12 -0700
committerAlec Warner <antarus@gentoo.org>2012-06-06 05:42:12 -0700
commit0c0f22c5173d6c90962a08e826162e06ebe5240e (patch)
tree0122120698ea461152801adc74df4a7e1f9c9840
parentFix deprecationg warning (diff)
downloadgentoo-ads-config-0c0f22c5173d6c90962a08e826162e06ebe5240e.tar.gz
gentoo-ads-config-0c0f22c5173d6c90962a08e826162e06ebe5240e.tar.bz2
gentoo-ads-config-0c0f22c5173d6c90962a08e826162e06ebe5240e.zip
Add ads for new sponsors.
-rw-r--r--gentoo_sponsors.py47
1 files changed, 35 insertions, 12 deletions
diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py
index a5dc98d..ed9a79b 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -4,9 +4,33 @@
# weight is whatever integer you want, i.e. bogomips, etc
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.'),
+ 'tier': 1,
+ 'weight': 1,
+ 'url': 'http://www.indoorcycling.org/',
+ 'height': 30,
+ 'width': 125,
+ },
+ { 'name': 'kartenzia',
+ 'type': 'img',
+ 'img': 'sponsors/kartenzia-logo.jpg',
+ # TODO(antarus): We should email them and get a german translation.
+ 'title': 'Kartenzia is a young start-up based in germany, providing their
+customers with personalized invitations for various occassions such as weddings or christmas',
+ 'tier': 1,
+ 'url': 'http://www.kartenzia.de/',
+ 'height': 20,
+ 'width': 125,
+ 'weight': 1,
+ },
{
'name': 'OSL',
- 'type': 'img',
+ 'type': 'img',
'img': 'osuosl.png',
'title': 'OSL',
'tier': 1,
@@ -28,7 +52,7 @@ ads = [
},
{
'name': 'Tek',
- 'type': 'img',
+ 'type': 'img',
'img': 'tek-gentoo.gif',
'title': 'Tek Alchemy',
'tier': 1,
@@ -39,7 +63,7 @@ ads = [
},
{
'name': 'SevenL',
- 'type': 'img',
+ 'type': 'img',
'img': 'sponsors/sevenl_ad.png',
'title': 'SevenL',
'tier': 1,
@@ -50,7 +74,7 @@ ads = [
},
{
'name': 'Bytemark',
- 'type': 'img',
+ 'type': 'img',
'img': 'sponsors/bytemark_ad.png',
'title': 'Bytemark',
'tier': 1,
@@ -61,7 +85,7 @@ ads = [
},
{
'name': 'SD-France',
- 'type': 'img',
+ 'type': 'img',
'img': 'sponsors/sdfrance-logo-small.png',
'title': 'gentoo dedicated servers provided by euro-web.com',
'tier': 1,
@@ -72,12 +96,12 @@ ads = [
},
{
'name': 'TOP-IX',
- 'type': 'img',
+ 'type': 'img',
'img': 'sponsors/topix-fastbull-125x125.png',
- 'title': {
- 'en': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|Mirror',
- #'it': 'TODO'
- },
+ 'title': {
+ 'en': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|Mirror',
+ #'it': 'TODO'
+ },
'tier': 1,
'weight': 10,
'url': 'http://www.top-ix.org',
@@ -86,7 +110,7 @@ ads = [
},
{
'name': 'DedicatedNOW',
- 'type': 'img',
+ 'type': 'img',
'img': 'sponsors/dedicatednow_ad.png',
'title': 'Award Winning Managed Dedicated Hosting, 100% SLA',
'tier': 1,
@@ -109,5 +133,4 @@ ads = [
'height': 120,
'width': 125,
},
-
]