2017-08-22 21:08:34 +00:00
<!doctype html>
< html >
2017-11-02 19:35:23 +00:00
< head >
< meta charset = "utf-8" >
< meta http-equiv = "x-ua-compatible" content = "ie=edge" >
2017-08-22 21:08:34 +00:00
2017-11-02 19:35:23 +00:00
< title > Status | The Mobile Ethereum Client< / 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" >
2017-08-22 21:08:34 +00:00
2017-11-02 19:35:23 +00:00
< link rel = "icon" type = "image/png" href = "dist/img/new-site/logo-32.png?v=0001" sizes = "32x32" / >
< link rel = "icon" type = "image/png" href = "dist/img/new-site/logo-16.png?v=0001" sizes = "16x16" / >
2017-08-22 21:08:34 +00:00
2017-11-02 19:35:23 +00:00
< link rel = "apple-touch-icon" href = "dist/img/new-site/apple-touch-icon-1024.png?v=0001" >
< link rel = "apple-touch-icon" sizes = "76x76" href = "dist/img/new-site/apple-touch-icon-76.png?v=0001" >
< link rel = "apple-touch-icon" sizes = "120x120" href = "dist/img/new-site/apple-touch-icon-120.png?v=0001" >
< link rel = "apple-touch-icon" sizes = "152x152" href = "dist/img/new-site/apple-touch-icon-152.png?v=0001" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "dist/img/new-site/apple-touch-icon-180.png?v=0001" >
< link rel = "mask-icon" href = "dist/img/new-site/logo-mask.svg" color = "4360DF" >
2017-08-22 21:08:34 +00:00
2017-11-02 19:35:23 +00:00
<!-- favicon.ico in the root directory -->
< link rel = "stylesheet" href = "dist/css/main.css?v=0001" >
< meta property = "og:title" content = "Status, a Mobile Ethereum OS" / >
< / head >
2017-12-24 23:43:22 +00:00
< body >
< div class = "container" >
< div class = "page" >
< div class = "header-wrap" >
< div class = "header" >
< div class = "header__inner" >
< a class = "logo" href = "/" >
< span class = "logo__icon" > < / span >
< div class = "logo_text" >
< span class = "logo__title" > Status< / span >
< span class = "logo__description" > < span > A < / span > Mobile Ethereum OS< / span >
2017-08-22 21:08:34 +00:00
< / div >
2017-12-24 23:43:22 +00:00
< / a >
< div class = "nav" >
< a class = "nav__item nav__item--blog" target = "_blank" href = "https://blog.status.im/" > Blog< / 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 >
< a class = "nav__item" target = "_blank" href = "https://hardwallet.status.im/" > Hardwallet< / a >
< a class = "nav__item" target = "_blank" href = "https://openbounty.status.im/" > Open Bounty< / a >
< / div >
< div class = "shares" >
< 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--ri" > < a href = "https://chat.status.im/#/register" target = "_blank" > < / a > < / li >
< / ul >
2017-08-22 21:08:34 +00:00
< / div >
< / div >
2017-12-24 23:43:22 +00:00
< / div >
< / div >
2017-08-22 21:08:34 +00:00
2017-12-24 23:43:22 +00:00
< div class = "page__content-wrap" >
< div class = "page__content" >
<!-- Greenhouse Iframe Open positions Div -->
< div id = "grnhse_app" > < / div >
< script src = "https://boards.greenhouse.io/embed/job_board/js?for=status72" > < / script >
< / div >
< / div >
< / div >
< / div >
<!-- 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');
2017-08-22 21:08:34 +00:00
2017-12-24 23:43:22 +00:00
ga('create', 'UA-79146816-1', 'auto');
ga('send', 'pageview');
< / script >
<!-- /Google Analytics -->
< / body >
< / html >