changed section order
This commit is contained in:
parent
5b84997790
commit
5b225f6dee
60
index.html
60
index.html
|
@ -110,36 +110,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>Schedule</h2>
|
||||
<div class="schedule">
|
||||
<div class="schedule-item schedule-item--regular">
|
||||
<h3 class="schedule-title">Kickoff</h3>
|
||||
<div class="schedule-time">Saturday May 27th 7:45am PDT</div>
|
||||
<div class="schedule-time-verbose">10:45am New York, 3:45pm London, 5:45pm St. Petersburg, 11:45pm Seoul</div>
|
||||
<div class="schedule-text">Live with Hangouts on Air - Get up and running with the Status API, questions answered about programming, design, and the hackathon itself</div>
|
||||
</div>
|
||||
<div class="schedule-item schedule-item--regular">
|
||||
<h3 class="schedule-title">Pencils Down</h3>
|
||||
<div class="schedule-time">Sunday June 4th 7:45am PDT</div>
|
||||
<div class="schedule-time-verbose">10:45am New York, 3:45pm London, 5:45pm St. Petersburg, 11:45pm Seoul</div>
|
||||
<div class="schedule-text">Live with Hangouts on Air - Get up and running with the Status API, questions answered about programming, design, and the hackathon itself</div>
|
||||
</div>
|
||||
<div class="schedule-item schedule-item--regular">
|
||||
<h3 class="schedule-title">Judges Meeting</h3>
|
||||
<div class="schedule-time">Monday June 5th 7:45am PDT</div>
|
||||
<div class="schedule-time-verbose">10:45am New York, 3:45pm London, 5:45pm St. Petersburg, 11:45pm Seoul</div>
|
||||
<div class="schedule-text">Discuss projects</div>
|
||||
</div>
|
||||
<div class="schedule-item schedule-item--main">
|
||||
<h3 class="schedule-title">Winners Announcement</h3>
|
||||
<div class="schedule-time">Tuesday June 6th 7:45am PDT</div>
|
||||
<div class="schedule-time-verbose">10:45am New York, 3:45pm London, 5:45pm St. Petersburg, 11:45pm Seoul</div>
|
||||
<div class="schedule-text">Blog post and live Hangout on Air - with recorded judges' comments</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section section--status">
|
||||
<h2>What is Status</h2>
|
||||
<div class="text">
|
||||
|
@ -216,6 +186,36 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>Schedule</h2>
|
||||
<div class="schedule">
|
||||
<div class="schedule-item schedule-item--regular">
|
||||
<h3 class="schedule-title">Kickoff</h3>
|
||||
<div class="schedule-time">Saturday May 27th 7:45am PDT</div>
|
||||
<div class="schedule-time-verbose">10:45am New York, 3:45pm London, 5:45pm St. Petersburg, 11:45pm Seoul</div>
|
||||
<div class="schedule-text">Live with Hangouts on Air - Get up and running with the Status API, questions answered about programming, design, and the hackathon itself</div>
|
||||
</div>
|
||||
<div class="schedule-item schedule-item--regular">
|
||||
<h3 class="schedule-title">Pencils Down</h3>
|
||||
<div class="schedule-time">Sunday June 4th 7:45am PDT</div>
|
||||
<div class="schedule-time-verbose">10:45am New York, 3:45pm London, 5:45pm St. Petersburg, 11:45pm Seoul</div>
|
||||
<div class="schedule-text">Live with Hangouts on Air - Get up and running with the Status API, questions answered about programming, design, and the hackathon itself</div>
|
||||
</div>
|
||||
<div class="schedule-item schedule-item--regular">
|
||||
<h3 class="schedule-title">Judges Meeting</h3>
|
||||
<div class="schedule-time">Monday June 5th 7:45am PDT</div>
|
||||
<div class="schedule-time-verbose">10:45am New York, 3:45pm London, 5:45pm St. Petersburg, 11:45pm Seoul</div>
|
||||
<div class="schedule-text">Discuss projects</div>
|
||||
</div>
|
||||
<div class="schedule-item schedule-item--main">
|
||||
<h3 class="schedule-title">Winners Announcement</h3>
|
||||
<div class="schedule-time">Tuesday June 6th 7:45am PDT</div>
|
||||
<div class="schedule-time-verbose">10:45am New York, 3:45pm London, 5:45pm St. Petersburg, 11:45pm Seoul</div>
|
||||
<div class="schedule-text">Blog post and live Hangout on Air - with recorded judges' comments</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>How to Enter</h2>
|
||||
<div class="steps">
|
||||
|
|
Loading…
Reference in New Issue