Add 2019 bronze sponsors to homepage

This commit is contained in:
Nick Krichevsky 2018-10-28 15:07:18 -04:00
parent c6741ab41e
commit 481f3993da
12 changed files with 29 additions and 2 deletions

View file

@ -97,4 +97,18 @@ footer.page-footer {
top: 0; top: 0;
width: 10%; width: 10%;
z-index: 10000; 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;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View file

@ -90,11 +90,12 @@
<div class="divider"></div> <div class="divider"></div>
<h5 class="center">Sponsoring Companies</h5> <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> <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" <a class="col s12 btn waves-effect waves-light red darken-2"
style= "float: left; display: inline-block; text-decoration: none;" style= "float: left; display: inline-block; text-decoration: none;"
href= "../static/assets/Hack@WPI-SponsorshipInformation-2019.pdf">Sponsorship Package</a> href= "../static/assets/Hack@WPI-SponsorshipInformation-2019.pdf">Sponsorship Package</a>
</div> </div>
<h1 class="center brown-text"><strong>&#11015;</strong></h1>
</div> </div>
</div> </div>
</div> </div>
@ -103,6 +104,18 @@
<div class="parallax-container valign-wrapper"> <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"> <div class="parallax">
<img src="../static/img/background3.png" alt="background" > <img src="../static/img/background3.png" alt="background" >
</div> </div>