diff options
author | Robin H. Johnson <robbat2@orbis-terrarum.net> | 2014-10-14 08:18:55 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@orbis-terrarum.net> | 2014-10-14 08:18:55 -0700 |
commit | 67862f126d19546e39bf98a80dffda53fca581d8 (patch) | |
tree | 213bf21a792b5e7a7dea69c5a1033af3fab00963 | |
parent | Fix typoes. (diff) | |
download | gentoo-ads-config-67862f126d19546e39bf98a80dffda53fca581d8.tar.gz gentoo-ads-config-67862f126d19546e39bf98a80dffda53fca581d8.tar.bz2 gentoo-ads-config-67862f126d19546e39bf98a80dffda53fca581d8.zip |
Add webhosting.uk.com (eukhost) to sidebar.
-rw-r--r-- | gentoo_sponsors.py | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index 6e921a2..0719674 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -86,7 +86,7 @@ ads = [ }, { 'name': 'DedicatedNOW', - 'type': 'img', + 'type': 'img', 'img': 'sponsors/dedicatednow_ad.png', 'title': 'Award Winning Managed Dedicated Hosting, 100% SLA', 'tier': 1, @@ -109,6 +109,19 @@ ads = [ 'height': 120, 'width': 125, }, + + { + 'name': 'WebHostingUK', + 'type': 'img', + 'img': 'sponsors/web-hosting-uk-125x125.gif', + 'title': 'WebHosting.UK.com', + 'tier': 1, + 'weight': 5, + 'url': 'https://www.webhosting.uk.com/?utm_source=gentoo&utm_medium=banner&utm_campaign=gentoo.org', + 'height': 125, + 'width': 125, + }, + { 'name': 'LeaseWeb', 'type': 'img', |