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 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: row;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#goat {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.button-collapse {
|
||||
|
@ -159,12 +167,11 @@ footer.page-footer {
|
|||
padding: 10px;
|
||||
}
|
||||
|
||||
#logo-container {
|
||||
#logo-stack {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.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">
|
||||
<div class="nav-wrapper container">
|
||||
<div id="logo-container" class="black-text brand-logo">
|
||||
<img class="nav-logo" src="../static/img/hackwpi_longlogo.png" alt="hack@WPI">
|
||||
<div id="hosted-by-container">
|
||||
<span>Hosted By</span>
|
||||
<img class="hosted-by-logo" src="../static/img/logos/bose.png" alt="Bose">
|
||||
<img id="goat" src="../static/img/goat.png">
|
||||
<div id="logo-stack">
|
||||
<img class="nav-logo" src="../static/img/hackwpi_longlogo.png" alt="hack@WPI">
|
||||
<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>
|
||||
|
|
|
@ -119,13 +119,14 @@
|
|||
</div>
|
||||
<div class="platinum-sponsors">
|
||||
<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 class="gold-sponsors">
|
||||
<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. -->
|
||||
<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 class="silver-sponsors">
|
||||
<h2>Silver Sponsors</h2>
|
||||
|
@ -133,8 +134,10 @@
|
|||
</div>
|
||||
<div class="bronze-sponsors">
|
||||
<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/wakefly.png">
|
||||
<img class="logo" src="../static/img/logos/symposes.png">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue