updated layers
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
17
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=18f5be2">
|
||||
<link rel="stylesheet" href="css/main.css?v=1868412">
|
||||
|
||||
<meta property="og:title" content="Status, a Mobile Ethereum OS" />
|
||||
|
||||
|
@ -148,7 +148,18 @@
|
|||
<div class="phone-layer"></div>
|
||||
</div>
|
||||
|
||||
<div class="phone-device"></div>
|
||||
<div class="phone-device">
|
||||
<div class="phone-lines">
|
||||
<div class="phone-line"></div>
|
||||
<div class="phone-line"></div>
|
||||
<div class="phone-line"></div>
|
||||
</div>
|
||||
<div class="phone-dots">
|
||||
<div class="phone-dot"></div>
|
||||
<div class="phone-dot"></div>
|
||||
<div class="phone-dot"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="phone-docs-button">
|
||||
<p>Check out our resources and familiarize yourself with our documentation.</p>
|
||||
|
@ -369,7 +380,7 @@
|
|||
</div>
|
||||
|
||||
|
||||
<script src="js/app.js?v=2033b57"></script>
|
||||
<script src="js/app.js?v=121ebe5"></script>
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
|