Skip to content
This repository was archived by the owner on Apr 18, 2018. It is now read-only.

Commit f1b24c3

Browse files
committed
Fix this up
1 parent 71a8322 commit f1b24c3

File tree

1 file changed

+38
-23
lines changed

1 file changed

+38
-23
lines changed

index.html

Lines changed: 38 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ <h2 class="subheader__header">Schedule overview</h2>
324324
</section>
325325

326326
<!-- Speakers -->
327-
<section class="section section--last">
327+
<section class="section">
328328
<div class="row">
329329
<div class="col-xs-12">
330330
<div class="section__header subheader">
@@ -461,31 +461,46 @@ <h2 class="subheader__header">Speakers</h2>
461461
</div>
462462
</div>
463463
</section>
464+
465+
<!-- Sponsors --->
466+
<section class="section section--last">
467+
468+
<div class="row">
469+
<div class="col-xs-12">
470+
<div class="section__header subheader">
471+
<span class="subheader__yellow"></span>
472+
<h2 class="subheader__header">Sponsors</h2>
473+
</div>
474+
</div>
475+
</div>
476+
477+
<div class="row">
478+
<div class="col-xs-12">
479+
<p>The conference wouldn't be nearly as great as it is without our wonderful corporate sponsors.
480+
Thanks to these folks for supporting the community.</p>
481+
</div>
482+
</div>
483+
484+
<div class="row">
485+
<div class="col-xs-12">
486+
<a href="http://google.com/">
487+
<img src="_static/img/sponsors/google.png" class="sponsor-image" style="width:557px;padding:40px 0 0 0"/>
488+
</a>
489+
</div>
490+
<div class="col-xs-12">
491+
<a href="https://www.stickermule.com/">
492+
<img src="_static/img/sponsors/stickermule.png" class="sponsor-image" style="width:250px;padding:40px 0 0 0"/>
493+
</a>
494+
</div>
495+
</div>
496+
497+
</section>
498+
464499
</div>
465500
</div>
466501
</div>
467-
</div>
468-
</main>
469-
470-
<div class="row">
471-
<div class="col-xs-12">
472-
<p>The conference wouldn't be nearly as great as it is without our wonderful corporate sponsors.
473-
Thanks to these folks for supporting the community.</p>
474-
</div>
475-
</div>
476-
477-
<div class="row">
478-
<div class="col-xs-12">
479-
<a href="http://google.com/">
480-
<img src="_static/img/sponsors/google.png" class="sponsor-image" />
481-
</a>
482-
</div>
483-
<div class="col-xs-12">
484-
<a href="https://www.stickermule.com/">
485-
<img src="_static/img/sponsors/stickermule.png" class="sponsor-image" style="width: 300px"/>
486-
</a>
487-
</div>
488-
</div>
502+
</div>
503+
</main>
489504

490505
<!-- FOOTER BLOCK -->
491506
<section class="join" id="join">

0 commit comments

Comments
 (0)