added copy to manage API expectations
This commit is contained in:
parent
c2a8eca04b
commit
4f38ededeb
|
@ -177,7 +177,7 @@
|
|||
<div class="section section--enter">
|
||||
<h2>Requirements to Enter</h2>
|
||||
<div class="text">
|
||||
<p>Status is both a Web 3.0 browser, and a messaging platform. To be eligible for prizes, whatever it is you build, just needs to work inside of Status.</p>
|
||||
<p>Status is both a Web 3.0 browser, and a messaging platform. To be eligible for prizes, whatever it is you build, just needs to work inside of Status. The protocols we're built on are still in alpha, and our API is highly experimental - so a number of bugs are to be expected, and feedback for improvements are welcome.</p>
|
||||
</div>
|
||||
<div class="rules">
|
||||
<div class="rule-item">
|
||||
|
@ -232,6 +232,10 @@
|
|||
<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">What should I expect?</h3>
|
||||
<div class="faq-text">Status is alpha software and the Status API is highly experimental. The purpose of the Hackathon is to gather feedback from developers, so expect to run into bugs along the way.</div>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<h3 class="faq-title">Who can apply?</h3>
|
||||
<div class="faq-text">Anyone, anywhere. The Hackathon is borderless, virtual, and remote. You're free to build your DApp on an island under a palm tree with sand between your toes.</div>
|
||||
|
@ -342,7 +346,7 @@
|
|||
<div class="footer-logo-wrap">
|
||||
<div class="footer-logo-wrap__inner">
|
||||
<div class="footer-logo"></div>
|
||||
<div class="footer-address"> Status Research & Development Gmbh<br/>Baarerstrasse 10<br/>Zug, Switzerland</div>
|
||||
<div class="footer-address">Status Research & Development Gmbh<br/>Baarerstrasse 10<br/>Zug, Switzerland</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-table">
|
||||
|
|
Loading…
Reference in New Issue