2
0
mirror of synced 2025-02-23 09:28:10 +00:00

Adding Rules to FAQ

This commit is contained in:
Ben Morrow 2017-05-20 17:35:21 -05:00
parent e5e17a4708
commit ff2d696ae2
2 changed files with 18 additions and 0 deletions

View File

@ -8,3 +8,10 @@ blockquote {
em {
font-style: italic;
}
.faq-rules {
list-style-type: decimal;
font-size: 92%;
}
.faq-rules li:not(:first-child) {
margin-top: 12px;
}

View File

@ -256,6 +256,17 @@
<h3 class="faq-title">What is Ethereum?</h3>
<div class="faq-text">Ethereum is a decentralized platform that runs smart contracts: applications that run exactly as programmed without any possibility of downtime, censorship, fraud or third party interference.</div>
</div>
<div class="faq-item">
<h3 class="faq-title">Rules</h3>
<div class="faq-text">
<ol class="faq-rules">
<li>The hackathon officially begins at the <strong>Kickoff</strong> event listed on the schedule. You have from that time until the <strong>Pencils Down</strong> event to work on your project. Before the <strong>Kickoff</strong>, you should <em>not</em> code your project. Prior to <strong>Kickoff</strong>, you can learn and practice with the Status API, discuss ideas, and find teammates.</li>
<li>Do NOT make any modifications to your project after <strong>Pencils Down</strong>.</li>
<li>You may only use preexisting code if it is already open source. That way, all teams have access to the code.</li>
<li>If you are making an existing DApp mobile-compatible you must disclose that on your GitHub <em>issue</em> RSVP. Write “Existing DApp” for the <em>Type</em>. You will still be eligible for prizes—in fact, we will award a prize for the “Best Mobile Conversion”. If you want to be considered for the First, Second, and Third prizes, then in addition to making your DApp mobile-ready, consider adding a feature that changes its experience in some way—perhaps using chat or commands in a way that Status allows that wasn't quite possible before.</li>
</ol>
</div>
</div>
<div class="faq-item">
<h3 class="faq-title">I have more questions!</h3>
<div class="faq-text">Come say Hi on <a href="http://slack.status.im/" target="_blank">our Slack</a>, and direct any questions you may have in #hackathon, wed be happy to answer them.</div>