Add Bose logo to title and sponsor list
This commit is contained in:
parent
423d3e92c3
commit
f00f8b06f0
5 changed files with 45 additions and 15 deletions
|
@ -11,6 +11,10 @@ nav .brand-logo {
|
|||
color: #444;
|
||||
}
|
||||
|
||||
nav {
|
||||
height: 148px;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
@ -19,8 +23,6 @@ p {
|
|||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
height: 100%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.button-collapse {
|
||||
|
@ -134,23 +136,19 @@ footer.page-footer {
|
|||
}
|
||||
|
||||
.partner-sponsors img {
|
||||
max-height: 120px;
|
||||
max-height: 170px;
|
||||
}
|
||||
|
||||
.gold-sponsors img {
|
||||
max-height: 90px;
|
||||
max-height: 70px;
|
||||
}
|
||||
|
||||
.silver-sponsors img {
|
||||
max-height: 85px;
|
||||
max-height: 68px;
|
||||
}
|
||||
|
||||
.bronze-sponsors img {
|
||||
max-height: 80px;
|
||||
}
|
||||
|
||||
.other-sponsors img {
|
||||
max-height: 75px;
|
||||
max-height: 60px;
|
||||
}
|
||||
|
||||
.platinum-sponsors .sponsor-name {
|
||||
|
@ -161,3 +159,27 @@ footer.page-footer {
|
|||
padding: 10px;
|
||||
}
|
||||
|
||||
#logo-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.nav-logo {
|
||||
height: 84px;
|
||||
}
|
||||
|
||||
#hosted-by-container {
|
||||
height: 64px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-weight: 600;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.hosted-by-logo {
|
||||
height: 64px;
|
||||
}
|
BIN
static/img/logos/bose-white.png
Normal file
BIN
static/img/logos/bose-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
static/img/logos/bose.png
Normal file
BIN
static/img/logos/bose.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
|
@ -15,10 +15,14 @@
|
|||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="white" role="navigation" style="height: 80px">
|
||||
<nav class="main-nav white" role="navigation">
|
||||
<div class="nav-wrapper container">
|
||||
<a id="logo-container" href="#" class="red-text text-darken-4 brand-logo">
|
||||
<img src="../static/img/hackwpi_longlogo.png" alt="hack@WPI" height="100%">
|
||||
</a>
|
||||
<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">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
|
@ -119,9 +119,13 @@
|
|||
<div class="section no-pad-bot">
|
||||
<div class="container">
|
||||
<div class="row center sponsors">
|
||||
<div class="partner-sponsors">
|
||||
<h2>Title Sponsors</h2>
|
||||
<img class="logo" src="../static/img/logos/bose-white.png">
|
||||
</div>
|
||||
<div class="platinum-sponsors">
|
||||
<h2>Platinum Sponsors</h2>
|
||||
<div class="sponsor-name">Could be you!</div>
|
||||
<div style="font-size: 100px;" class="sponsor-name">Could be you!</div>
|
||||
</div>
|
||||
<div class="gold-sponsors">
|
||||
<h2>Gold Sponsors</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue