update
This commit is contained in:
parent
09ccd9ac4d
commit
f791a41a86
File diff suppressed because one or more lines are too long
19
index.html
19
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=c2b0816">
|
||||
<link rel="stylesheet" href="css/main.css?v=db502c7">
|
||||
|
||||
<meta property="og:title" content="Status, a Mobile Ethereum OS" />
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
</a>
|
||||
|
||||
<div class="nav">
|
||||
<a class="nav__item nav__item--about" href="#">Status Home</a>
|
||||
<a class="nav__item nav__item--about" target="_blank" href="https://status.im/">Status Home</a>
|
||||
<a class="nav__item nav__item--about" target="_blank" href="https://wiki.status.im/">Wiki</a>
|
||||
<a class="nav__item nav__item--about" target="_blank" href="https://github.com/status-im">Github</a>
|
||||
</div>
|
||||
@ -59,7 +59,7 @@
|
||||
<ul class="social-links">
|
||||
<li class="social-link social-link--fb"><a href="https://www.facebook.com/ethstatus" target="_blank"></a></li>
|
||||
<li class="social-link social-link--tw"><a href="https://twitter.com/ethstatus" target="_blank"></a></li>
|
||||
<li class="social-link social-link--rd"><a href="" target="_blank"></a></li>
|
||||
<li class="social-link social-link--rd"><a href="https://www.reddit.com/r/statusim/" target="_blank"></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -69,7 +69,7 @@
|
||||
<div class="tagline">
|
||||
<h2 class="tagline__title">Status $25,000 Hackathon</h2>
|
||||
<div class="tagline__body">Extend Status with commands, create decentralized chatbots or mobile-ready your web DApp to win prizes</div>
|
||||
<div class="tagline__button"><a class="button button--secondary button--half button--half--left" href="#">Learn More</a><a class="button button--secondary button--half button--half--right" href="#">Register</a></div>
|
||||
<div class="tagline__button"><a class="button button--secondary button--half button--half--left" href="#">Learn More</a><a class="button button--secondary button--half button--half--right" target="_blank" href="https://github.com/status-im/hackathon/issues/new">Register</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -152,6 +152,11 @@
|
||||
</div>
|
||||
|
||||
<div class="phone-device"></div>
|
||||
|
||||
<div class="phone-docs-button">
|
||||
<p>Check out our resources and familiarize yourself with our documentation.</p>
|
||||
<a class="button button--secondary button-docs"target="_blank" href="http://docs.status.im/">Status API Documentation</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -190,7 +195,7 @@
|
||||
<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>
|
||||
<a class="button button--secondary step-button" target="_blank" href="http://slack.status.im/">Join our Slack</a>
|
||||
</div>
|
||||
<div class="step-item">
|
||||
<div class="step-number">2</div>
|
||||
@ -198,7 +203,7 @@
|
||||
<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>
|
||||
<a class="button button--secondary step-button" target="_blank" href="https://github.com/status-im/hackathon/issues/new">Submit Pull Request</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -334,7 +339,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<script src="js/app.js?v=be371c5"></script>
|
||||
<script src="js/app.js?v=2033b57"></script>
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user