diff --git a/helpers/index.coffee b/helpers/index.coffee index 66910bfa..233b44d0 100644 --- a/helpers/index.coffee +++ b/helpers/index.coffee @@ -22,6 +22,7 @@ shuffle = (obj) -> shuffled sponsors = [ + [ 'adobe.png', 'http://www.adobe.com/' ] [ 'github.png', 'https://github.com/' ] [ 'heroku.png', 'http://www.heroku.com/' ] [ 'joyent.png', 'http://www.joyent.com/' ] diff --git a/public/images/sponsors/adobe.png b/public/images/sponsors/adobe.png new file mode 100644 index 00000000..1f405d4c Binary files /dev/null and b/public/images/sponsors/adobe.png differ diff --git a/public/stylesheets/application.styl b/public/stylesheets/application.styl index dfa332b0..6a65717b 100644 --- a/public/stylesheets/application.styl +++ b/public/stylesheets/application.styl @@ -145,7 +145,7 @@ aside padding 0 text-align center // sponsor logo list: x-height = 20px; descender = 23px; ascender = 26px - for sponsor in github heroku joyent linode mongohq nodejitsu pusher spreecast + for sponsor in adobe github heroku joyent linode mongohq nodejitsu pusher spreecast img.{sponsor} width image-size('/images/sponsors/' + sponsor + '.png')[0] height image-size('/images/sponsors/' + sponsor + '.png')[1]