diff options
author | Robin H. Johnson <robbat2@orbis-terrarum.net> | 2014-10-14 08:19:44 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@orbis-terrarum.net> | 2014-10-14 08:19:44 -0700 |
commit | c237114ba3b38a4236c8b139a056481ff75d36ed (patch) | |
tree | b78286059fd36a6e54ecd2696920cd4000b89e01 | |
parent | SD-France is no longer a sponsor. (diff) | |
download | gentoo-ads-config-c237114ba3b38a4236c8b139a056481ff75d36ed.tar.gz gentoo-ads-config-c237114ba3b38a4236c8b139a056481ff75d36ed.tar.bz2 gentoo-ads-config-c237114ba3b38a4236c8b139a056481ff75d36ed.zip |
Adjust weights.
-rw-r--r-- | gentoo_sponsors.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index 3cbddf5..e66d535 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -20,7 +20,7 @@ ads = [ 'type': 'img', 'img': 'sponsors/vr-ad.png', 'title': 'VR: Gentoo VPS & IPv6 Hosting', - 'weight': 20, + 'weight': 15, 'tier': 1, 'url': 'http://www.vr.org/', 'width': 125, @@ -32,7 +32,7 @@ ads = [ 'img': 'tek-gentoo.gif', 'title': 'Tek Alchemy', 'tier': 1, - 'weight': 10, + 'weight': 5, 'url': 'http://www.tek.net/', 'height': 125, 'width': 125, @@ -43,7 +43,7 @@ ads = [ 'img': 'sponsors/sevenl_ad.png', 'title': 'SevenL', 'tier': 1, - 'weight': 15, + 'weight': 10, 'url': 'https://www.sevenl.net/?utm_source=gentoo-org&utm_medium=sponsored-banner&utm_campaign=gentoo-dedicated-servers', 'height': 125, 'width': 125, |