renamed 2pm to index

This commit is contained in:
andmironov 2017-06-20 18:28:54 +03:00
parent dbc9b53b03
commit f1c5a69671
3 changed files with 43 additions and 469 deletions

View File

@ -333,7 +333,7 @@
<div class="popup popup--address">
<a class="popup__button popup__button--close"></a>
<div class="popup__steps">Step 2 of 2</div>
<h4 class="popup__title">Send Your Contribution Using ETH</h4>
<h4 class="popup__title">Send Your Contribution Using ETH on/after Block #3903900</h4>
<div class="popup__text">
Send ETH to the smart contract address below using Mist, Metamask, imToken, Parity or MyEtherWallet. By sending ETH to the address below, you agree to the <a href="https://contribute.status.im/status-terms.pdf" target="_blank" >Contribution Terms</a>.
@ -371,7 +371,7 @@
</div>
<div class="floating-button">
<a class="button button--floating-prtcpt" href="#">Contribute</a>
<a class="button button--floating-prtcpt" href="#">Prepare to Contribute</a>
</div>
<div class="container-wrap">
@ -402,41 +402,39 @@
</div>
</div>
<div class="intro intro--open">
<div class="intro">
<div class="tagline">
<h2 class="tagline__title">The Status Network Launch</h2>
<div class="tagline__body">Status is a browser, messenger, and gateway to the decentralized world of Ethereum.</div>
<div class="tagline__button">
<a class="button button--participate" href="#">Contribute</a>
<a class="button button--participate" href="#">Prepare to Contribute</a>
</div>
</div>
<div class="widget-wrap">
<div class="widget">
<div class="widget-row widget-row--status">
<div class="widget-row--status__inner">
Open and accepting contributions
<div class="widget-timer">
<div class="widget-timer__date widget-timer__date--center">Contribution Period starts in</div>
<div class="widget-timer__countdown widget-timer__countdown--block" id="blockCountdown">
<span class="countdown-item countdown-item--block"><span class="countdown-value countdown-value--blocks">0000</span><span class="countdown-label countdown-label--days">Blocks</span></span>
</div>
</div>
<div class="widget-row widget-row--started">
<div class="widget-key">Started</div>
<div class="widget-value">June 20th at ~3.32pm GMT</div>
<div class="widget-row widget-row--date">
<div class="widget-key">Starts</div>
<div class="widget-value">June 20th at ~3:32pm GMT</div>
</div>
<div class="widget-row widget-row--rate">
<div class="widget-key">SNT Creation rate</div>
<div class="widget-key">SNT Creation Rate</div>
<div class="widget-value">10,000 SNT per 1 ETH</div>
</div>
<div class="widget-row widget-row--block">
<div class="widget-key">Start Block</div>
<div class="widget-value">#3903900</div>
</div>
<div class="widget-row widget-row--ceiling">
<div class="widget-key">Final Ceiling</div>
<div class="widget-value">300,000 ETH</div>
</div>
</div>
</div>
</div>
</div>
<div class="logos">
<div class="logo-header">Featured in</div>
@ -454,7 +452,7 @@
<div class="text-section">
<h2>How to contribute to receive SNT</h2>
<div class="text">
<p>The Contribution Period is now live and begun at Block Number 3903900. It will end on 4th July 2017 at ~3.32pm GMT (UTC+0), or within 24 hours after the First Ceiling has been reached.</p>
<p>The Contribution Period is now live and begun at Block Number 3903900. It will end on 4th July 2017 at ~3:32pm GMT (UTC+0), or within 24 hours after the First Ceiling has been reached.</p>
<p>To contribute, you must press the 'Contribute' button above in order to read and agree to the Explanatory Note & Governance Terms and disclosures, before you can send ETH (ether) to the Smart Contract address shown.</p>
<p>The contribution can be made using Metamask, MyEtherWallet, Mist, Parity or imToken, and tutorials can be found below.</p>
<h5>Important</h5>
@ -673,7 +671,7 @@
</div>
<script src="js/polyfill.min.js?v=0c1f4da"></script>
<script src="js/app.js?v=1d32dac"></script>
<script src="js/app.js?v=b9d3c40"></script>
<script src="js/mc-validate.js?v=207d097"></script>
<!-- Google Analytics -->
@ -696,6 +694,17 @@
} catch (e) {}
</script>
<!-- /Google Analytics -->
<script src="//js.maxmind.com/js/apis/geoip2/v2.1/geoip2.js" type="text/javascript"></script>
<script type="application/javascript">
geoip2.country(function (resp) { // on success
if (resp['country']['iso_code'] == "US") {
window.location = "https://contribute.status.im/us-ip-detected.html";
}
}, function () { // on error
// pass
}, {});
</script>
</body>
</html>

View File

@ -1,437 +0,0 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Status Contribution Period</title>
<meta name="description" content="Status is an interface to access Ethereum, built for Android & iOS. Enjoy encrypted messaging, a cryptocurrency wallet, and seamless access to DApps.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="img/new-site/logo-32.png?v=516c1cd" sizes="32x32" />
<link rel="icon" type="image/png" href="img/new-site/logo-16.png?v=5108317" sizes="16x16" />
<link rel="apple-touch-icon" href="img/new-site/apple-touch-icon-1024.png?v=464c5b1">
<link rel="apple-touch-icon" sizes="76x76" href="img/new-site/apple-touch-icon-76.png?v=13dde43">
<link rel="apple-touch-icon" sizes="120x120" href="img/new-site/apple-touch-icon-120.png?v=e3d71d5">
<link rel="apple-touch-icon" sizes="152x152" href="img/new-site/apple-touch-icon-152.png?v=1353ddd">
<link rel="apple-touch-icon" sizes="180x180" href="img/new-site/apple-touch-icon-180.png?v=401931a">
<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=ca03fb8">
<meta property="og:title" content="Status, a Mobile Ethereum OS" />
</head>
<body>
<div class="news">
<div class="news-inner">
The date of our Contribution Period has been updated to Tuesday, June 20th.&nbsp;<a href="https://blog.status.im/new-date-contribution-period-begins-tuesday-june-20th-at-2pm-gmt-e00c56c65ead" target="_blank">Learn&nbsp;more</a>
</div>
</div>
<div class="overlay overlay--agreement">
<div class="popup popup--agreement">
<a class="popup__button popup__button--close"></a>
<div class="popup__steps">Step 1 of 2</div>
<h4 class="popup__title">Contribution Agreement & Terms and Conditions</h4>
<div class="popup__text">You must read and agree to the following information before you can proceed.</div>
<div class="terms">
</div>
<form name="agreement-form" class="" id="agreement-form" >
<div class="checkbox-wrap">
<div class="checkbox-inner"><input type="checkbox" name="terms" class="popup__checkbox" id="terms-checkbox" value="none" /><label for="terms-checkbox"></label></div>
<div class="pseudo-label">I hereby confirm that I read and agree to the <a href="https://contribute.status.im/status-terms.pdf" target="_blank" >Contribution Terms</a> and <a href="https://status.im/whitepaper.pdf" target="_blank" >Status Whitepaper</a>.</div>
</div>
<div class="checkbox-wrap">
<div class="checkbox-inner"><input type="checkbox" name="citizen" class="popup__checkbox" id="citizenship-checkbox" value="none" /><label for="citizenship-checkbox"></label></div>
<div class="pseudo-label">I hereby confirm that I am not a US citizen or resident, nor am I signing on behalf of a US citizen or resident.</div>
</div>
<div class="checkbox-wrap">
<div class="checkbox-inner"><input type="checkbox" name="workshop" class="popup__checkbox" id="workshop-checkbox" value="none" /><label for="workshop-checkbox"></label></div>
<div class="pseudo-label">I hereby acknowledge that the Contributions will be used to fulfil the workshop mission.</div>
</div>
<div class="checkbox-wrap">
<div class="checkbox-inner"><input type="checkbox" name="tokens" class="popup__checkbox" id="tokens-checkbox" value="none" /><label for="tokens-checkbox"></label></div>
<div class="pseudo-label">I hereby acknowledge that the Contributor does not receive equity in Status Research & Development GmbH.</div>
</div>
<div class="popup__footer">
<div class="popup__footer-title">Enter your full name or initials to digitally sign and agree:</div>
<div class="input-wrap">
<div class="tooltip tooltip--shown">Check all the checkboxes and enter your initials to proceed</div>
<input class="popup-name-field" type="text" name="name-field" value="" placeholder="Enter your initials..."/>
<input type="submit" disabled value="SIGN & AGREE" name="agree" class="button button--agree">
</div>
</div>
</form>
</div>
</div>
<div class="overlay overlay--address">
<div class="popup popup--address">
<a class="popup__button popup__button--close"></a>
<div class="popup__steps">Step 2 of 2</div>
<h4 class="popup__title">Send Your Contribution Using ETH on/after Block #000000</h4>
<div class="popup__text">
Send ETH to the smart contract address below using Mist, Metamask, imToken, Parity or MyEtherWallet. By sending ETH to the address below, you agree to the <a href="https://contribute.status.im/status-terms.pdf" target="_blank" >Contribution Terms</a>.
<div class="text-note">
<h5>IMPORTANT</h5> DO NOT send ETH from exchanges like Coinbase, Poloniex, Kraken, or use Jaxx. By doing so your ETH may be permanently lost, and the SNT may not be created.
<h5>REMEMBER</h5> Your tokens, transactions, wallets and passwords are your responsibility. Protect your keys and passwords, they are unrecoverable. If you lose them someone else may get access to your tokens
</div>
</div>
<div class="address-wrap">
<div class="address__row">
<div class="address__column">
<div class="address__label">Contract address</div>
<div class="address__value">ADDRESS WILL BE DISPLAYED HERE</div>
</div>
</div>
<div class="address__row">
<div class="address__column address__column--third">
<div class="address__label">Start Block</div>
<div class="address__value">000000</div>
</div>
<div class="address__column address__column--third">
<div class="address__label">Recommended Gas Limit</div>
<div class="address__value">200,000</div>
</div>
<div class="address__column address__column--third">
<div class="address__label">Maximum Gas Price</div>
<div class="address__value">50 Gwei</div>
</div>
</div>
</div>
</div>
</div>
<div class="floating-button">
<a class="button button--prtcpt" href="#">How to participate</a>
</div>
<div class="container-wrap">
<div class="container">
<div class="slides">
<div class="slide slide--one">
<div class="slide__inner">
<div class="header">
<div class="header__inner">
<div class="header-section header-section--left">
<a class="logo" href="/">
<span class="logo__icon"></span>
</a>
<div class="nav">
<a class="nav__item nav__item--participate" href="#"><span class="to-hide">How To</span>&nbsp;Contribute</a>
<a class="nav__item" target="_blank" href="https://status.im/">Status Home</a>
<a class="nav__item" target="_blank" href="https://status.im/whitepaper.pdf">Whitepaper</a>
</div>
</div>
<div class="header-section header-section--right">
<div class="nav">
<a class="nav__item" target="_blank" href="https://twitter.com/ethstatus">Twitter</a>
<a class="nav__item" target="_blank" href="https://www.reddit.com/r/statusim/">Reddit</a>
<a class="nav__item" target="_blank" href="https://github.com/status-im">Github</a>
<a class="nav__item" target="_blank" href="https://www.facebook.com/ethstatus/?pnref=lhc">Facebook</a>
</div>
</div>
</div>
</div>
<div class="intro">
<div class="tagline">
<h2 class="tagline__title">The Status Network Launch</h2>
<div class="tagline__body">Status is a browser, messenger, and gateway to the decentralized world of Ethereum.</div>
<div class="tagline__button">
<a class="button button--how-to-participate" href="#">How to participate</a>
</div>
</div>
<div class="widget-wrap">
<div class="widget">
<div class="widget-timer">
<div class="widget-timer__date">Begins June 20th at 2pm GMT</div>
<div class="widget-timer__countdown" id="countdown">
<span class="countdown-item"><span class="countdown-value countdown-value--days">50</span><span class="countdown-label countdown-label--days">days</span></span>
<span class="countdown-item"><span class="countdown-value countdown-value--hours">0</span><span class="countdown-label countdown-label--hours">hours</span></span>
<span class="countdown-item"><span class="countdown-value countdown-value--minutes">50</span><span class="countdown-label countdown-label--minutes">minutes</span></span>
<span class="countdown-item"><span class="countdown-value countdown-value--seconds">50</span><span class="countdown-label countdown-label--seconds">seconds</span></span>
</div>
</div>
<div class="widget-row widget-row--status">
<div class="widget-key">Current status</div>
<div class="widget-value">Opening Soon</div>
</div>
<div class="widget-row widget-row--rate">
<div class="widget-key">SNT Creation rate</div>
<div class="widget-value">10,000 SNT per 1 ETH</div>
</div>
</div>
</div>
</div>
<div class="logos">
<div class="logo-header">Featured in</div>
<a href="http://www.nasdaq.com/article/chinas-interest-and-investment-in-ethereums-blockchain-expands-cm796241" target="_blank" class="media-logo media-logo--nasdaq"></a>
<a href="https://cointelegraph.com/news/cointelegraph-events-humaniq-announce-blockchain-oscar-winners" target="_blank" class="media-logo media-logo--cointelegraph"></a>
<a href="https://finance.yahoo.com/news/status-im-ethereum-mobile-client-010000903.html" target="_blank" class="media-logo media-logo--yahoo"></a>
<a href="https://www.ethnews.com/status-ethereum-mobile-light-client-launches-alpha" target="_blank" class="media-logo media-logo--ethnews"></a>
<a href="https://etherreview.info/the-ether-review-58-status-conquers-mobile-86c0a554f47b?gi=e9924490fea6" target="_blank" class="media-logo media-logo--etherreview"></a>
</div>
</div>
</div>
<div class="slide slide--two">
<div class="slide__inner">
<div class="text-section">
<h2>How to contribute to receive SNT</h2>
<div class="text">
<p>The Contribution Period will start on June 20th 2017 at 2pm GMT (UTC+0) (This was recently updated, <a href="https://blog.status.im/new-date-contribution-period-begins-tuesday-june-20th-at-2pm-gmt-e00c56c65ead">learn more</a>) and will end on 4th July 2017 at 2pm GMT (UTC+0), or within 24 hours after the First Ceiling has been reached.</p>
<p>The exact start date is determined by a block number. We will announce the exact block number and contribution contract address here once its deployed to the Ethereum network - 12 hours before the start of the Contribution Period.</p>
<p>To contribute, you must press the 'Contribute' above at approximately 2pm GMT on June 20th in order to agree to the Explanatory Note & Governance Terms, before you can send ETH (ether) to the Smart Contract address shown. The contribution can be made using Metamask, MyEtherWallet, Mist, Parity or imToken. Tutorials can be found below.</p>
<h5>Important</h5>
<p class="paragraph--warning">DO NOT send ETH from exchanges like Coinbase, Poloniex, Kraken, or use Jaxx. By doing so your ETH may be permanently lost, and the SNT may not be created.</p>
</div>
<div class="data">
<h4 class="data-title">Resources</h4>
<div class="data-row">
<a class="data-item" target="_blank" href="https://status.im/whitepaper.pdf" >
<div class="data-item__icon"><div class="data-item__symbol data-item__symbol-file"></div></div>
<div class="data-item__text">
<div class="data-item__title">Status Network Whitepaper</div>
<div class="data-item__description">Read about our plan</div>
</div>
</a>
<a class="data-item" target="_blank" href="https://contribute.status.im/status-terms.pdf">
<div class="data-item__icon"><div class="data-item__symbol data-item__symbol-file"></div></div>
<div class="data-item__text">
<div class="data-item__title">Explanatory Note &&nbsp;Governance&nbsp;Terms</div>
<div class="data-item__description">SNT Creation Information</div>
</div>
</a>
</div>
<h4 class="data-title">Video tutorials</h4>
<div class="data-row">
<a class="data-item" target="_blank" href="https://youtu.be/sJuBl2rFO7Q">
<div class="data-item__icon"><div class="data-item__symbol data-item__symbol-video"></div></div>
<div class="data-item__text">
<div class="data-item__title">MetaMask Instructions</div>
<div class="data-item__description">YouTube, 08:55</div>
</div>
</a>
<a class="data-item" target="_blank" href="https://youtu.be/su12xQf_ZM0">
<div class="data-item__icon"><div class="data-item__symbol data-item__symbol-video"></div></div>
<div class="data-item__text">
<div class="data-item__title">Mist (Ethereum Wallet) Instructions</div>
<div class="data-item__description">YouTube, 05:02</div>
</div>
</a>
<a class="data-item" target="_blank" href="https://youtu.be/vLcYI8gUcEg">
<div class="data-item__icon"><div class="data-item__symbol data-item__symbol-video"></div></div>
<div class="data-item__text">
<div class="data-item__title">MyEtherWallet Instructions</div>
<div class="data-item__description">YouTube, 05:28</div>
</div>
</a>
<a class="data-item" target="_blank" href="https://youtu.be/tX6ZAZ0B9e0">
<div class="data-item__icon"><div class="data-item__symbol data-item__symbol-video"></div></div>
<div class="data-item__text">
<div class="data-item__title">Parity Instructions</div>
<div class="data-item__description">YouTube, 08:50</div>
</div>
</a>
</div>
<h4 class="data-title">PDF tutorials</h4>
<div class="data-row">
<a class="data-item" target="_blank" href="tutorials/metamask.pdf" >
<div class="data-item__icon"><div class="data-item__symbol data-item__symbol-file"></div></div>
<div class="data-item__text">
<div class="data-item__title">MetaMask Instructions</div>
</div>
</a>
<a class="data-item" target="_blank" href="tutorials/mist_ethereum-wallet.pdf">
<div class="data-item__icon"><div class="data-item__symbol data-item__symbol-file"></div></div>
<div class="data-item__text">
<div class="data-item__title">Mist (Ethereum Wallet) Instructions</div>
</div>
</a>
<a class="data-item" target="_blank" href="tutorials/myetherwallet_mew.pdf">
<div class="data-item__icon"><div class="data-item__symbol data-item__symbol-file"></div></div>
<div class="data-item__text">
<div class="data-item__title">MyEtherWallet Instructions</div>
</div>
</a>
<a class="data-item" target="_blank" href="tutorials/parity.pdf">
<div class="data-item__icon"><div class="data-item__symbol data-item__symbol-file"></div></div>
<div class="data-item__text">
<div class="data-item__title">Parity Instructions</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="slide slide--three">
<div class="slide__inner">
<div class="text-section">
<div class="text">
<p>Status is an open source messaging platform and mobile browser to interact with decentralized applications that run on the Ethereum Network.</p>
<p>By combining a messenger, web 3.0 browser and wallet, we're building a gateway for everyday smartphone users to begin using DApps and interacting with the decentralized web.</p>
<div class="app-buttons">
<a class="app-button app-button--android" href="https://test.status.im/">
<span class="app-button__title">Download Alpha</span>
<span class="app-button__platform">Android</span>
<span class="app-button__icon"></span>
</a>
<a class="app-button app-button--ios" href="https://www.reddit.com/r/statusim/">
<span class="app-button__title">Request TestFlight</span>
<span class="app-button__platform">IOS</span>
<span class="app-button__icon"></span>
</a>
</div>
</div>
</div>
<div class="app">
<div class="app-inner"></div>
</div>
</div>
</div>
<div class="slide slide--four">
<div class="slide__inner">
<div class="text-section">
<h2>The Status Network Token</h2>
<div class="text">
<p>We aim to build a next generation socio-economic network that gives anyone in the world with a smartphone the ability to own and control their own data, wealth and digital identity. The Status Network Token ('SNT') is a ERC-20 utility token that fuels the Status Network. SNT serves as a crucial part of Status, and is required for:</p>
<ul class="list">
<li>Governance over the Status Client</li>
<li>Username registration over ENS</li>
<li>Community curation and content discovery</li>
<li>A Decentralized Push Notification Market</li>
<li>The Status Teller Network</li>
<li>The Status Sticker Market</li>
<li>The Status DApp Directory</li>
<li>Access to features such as Tribute to Talk</li>
<li>The Status Acquisition Engine (Research)</li>
</ul>
</div>
</div>
<div class="text-footer">
These are outlined in detail in the Status <a href="https://status.im/whitepaper.pdf" target="_blank">Whitepaper</a> and the <a href="https://www.youtube.com/watch?v=Je7yErjEVt4" target="_blank">Introduction video</a>.
</div>
</div>
</div>
<div class="slide slide--five">
<div class="slide__inner">
<div class="email-section">
<div class="email-section__text">
<div class="text">
<p>We are not accepting contributions yet. Subscribe to receive updates on the Contribution Period and the launch of the Status Network via email.</p>
</div>
</div>
<div class="email-form">
<!-- Mailchimp -->
<form action="https://status.us13.list-manage.com/subscribe/post?u=d0c1a0be2adff281b52e27a7f&amp;id=78f032de8b" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="novalidate">
<div class="email-form__inner">
<input type="email" value="" name="EMAIL" class="required email-input mce-EMAIL email-form__input email-form__input--email" placeholder="Enter your email" aria-required="true">
<input type="submit" value="GET UPDATES" name="subscribe" class="button email-form__input email-form__input--sumbit mc-embedded-subscribe button email-button">
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_d0c1a0be2adff281b52e27a7f_09e2d9ae07" tabindex="-1" value=""></div>
</div>
<div id="mce-responses" class="email-form__responces">
<div class="response email-form__error-message" id="mce-error-response"></div>
<div class="email-form__success-message response" id="mce-success-response"></div>
</div>
</form>
<!-- End Mailchimp -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="footer-inner">
<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>
</div>
<div class="footer-table">
<div class="footer-table__column">
<h4 class="footer-header">Social links</h4>
<ul class="footer-list">
<li class="footer-link footer-link--fb"><a href="https://www.facebook.com/ethstatus" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">Facebook</span></a></li>
<li class="footer-link footer-link--tw"><a href="https://twitter.com/ethstatus" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">Twitter</span></a></li>
<li class="footer-link footer-link--gh"><a href="https://github.com/status-im" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">Github</span></a></li>
<li class="footer-link footer-link--rd"><a href="https://www.reddit.com/r/statusim/" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">Reddit</span></a></li>
<li class="footer-link footer-link--yt"><a href="https://www.youtube.com/channel/UCFzdJTUdzqyX4e9dOW7UpPQ/" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">YouTube</span></a></li>
</ul>
</div>
<div class="footer-table__column">
<h4 class="footer-header">More</h4>
<ul class="footer-list">
<li class="footer-link"><a href="https://wiki.status.im" target="_blank">Status Wiki</a></li>
<li class="footer-link"><a href="https://blog.status.im/?gi=73d6676925e9" target="_blank">Status Blog</a></li>
<li class="footer-link"><a href="https://status.im/jobs.html" target="_blank">Jobs</a></li>
</ul>
</div>
<div class="footer-table__column">
<h4 class="footer-header">Language</h4>
<ul class="footer-list">
<li class="footer-link">
<select class="language-switcher" name="lang">
<option value="en">English</option>
</select>
</li>
</ul>
</div>
</div>
</div>
</div>
<script src="js/polyfill.min.js?v=0c1f4da"></script>
<script src="js/app.js?v=a419168"></script>
<script src="js/mc-validate.js?v=207d097"></script>
<!-- Google Analytics -->
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
try {
ga('create', 'UA-79146816-1', 'auto');
ga('send', 'pageview');
} catch (e) {}
</script>
<!-- /Google Analytics -->
</body>
</html>

View File

@ -21,7 +21,7 @@
<!-- favicon.ico in the root directory -->
<link rel="stylesheet" href="css/main.css?v=de25c57">
<meta property="og:title" content="Status, a Mobile Ethereum OS" />
<meta property="og:title" content="Status Contribution Period" />
</head>
<body>
@ -333,7 +333,7 @@
<div class="popup popup--address">
<a class="popup__button popup__button--close"></a>
<div class="popup__steps">Step 2 of 2</div>
<h4 class="popup__title">Send Your Contribution Using ETH on/after Block #3903900</h4>
<h4 class="popup__title">Send Your Contribution Using ETH</h4>
<div class="popup__text">
Send ETH to the smart contract address below using Mist, Metamask, imToken, Parity or MyEtherWallet. By sending ETH to the address below, you agree to the <a href="https://contribute.status.im/status-terms.pdf" target="_blank" >Contribution Terms</a>.
@ -371,7 +371,7 @@
</div>
<div class="floating-button">
<a class="button button--floating-prtcpt" href="#">Prepare to Contribute</a>
<a class="button button--floating-prtcpt" href="#">Contribute</a>
</div>
<div class="container-wrap">
@ -402,26 +402,25 @@
</div>
</div>
<div class="intro">
<div class="intro intro--open">
<div class="tagline">
<h2 class="tagline__title">The Status Network Launch</h2>
<div class="tagline__body">Status is a browser, messenger, and gateway to the decentralized world of Ethereum.</div>
<div class="tagline__button">
<a class="button button--participate" href="#">Prepare to Contribute</a>
<a class="button button--participate" href="#">Contribute</a>
</div>
</div>
<div class="widget-wrap">
<div class="widget">
<div class="widget-timer">
<div class="widget-timer__date widget-timer__date--center">Contribution Period starts in</div>
<div class="widget-timer__countdown widget-timer__countdown--block" id="blockCountdown">
<span class="countdown-item countdown-item--block"><span class="countdown-value countdown-value--blocks">350</span><span class="countdown-label countdown-label--days">Blocks</span></span>
<div class="widget-row widget-row--status">
<div class="widget-row--status__inner">
Open and accepting contributions
</div>
</div>
<div class="widget-row widget-row--date">
<div class="widget-key">Starts</div>
<div class="widget-value">June 20th at ~3:32pm GMT</div>
<div class="widget-row widget-row--started">
<div class="widget-key">Started</div>
<div class="widget-value">June 20th at ~3.32pm GMT</div>
</div>
<div class="widget-row widget-row--rate">
<div class="widget-key">SNT Creation Rate</div>
@ -431,10 +430,13 @@
<div class="widget-key">Start Block</div>
<div class="widget-value">#3903900</div>
</div>
<div class="widget-row widget-row--ceiling">
<div class="widget-key">Final Ceiling</div>
<div class="widget-value">300,000 ETH</div>
</div>
</div>
</div>
</div>
</div>
<div class="logos">
<div class="logo-header">Featured in</div>
@ -452,7 +454,7 @@
<div class="text-section">
<h2>How to contribute to receive SNT</h2>
<div class="text">
<p>The Contribution Period begins at Block Number 3903900. It will end on 4th July 2017 at ~3:32pm GMT (UTC+0), or within 24 hours after the First Ceiling has been reached.</p>
<p>The Contribution Period is now live and begun at Block Number 3903900. It will end on 4th July 2017 at ~3.32pm GMT (UTC+0), or within 24 hours after the First Ceiling has been reached.</p>
<p>To contribute, you must press the 'Contribute' button above in order to read and agree to the Explanatory Note & Governance Terms and disclosures, before you can send ETH (ether) to the Smart Contract address shown.</p>
<p>The contribution can be made using Metamask, MyEtherWallet, Mist, Parity or imToken, and tutorials can be found below.</p>
<h5>Important</h5>
@ -671,7 +673,7 @@
</div>
<script src="js/polyfill.min.js?v=0c1f4da"></script>
<script src="js/app.js?v=1d32dac"></script>
<script src="js/app.js?v=b9d3c40"></script>
<script src="js/mc-validate.js?v=207d097"></script>
<!-- Google Analytics -->