Skip to content

Commit

Permalink
add adobe to the sponsors list
Browse files Browse the repository at this point in the history
  • Loading branch information
Visnu Pitiyanuvath committed Jul 19, 2011
1 parent ee29f66 commit 7292004
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions helpers/index.coffee
Expand Up @@ -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/' ]
Expand Down
Binary file added public/images/sponsors/adobe.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/stylesheets/application.styl
Expand Up @@ -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]
Expand Down

0 comments on commit 7292004

Please sign in to comment.