Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MERGE THE OTHER ONE FIRST #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,16 @@
<div class="content mdl-grid" style="max-width: 1200px">
<div class="mdl-cell mdl-cell--4-col" style="display: inline-block;">
<div class="mdl-typography--display-2 section-title">Schedule</div>
<table style="font-size: 16px; width: 90%; text-align: left; padding-right: 2.5%; padding-left: 2.5%; padding-bottom: 2.5%;">
<style>
.wow-im-lazy tr {
margin-bottom: 20px;
display: block;
}
.wow-im-lazy td {
min-width: 70px;
}
</style>
<table class="wow-im-lazy" style="font-size: 16px; width: 90%; text-align: left; padding-right: 2.5%; padding-left: 2.5%; padding-bottom: 2.5%;">
<tr>
<td>7:30 AM</td>
<td>Check In & Breakfast</td>
Expand Down Expand Up @@ -295,12 +304,12 @@
<em>DJI Tello</em>
<br>
<br>
<b>Second Place</b>
<b>Second Place</b>
<br>
<em>Google Home Mini</em>
<br>
<br>
<b>Third Place</b>
<b>Third Place</b>
<br>
<em>Power Banks</em>
<br>
Expand All @@ -310,7 +319,7 @@
<em>One year subscription to Wolfram | One Personal Edition and Wolfram Alpha Pro</em>
<br>
<br>
<b>Best .tech Domain</b>
<b>Best .tech Domain</b>
<br>
<em>$100 Gift Card</em>
<br>
Expand Down Expand Up @@ -469,7 +478,7 @@
<div class="mdl-typography--display-2 section-title">
Partners
</div>
<div style='padding-bottom: 50px;'>
<div style='padding-bottom: 50px; display: flex;'>
<a href="https://cisco.com" target='_blank'>
<img src="images/sponsors/2018/CiscoLogo.png" style="width:calc(100%); padding-right:64px; max-width: 400px" />
</a>
Expand Down