diff --git a/css/new.css b/css/new.css index 2138f1c..b06dc68 100644 --- a/css/new.css +++ b/css/new.css @@ -7,4 +7,11 @@ blockquote { } em { font-style: italic; +} +.faq-rules { + list-style-type: decimal; + font-size: 92%; +} +.faq-rules li:not(:first-child) { + margin-top: 12px; } \ No newline at end of file diff --git a/index.html b/index.html index 45f440b..f6adc55 100755 --- a/index.html +++ b/index.html @@ -256,6 +256,17 @@

What is Ethereum?

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.
+
+

Rules

+
+
    +
  1. The hackathon officially begins at the Kickoff event listed on the schedule. You have from that time until the Pencils Down event to work on your project. Before the Kickoff, you should not code your project. Prior to Kickoff, you can learn and practice with the Status API, discuss ideas, and find teammates.
  2. +
  3. Do NOT make any modifications to your project after Pencils Down.
  4. +
  5. You may only use preexisting code if it is already open source. That way, all teams have access to the code.
  6. +
  7. If you are making an existing DApp mobile-compatible you must disclose that on your GitHub issue RSVP. Write “Existing DApp” for the Type. 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.
  8. +
+
+

I have more questions!

Come say Hi on our Slack, and direct any questions you may have in #hackathon, we’d be happy to answer them.