Add irobot logo to other sponsors
This commit is contained in:
parent
4dea0ae4aa
commit
5c34f86311
3 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
BIN
static/img/sponsors/irobot.png
Normal file
BIN
static/img/sponsors/irobot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue