added success.html
This commit is contained in:
commit
9cad386384
|
@ -3,8 +3,9 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<title>Status | a Mobile Ethereum OS</title>
|
||||
<meta name="description" content="Status, a Mobile Ethereum OS">
|
||||
|
||||
<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">
|
||||
|
||||
<link rel="icon" type="image/png" href="img/new-site/logo-32.png" sizes="32x32" />
|
||||
|
@ -19,7 +20,16 @@
|
|||
|
||||
<!-- favicon.ico in the root directory -->
|
||||
<link rel="stylesheet" href="css/main.css?v=16d1099">
|
||||
|
||||
<meta property="og:title" content="Status, a Mobile Ethereum OS" />
|
||||
|
||||
<!-- Heap Analytics -->
|
||||
<script type="text/javascript">
|
||||
window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=t.forceSSL||"https:"===document.location.protocol,a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=(r?"https:":"http:")+"//cdn.heapanalytics.com/js/heap-"+e+".js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n);for(var o=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","removeEventProperty","setEventProperties","track","unsetEventProperty"],c=0;c<p.length;c++)heap[p[c]]=o(p[c])};
|
||||
heap.load("1816593697");
|
||||
</script>
|
||||
<!-- /Heap Analytics -->
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
@ -132,7 +142,7 @@
|
|||
<div class="slide__inner">
|
||||
<div class="slide__header">
|
||||
<h2 class="slide__title">A Mobile Ethereum Interface</h2>
|
||||
<p class="slide__description">Seamlessly interact with the emerging ecosystem of DApps, wave goodbye to central intermediaries, and take control of your data. Coming soon to Android & iOS.</p>
|
||||
<p class="slide__description">Seamlessly interact with the emerging ecosystem of DApps, wave goodbye to central intermediaries, and take control of your data.</p>
|
||||
</div>
|
||||
|
||||
<div class="dapps">
|
||||
|
@ -202,7 +212,7 @@
|
|||
|
||||
</div>
|
||||
<div class="slide__footer">
|
||||
Experience the DApp ecosystem develop, and get a glimpse of our decentralized future.
|
||||
Coming soon to Android and iOS.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -212,7 +222,7 @@
|
|||
<div class="slide__inner">
|
||||
<div class="slide__header slide__header--inversed">
|
||||
<h2 class="slide__title">Discover a decentralized economy</h2>
|
||||
<p class="slide__description">Find DApps and other Status users through the Discover feature. Exchange currency, services, and ideas, and help to grow the movement for decentralization.</p>
|
||||
<p class="slide__description">Find DApps and other Status users through the Discover feature. Exchange currency, services, and ideas - helping to grow the movement for decentralization.</p>
|
||||
</div>
|
||||
|
||||
<div class="points">
|
||||
|
|
Loading…
Reference in New Issue