Fleshing out content
This commit is contained in:
parent
dcb6032f47
commit
69346a9751
22
index.html
22
index.html
|
@ -84,7 +84,7 @@
|
|||
<div class="section section--prize">
|
||||
<h2>Prizes</h2>
|
||||
<div class="text">
|
||||
<p>If you’d like to receive updates on the Contribution Period and the launch of the Status Network, please subscribe</p>
|
||||
<p>A total prizepool of US$25,000 will be paid out in ether (ETH).</p>
|
||||
</div>
|
||||
<div class="prizes">
|
||||
<div class="prize-item">
|
||||
|
@ -183,6 +183,18 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>Schedule</h2>
|
||||
<h3>Kickoff</h3>
|
||||
<p>Saturday May 27th 7:45am PDT<br/>(10:45am New York, 3:45pm London, 5:45pm St. Petersburg, 11:45pm Seoul)<br/>Live with Hangouts on Air - Get up and running with the Status API, questions answered about programming, design, and the hackathon itself</p>
|
||||
<h3>Pencils Down</h3>
|
||||
<p>Sunday June 4th 7:45am PDT<br/>(10:45am New York, 3:45pm London, 5:45pm St. Petersburg, 11:45pm Seoul)<br/>Final due date to submit projects (as a pull request on GitHub)</p>
|
||||
<h3>Judges Meeting</h3>
|
||||
<p>Monday June 5th 7:45am PDT<br/>(10:45am New York, 3:45pm London, 5:45pm St. Petersburg, 11:45pm Seoul)<br/>Discuss projects</p>
|
||||
<h3>Winners Announcement</h3>
|
||||
<p>Tuesday June 6th 7:45am PDT<br/>(10:45am New York, 3:45pm London, 5:45pm St. Petersburg, 11:45pm Seoul)<br/>Blog post and live Hangout on Air - with recorded judges' comments</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>How to Enter</h2>
|
||||
<div class="steps">
|
||||
|
@ -190,7 +202,7 @@
|
|||
<div class="step-number">1</div>
|
||||
<div class="step-description">
|
||||
<h3 class="step-title"><span class="step-title-number">1. </span>Join the Community</h3>
|
||||
<div class="step-text">Come say Hi in #hackathon (we’re friendly people!)</div>
|
||||
<div class="step-text">Come say Hi in #hackathon (we’re friendly people!). You can meet teammates and get your questions answered.</div>
|
||||
</div>
|
||||
<a class="button button--secondary step-button" target="_blank" href="http://slack.status.im/">Join our Slack</a>
|
||||
</div>
|
||||
|
@ -198,9 +210,9 @@
|
|||
<div class="step-number">2</div>
|
||||
<div class="step-description">
|
||||
<h3 class="step-title"><span class="step-title-number">2. </span>Submit Entry via Github</h3>
|
||||
<div class="step-text">Instructions can be found on the Readme below.</div>
|
||||
<div class="step-text">To begin, add your team's project as an issue on GitHub. You can edit it along the way. By the deadline, your project should include your open-source code. You also may add an up to two-minute video showing how your DApp, chatbot, or command works. You can also show slides or pictures in the video as further explanation, but these are no substitute for working code. Judges will make decisions based on technical achievement, not marketing ability.</div>
|
||||
</div>
|
||||
<a class="button button--secondary step-button" target="_blank" href="https://github.com/status-im/hackathon/issues/new">Submit Pull Request</a>
|
||||
<a class="button button--secondary step-button" target="_blank" href="https://github.com/status-im/hackathon/issues/new">Submit GitHub Issue</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -214,7 +226,7 @@
|
|||
</div>
|
||||
<div class="faq-item">
|
||||
<h3 class="faq-title">Who can apply?</h3>
|
||||
<div class="faq-text">Anyone anywhere. The Hackathon is borderless and virtual.</div>
|
||||
<div class="faq-text">Anyone anywhere. The Hackathon is borderless and virtual. You can build your DApp under a palm tree on an island in the South Pacific.</div>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<h3 class="faq-title">Do I need a team? </h3>
|
||||
|
|
Loading…
Reference in New Issue