Adding Sponsors section
This commit is contained in:
parent
cda683d28c
commit
e9f4e29ee9
17
css/new.css
17
css/new.css
|
@ -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;
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue