Add 2019 bronze sponsors to homepage
|
@ -97,4 +97,18 @@ footer.page-footer {
|
|||
top: 0;
|
||||
width: 10%;
|
||||
z-index: 10000;
|
||||
}
|
||||
}
|
||||
|
||||
.sponsors img {
|
||||
display: inline-block;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.sponsors h3 {
|
||||
font-weight: 700;
|
||||
font-family: Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.bronze-sponsors img {
|
||||
max-height: 80px;
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 126 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 7 KiB |
Before Width: | Height: | Size: 21 KiB |
BIN
static/img/sponsors/everquote.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
static/img/sponsors/google.png
Normal file
After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 163 KiB |
BIN
static/img/sponsors/wakefly.png
Normal file
After Width: | Height: | Size: 31 KiB |
|
@ -90,11 +90,12 @@
|
|||
<div class="divider"></div>
|
||||
<h5 class="center">Sponsoring Companies</h5>
|
||||
<p class="light">Hack @ WPI is proud to announce that the companies below are all part of making the event a reality.</p>
|
||||
<div class="row" style="padding-bottom: 30px">
|
||||
<div class="row">
|
||||
<a class="col s12 btn waves-effect waves-light red darken-2"
|
||||
style= "float: left; display: inline-block; text-decoration: none;"
|
||||
href= "../static/assets/Hack@WPI-SponsorshipInformation-2019.pdf">Sponsorship Package</a>
|
||||
</div>
|
||||
<h1 class="center brown-text"><strong>⬇</strong></h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -103,6 +104,18 @@
|
|||
|
||||
|
||||
<div class="parallax-container valign-wrapper">
|
||||
<div class="section no-pad-bot">
|
||||
<div class="container">
|
||||
<div class="row center sponsors">
|
||||
<div class="bronze-sponsors">
|
||||
<h3>Bronze Sponsors</h3>
|
||||
<img src="../static/img/sponsors/everquote.png">
|
||||
<img src="../static/img/sponsors/google.png">
|
||||
<img src="../static/img/sponsors/wakefly.png">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="parallax">
|
||||
<img src="../static/img/background3.png" alt="background" >
|
||||
</div>
|
||||
|
|