Skip to content

Commit

Permalink
Added stickermule
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiemstra committed May 29, 2012
1 parent 9b359c4 commit 0a7d0a2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _layouts/homepage.html
Expand Up @@ -201,6 +201,7 @@ <h3>Silver</h3>
</ul>
</div>
<div>
<a name="additional-sponsors"></a>
<h1>Additional sponsors</h1>
<ul class="additional-sponsors">
<li>
Expand Down Expand Up @@ -229,6 +230,13 @@ <h3>Final party</h3>
</li>
</ul>
</div>
<div>
<ul class="extra-sponsors">
<li>
<a href="http://www.stickermule.com"><img src="/images/sponsors/stickermule.png" alt="Stickermule"></a>
</li>
</ul>
</div>
<div class="supporters">
<a name="supporters"></a>
<h1>Supporters</h1>
Expand Down
Binary file added images/sponsors/stickermule.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions sass/screen.scss
Expand Up @@ -411,6 +411,13 @@ table {
}
}

.extra-sponsors {
li {
margin: 0 auto;
float: none;
}
}

.silver {
li {
width: 205px;
Expand Down
3 changes: 3 additions & 0 deletions stylesheets/screen.css
Expand Up @@ -519,6 +519,9 @@ table {
#sponsors li.description {
width: 598px;
height: auto; }
#sponsors .extra-sponsors li {
margin: 0 auto;
float: none; }
#sponsors .silver li {
width: 205px;
height: 136px;
Expand Down

0 comments on commit 0a7d0a2

Please sign in to comment.