Skip to content

Commit

Permalink
meta::hack platinum sponsors at top of front page
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Nov 28, 2016
1 parent 7d6dfb4 commit d2423ca
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions root/home.html
@@ -1,4 +1,11 @@
<%- rss = "recent" %>
<div class="metahack-platinum">
Thanks,
<a href="http://www.booking.com/"><img src="/static/images/sponsors/booking.png" class="booking"></a>
&amp; <a href="http://cpanel.com/"><img src="/static/images/sponsors/cpanel.png" class="cpanel"></a>,
for sponsoring <a href="/about/meta_hack">meta::hack</a>!
</div>

<div align="center" class="home">
<a href="/" class="big-logo" alt="meta::cpan"></a>
<form action="/search">
Expand Down
15 changes: 15 additions & 0 deletions root/static/less/home.less
Expand Up @@ -54,3 +54,18 @@
}
}
}

.metahack-platinum {
margin-top: -25px;
text-align: center;
font-size: 120%;

img.booking {
height: 1.1em;
}

img.cpanel {
height: 1em;
vertical-align: baseline;
}
}

0 comments on commit d2423ca

Please sign in to comment.