added layers desktop
This commit is contained in:
parent
8b9af0703b
commit
09ccd9ac4d
File diff suppressed because one or more lines are too long
16
index.html
16
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=467bda1">
|
||||
<link rel="stylesheet" href="css/main.css?v=c2b0816">
|
||||
|
||||
<meta property="og:title" content="Status, a Mobile Ethereum OS" />
|
||||
|
||||
|
@ -222,6 +222,18 @@
|
|||
<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 class="faq-item">
|
||||
<h3 class="faq-title">How much does it cost?</h3>
|
||||
<div class="faq-text">Our Hackathon is completely free to enter.</div>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<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">I have more questions!</h3>
|
||||
<div class="faq-text">Come say Hi on our Slack, and direct any questions you may have in #hackathon, we’d be happy to answer them.</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -322,7 +334,7 @@
|
|||
</div>
|
||||
|
||||
|
||||
<script src="js/app.js?v=37445e2"></script>
|
||||
<script src="js/app.js?v=be371c5"></script>
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
|
Loading…
Reference in New Issue