Add irobot logo to other sponsors

This commit is contained in:
Nick Krichevsky 2018-11-28 00:10:14 -05:00
parent 4dea0ae4aa
commit 5c34f86311
No known key found for this signature in database
GPG key ID: A7567E699BE5AAE4
3 changed files with 8 additions and 0 deletions

View file

@ -143,6 +143,10 @@ footer.page-footer {
max-height: 80px; max-height: 80px;
} }
.other-sponsors img {
max-height: 75px;
}
.platinum-sponsors .sponsor-name { .platinum-sponsors .sponsor-name {
font-size: 110px; font-size: 110px;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

View file

@ -125,6 +125,10 @@
<img class="sponsor-logo" src="../static/img/sponsors/google.png"> <img class="sponsor-logo" src="../static/img/sponsors/google.png">
<img class="sponsor-logo" src="../static/img/sponsors/wakefly.png"> <img class="sponsor-logo" src="../static/img/sponsors/wakefly.png">
</div> </div>
<div class="other-sponsors">
<h2>Other Sponsors</h2>
<img class="sponsor-logo" src="../static/img/sponsors/irobot.png">
</div>
</div> </div>
</div> </div>
</div> </div>