update
This commit is contained in:
parent
04272f745f
commit
8cd0dce3fb
File diff suppressed because one or more lines are too long
78
index.html
78
index.html
|
@ -19,7 +19,7 @@
|
|||
<link rel="mask-icon" href="img/new-site/logo-mask.svg" color="4360DF">
|
||||
|
||||
<!-- favicon.ico in the root directory -->
|
||||
<link rel="stylesheet" href="css/main.css?v=aed2477">
|
||||
<link rel="stylesheet" href="css/main.css?v=ba2ccf5">
|
||||
|
||||
<meta property="og:title" content="Status, a Mobile Ethereum OS" />
|
||||
|
||||
|
@ -148,12 +148,12 @@
|
|||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>How to Enter </h2>
|
||||
<h2>How to Enter</h2>
|
||||
<div class="steps">
|
||||
<div class="step-item">
|
||||
<div class="step-number">1</div>
|
||||
<div class="step-description">
|
||||
<h3 class="step-title">Join the Community</h3>
|
||||
<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>
|
||||
<a class="button button--secondary step-button" href="#">Join our Slack</a>
|
||||
|
@ -161,7 +161,7 @@
|
|||
<div class="step-item">
|
||||
<div class="step-number">2</div>
|
||||
<div class="step-description">
|
||||
<h3 class="step-title">Submit Entry via Github</h3>
|
||||
<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>
|
||||
<a class="button button--secondary step-button" href="#">Submit Pull Request</a>
|
||||
|
@ -169,9 +169,77 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>FAQ</h2>
|
||||
<div class="faq">
|
||||
<div class="faq-item">
|
||||
<h3 class="faq-title">What is a Hackathon?</h3>
|
||||
<div class="faq-text">A hackathon is a marathon of innovation where teams and individuals come together to design and build something cool and compete for prizes.</div>
|
||||
</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>
|
||||
<div class="faq-item">
|
||||
<h3 class="faq-title">Do I need a team? </h3>
|
||||
<div class="faq-text">No, you can enter alone, or team up with another developer via our Slack.</div>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<h3 class="faq-title">What can I build?</h3>
|
||||
<div class="faq-text">Whatever you like, so long as it uses Ethereum, and works inside of Status.</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>Judges</h2>
|
||||
<div class="judges">
|
||||
<div class="judge-item">
|
||||
<div class="judge-top">
|
||||
<div class="judge-picture"></div>
|
||||
<h3 class="judge-title">Jarrad</h3>
|
||||
</div>
|
||||
<div class="judge-text">Co-Whatever you like, so long as it uses Ethereum, and works inside of Status.</div>
|
||||
</div>
|
||||
<div class="judge-item">
|
||||
<div class="judge-top">
|
||||
<div class="judge-picture"></div>
|
||||
<h3 class="judge-title">Carl</h3>
|
||||
</div>
|
||||
<div class="judge-text">No, you can enter alone, or team up with another developer via our Slack.</div>
|
||||
</div>
|
||||
<div class="judge-item">
|
||||
<div class="judge-top">
|
||||
<div class="judge-picture"></div>
|
||||
<h3 class="judge-title">Roman</h3>
|
||||
</div>
|
||||
<div class="judge-text">Anyone anywhere. The Hackathon is borderless and virtual.</div>
|
||||
</div>
|
||||
<div class="judge-item">
|
||||
<div class="judge-top">
|
||||
<div class="judge-picture"></div>
|
||||
<h3 class="judge-title">Roman</h3>
|
||||
</div>
|
||||
<div class="judge-text">Anyone anywhere. The Hackathon is borderless and virtual.</div>
|
||||
</div>
|
||||
<div class="judge-item">
|
||||
<div class="judge-top">
|
||||
<div class="judge-picture"></div>
|
||||
<h3 class="judge-title">Roman</h3>
|
||||
</div>
|
||||
<div class="judge-text">Anyone anywhere. The Hackathon is borderless and virtual.</div>
|
||||
</div>
|
||||
<div class="judge-item">
|
||||
<div class="judge-top">
|
||||
<div class="judge-picture"></div>
|
||||
<h3 class="judge-title">Roman</h3>
|
||||
</div>
|
||||
<div class="judge-text">Anyone anywhere. The Hackathon is borderless and virtual.</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue