diff options
author | Alec Warner <antarus@gentoo.org> | 2013-12-16 19:47:48 -0800 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2013-12-16 19:47:48 -0800 |
commit | a4ad1118d6b92f95223671e1eeca416929ef3f4f (patch) | |
tree | 74c51248c2eff643c20da331432df9d74b49a72c | |
parent | Replace mouseover text (diff) | |
download | gentoo-ads-config-a4ad1118d6b92f95223671e1eeca416929ef3f4f.tar.gz gentoo-ads-config-a4ad1118d6b92f95223671e1eeca416929ef3f4f.tar.bz2 gentoo-ads-config-a4ad1118d6b92f95223671e1eeca416929ef3f4f.zip |
Add ostc image per bug 477374
-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 297bb06..fd84a0f 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -120,4 +120,15 @@ ads = [ 'height': 125, 'width': 125, }, + { + 'name': 'OSTC', + 'type': 'img', + 'img': 'sponsors/ostc-ad.png', + 'title': 'OSTC' + 'tier': 1, + 'weight', 10, + 'url': 'http://www.ostc.com/', + 'height': 114, + 'width', 88, + }, ] |