diff options
-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, + }, ] |