Skip to content

Commit

Permalink
Adding Caelum sponsosrhip and changing the sponsorship bar to handle …
Browse files Browse the repository at this point in the history
…more companies
  • Loading branch information
akitaonrails committed Sep 20, 2011
1 parent 6b3cb33 commit 5a27a9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
Binary file added content/spons/logo_caelum.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 2 additions & 11 deletions content/stylesheet.css
Expand Up @@ -302,27 +302,18 @@ a img {
}

#sponsors {
width: 570px;
width: 980px;
float: left;
}

#sponsors a img {
margin: 10px 7px 0 0;
margin: 10px 7px 10px 0;
}

#sponsors a img.lastImage {
margin-right: 0;
}

#platSponsors {
width: 400px;
float: right;
}

#indivSponsors a img {
margin-right: 3px;
}

#sponsor ul {
padding: 5px 0 20px 50px;
}
Expand Down
4 changes: 3 additions & 1 deletion layouts/_sponsors.html
Expand Up @@ -3,10 +3,12 @@
<div id="sponsors">
<h1><img src="/images/medal.jpg" alt="" title="" class=""/><%= t("site.sponsors.ruby") %></h1>
<a href="http://www.globo.com" title="globo" rel="external"><img src="/spons/globocom.png" title="globo.com" alt="globo.com"/></a>
<a href="http://www.caelum.com.br" title="caelum" rel="external"><img src="/spons/logo_caelum.jpg" title="caelum" alt="caelum"/></a>
<a href="http://www.dextra.com.br" title="dextra" rel="external"><img src="/spons/dextra.png" title="dextra" alt="dextra"/></a>
<a href="http://www.gonow.com.br" title="gonow" rel="external"><img src="/spons/gonow.png" title="gonow" alt="gonow" class="lastImage"/></a>
</div>
<div id="platSponsors">
<br class="clear" />
<div id="sponsors">
<h1><img src="/images/medal.jpg" alt="" title="" class=""/><%= t("site.sponsors.platinum") %></h1>
<div class="space"></div>
<a href="http://www.groupon.com.br" title="Groupon" rel="external"><img src="/spons/groupon.png" title="" alt="" /></a>
Expand Down

0 comments on commit 5a27a9a

Please sign in to comment.