Adding Sponsors section

This commit is contained in:
Ben Morrow 2017-05-25 17:04:36 -07:00
parent cda683d28c
commit e9f4e29ee9
4 changed files with 25 additions and 0 deletions

View File

@ -1 +1,18 @@
/* Added all new CSS to main.css, but please keep adding your own CSS here. Thanks in Advance! */
.sponsors {
text-align: center;
}
.sponsors img {
height: 65px; /* smaller than real size to provide for retina devices */
filter: grayscale(100%);
}
.sponsors img:hover {
filter: none;
}
.sponsors a:not(:first-child) {
margin-left: 48px;
}

BIN
img/sponsors/b9lab.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
img/sponsors/blockgeeks.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -298,6 +298,14 @@
</div>
</div>
<div class="section">
<h2>Sponsors</h2>
<div class="sponsors">
<a href="https://blockgeeks.com" target="_blank"><img src="img/sponsors/blockgeeks.png" /></a>
<a href="https://www.b9lab.com/" target="_blank"><img src="img/sponsors/b9lab.png" /></a>
</div>
</div>
<!--div class="section">
<h2>Judges</h2>
<div class="judges">