Skip to content

Commit

Permalink
add mindmatters as a silver sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Feb 7, 2012
1 parent aeb474c commit a79b995
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/home/sponsors.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
li {
height: 70px;
padding-left: 230px;
padding-right: 5px;
& > a {
width: 210px;
width: 205px;
height: 60px;
}
}
Expand Down Expand Up @@ -101,6 +102,9 @@
&.thinkrelevance > a {
background-image: url(/images/logos/thinkrelevance-205x60.png);
}
&.mindmatters > a {
background-image: url(/images/logos/mindmatters-205x60.png);
}
&.enterprise-rails > a {
background-image: url(/images/logos/enterprise-rails-140x40.png);
}
Expand Down
2 changes: 2 additions & 0 deletions app/views/home/sponsors.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
applications that can't go down.
%li.thinkrelevance
%a{href: 'http://thinkrelevance.com'}
%li.mindmatters
%a{href: 'http://mindmatters.de'}


#workers
Expand Down
Binary file added public/images/logos/mindmatters-205x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
{
"url": "http://thinkrelevance.com",
"image": "/images/logos/thinkrelevance-205x60.png"
},
{
"url": "http://mindmatters.de",
"image": "/images/logos/mindmatters-205x60.png"
}
]
}

0 comments on commit a79b995

Please sign in to comment.