Skip to content

Commit

Permalink
Merge pull request #104 from mgdm/STV-Logo
Browse files Browse the repository at this point in the history
Stv logo
  • Loading branch information
maxmanders committed Apr 9, 2013
2 parents d40490e + 7362502 commit 724b407
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion css/main.css
Expand Up @@ -404,17 +404,23 @@ div#our-sponsors p {
div#previous-sponsors ul, div#previous-sponsors ul,
div#our-sponsors ul, div#our-sponsors ul,
div#sponsors ul { div#sponsors ul {
text-align: left; text-align: center;
display: block; display: block;
font-size: 1.4em; font-size: 1.4em;
list-style-type: none; list-style-type: none;
margin-left: 0px;
} }


div#previous-sponsors ul li, div#previous-sponsors ul li,
div#our-sponsors ul li, div#our-sponsors ul li,
div#sponsors ul li { div#sponsors ul li {
display: inline-block; display: inline-block;
margin-left: 30px; margin-left: 30px;
height: 150px;
}

div#previous-sponsors ul li {
height: 100px;
} }


span.copyright { span.copyright {
Expand Down Expand Up @@ -691,6 +697,7 @@ div.post a.more {


#our-sponsors h4 { #our-sponsors h4 {
margin-top: 1em; margin-top: 1em;
margin-bottom: 1em;
font-size: 2em; font-size: 2em;
font-weight: bold; font-weight: bold;
} }
Binary file added img/sponsors/STV.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -65,6 +65,7 @@ <h3 class="dark">Sponsors</h3>
<li><a href="http://www.adobe.com"><img src="/img/sponsors/adobe.png" alt="Adobe Logo" /></a></li> <li><a href="http://www.adobe.com"><img src="/img/sponsors/adobe.png" alt="Adobe Logo" /></a></li>
<li><a href="http://www.techcu.be"><img src="/img/sponsors/techcube.png" alt="TechCube Logo" /></a></li> <li><a href="http://www.techcu.be"><img src="/img/sponsors/techcube.png" alt="TechCube Logo" /></a></li>
<li><a href="http://www.twitter.com/dr4goonis"><img src="/img/sponsors/dragoonis-digital.png" alt="Dragoonis Digital Logo" /></a></li> <li><a href="http://www.twitter.com/dr4goonis"><img src="/img/sponsors/dragoonis-digital.png" alt="Dragoonis Digital Logo" /></a></li>
<li><a href="http://www.stv.tv"><img src="/img/sponsors/stv.png" alt="STV Logo" /></a></li>
</ul> </ul>
<a class="become-a-sponsor" href="/sponsors.html">Become a Sponsor</a> <a class="become-a-sponsor" href="/sponsors.html">Become a Sponsor</a>
</div> </div>
Expand Down
1 change: 1 addition & 0 deletions sponsors.html
Expand Up @@ -129,6 +129,7 @@ <h4>Other Sponsors</h4>
<ul> <ul>
<li><a href="http://www.techcu.be"><img src="/img/sponsors/techcube.png" alt="TechCube Logo" /></a></li> <li><a href="http://www.techcu.be"><img src="/img/sponsors/techcube.png" alt="TechCube Logo" /></a></li>
<li><a href="http://www.twitter.com/dr4goonis"><img src="/img/sponsors/dragoonis-digital.png" alt="Dragoonis Digital Logo" /></a></li> <li><a href="http://www.twitter.com/dr4goonis"><img src="/img/sponsors/dragoonis-digital.png" alt="Dragoonis Digital Logo" /></a></li>
<li><a href="http://www.stv.tv"><img src="/img/sponsors/stv.png" alt="STV Logo" /></a></li>
</ul> </ul>
</div> </div>


Expand Down

0 comments on commit 724b407

Please sign in to comment.