Update logo, add 2019 sponsors
This commit is contained in:
parent
7d2f102773
commit
f147d23621
7 changed files with 21 additions and 8 deletions
|
@ -20,9 +20,17 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo-container {
|
#logo-container {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
flex-direction: row;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#goat {
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-collapse {
|
.button-collapse {
|
||||||
|
@ -159,12 +167,11 @@ footer.page-footer {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo-container {
|
#logo-stack {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-logo {
|
.nav-logo {
|
||||||
|
|
BIN
static/img/goat.png
Normal file
BIN
static/img/goat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 9.3 KiB |
BIN
static/img/logos/abbvie.png
Normal file
BIN
static/img/logos/abbvie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
static/img/logos/symposes.png
Normal file
BIN
static/img/logos/symposes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -18,10 +18,13 @@
|
||||||
<nav class="main-nav white" role="navigation">
|
<nav class="main-nav white" role="navigation">
|
||||||
<div class="nav-wrapper container">
|
<div class="nav-wrapper container">
|
||||||
<div id="logo-container" class="black-text brand-logo">
|
<div id="logo-container" class="black-text brand-logo">
|
||||||
<img class="nav-logo" src="../static/img/hackwpi_longlogo.png" alt="hack@WPI">
|
<img id="goat" src="../static/img/goat.png">
|
||||||
<div id="hosted-by-container">
|
<div id="logo-stack">
|
||||||
<span>Hosted By</span>
|
<img class="nav-logo" src="../static/img/hackwpi_longlogo.png" alt="hack@WPI">
|
||||||
<img class="hosted-by-logo" src="../static/img/logos/bose.png" alt="Bose">
|
<div id="hosted-by-container">
|
||||||
|
<span>Hosted By</span>
|
||||||
|
<img class="hosted-by-logo" src="../static/img/logos/bose.png" alt="Bose">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -119,13 +119,14 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="platinum-sponsors">
|
<div class="platinum-sponsors">
|
||||||
<h2>Platinum Sponsors</h2>
|
<h2>Platinum Sponsors</h2>
|
||||||
<div style="font-size: 100px;" class="sponsor-name">Could be you!</div>
|
<div style="font-size: 100px;" class="sponsor-name">WPI Computer Science Department</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="gold-sponsors">
|
<div class="gold-sponsors">
|
||||||
<h2>Gold Sponsors</h2>
|
<h2>Gold Sponsors</h2>
|
||||||
<img class="logo" src="../static/img/logos/paytronix.png">
|
|
||||||
<!-- iBoss's logo is a bit teeny. need to make it bigger. -->
|
<!-- iBoss's logo is a bit teeny. need to make it bigger. -->
|
||||||
<img class="logo" style="max-height: 80px;" src="../static/img/logos/iboss.png">
|
<img class="logo" style="max-height: 80px;" src="../static/img/logos/iboss.png">
|
||||||
|
<img class="logo" src="../static/img/logos/abbvie.png">
|
||||||
|
<img class="logo" src="../static/img/logos/paytronix.png">
|
||||||
</div>
|
</div>
|
||||||
<div class="silver-sponsors">
|
<div class="silver-sponsors">
|
||||||
<h2>Silver Sponsors</h2>
|
<h2>Silver Sponsors</h2>
|
||||||
|
@ -133,8 +134,10 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="bronze-sponsors">
|
<div class="bronze-sponsors">
|
||||||
<h2>Bronze Sponsors</h2>
|
<h2>Bronze Sponsors</h2>
|
||||||
|
<img class="logo" src="../static/img/logos/amazon.png">
|
||||||
<img class="logo" src="../static/img/logos/everquote.png">
|
<img class="logo" src="../static/img/logos/everquote.png">
|
||||||
<img class="logo" src="../static/img/logos/wakefly.png">
|
<img class="logo" src="../static/img/logos/wakefly.png">
|
||||||
|
<img class="logo" src="../static/img/logos/symposes.png">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue