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