Add Carbon Black as a sponsor
This commit is contained in:
parent
70bf0d22bd
commit
363e3f2768
3 changed files with 8 additions and 0 deletions
|
@ -118,6 +118,10 @@ footer.page-footer {
|
||||||
font-family: Helvetica, sans-serif;
|
font-family: Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.silver-sponsors img {
|
||||||
|
max-height: 90px;
|
||||||
|
}
|
||||||
|
|
||||||
.bronze-sponsors img {
|
.bronze-sponsors img {
|
||||||
max-height: 80px;
|
max-height: 80px;
|
||||||
}
|
}
|
||||||
|
|
BIN
static/img/sponsors/carbon-black.png
Normal file
BIN
static/img/sponsors/carbon-black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
|
@ -107,6 +107,10 @@
|
||||||
<div class="section no-pad-bot">
|
<div class="section no-pad-bot">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row center sponsors">
|
<div class="row center sponsors">
|
||||||
|
<div class="silver-sponsors">
|
||||||
|
<h3>Silver Sponsors</h3>
|
||||||
|
<img src="../static/img/sponsors/carbon-black.png">
|
||||||
|
</div>
|
||||||
<div class="bronze-sponsors">
|
<div class="bronze-sponsors">
|
||||||
<h3>Bronze Sponsors</h3>
|
<h3>Bronze Sponsors</h3>
|
||||||
<img src="../static/img/sponsors/everquote.png">
|
<img src="../static/img/sponsors/everquote.png">
|
||||||
|
|
Loading…
Add table
Reference in a new issue