diff options
author | Alex Legler <alex@a3li.li> | 2013-09-23 14:40:25 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2013-09-23 14:40:25 +0200 |
commit | 2d986c03e4f9a5dcaaec051628ea57bcdc760b5e (patch) | |
tree | f494cc45004feb3670b5929005cf656c74800412 | |
parent | Use protocol-relative URL for images. (diff) | |
download | gentoo-ads-config-2d986c03e4f9a5dcaaec051628ea57bcdc760b5e.tar.gz gentoo-ads-config-2d986c03e4f9a5dcaaec051628ea57bcdc760b5e.tar.bz2 gentoo-ads-config-2d986c03e4f9a5dcaaec051628ea57bcdc760b5e.zip |
Add LeaseWeb
-rw-r--r-- | gentoo_sponsors.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index 87ae43c..00fdd94 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -109,4 +109,15 @@ ads = [ 'height': 120, 'width': 125, }, + { + 'name': 'LeaseWeb', + 'type': 'img', + 'img': 'sponsors/leaseweb_ad.png', + 'title': 'LeaseWeb offers Dedicated Servers, Colocation, Public Cloud, Private Cloud and CDN.', + 'tier': 1, + 'weight': 10, + 'url': 'http://www.leaseweb.com/', + 'height': 125, + 'width': 125, + }, ] |