-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
executable file
·96 lines (89 loc) · 4.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>MEWwallet by MyEtherWallet</title>
<link rel="stylesheet" type="text/css" href="css/style.min.css?v=2" media="screen">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="pic/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="pic/touch-icon.png" rel="apple-touch-icon">
</head>
<body>
<div class="wrapper">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<a href="/" class="logo">
<div class="logo__icon"></div>
<h1 class="logo__title">MEW<br />wallet</h1>
<h4 class="logo__subtitle">by MyEtherWallet</h4>
</a>
<div class="beta">
<p class="beta__description">Finally, an official MEW wallet mobile app</p>
</div>
<div class="mew-phone">
<img
src="https://uploads-ssl.webflow.com/5d986be5e288d8dfc49af834/5d9b0b9fe7a0b353daf26e8c_wirePhone%402x.jpg"
width="400"
srcset="pic/phone-500.jpeg 500w, pic/phone-800.jpg 800w"
sizes="(max-width: 479px) 80vw, 40vw"
alt=""
class="mew-phone__img"
>
</div>
<a href="https://testflight.apple.com/join/PaBT4Ftd" class="beta__button"></a>
<p class="beta__coming-soon">Android coming soon</p>
</div>
<div class="col-lg-6"></div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<ul class="footer__links">
<li>
<a href="https://www.mewtopia.com" class="footer__link">MEWtopia</a>
</li>
<li>
<a href="https://kb.myetherwallet.com/" class="footer__link">Knowledge Base</a>
</li>
<li>
<a href="https://www.myetherwallet.com/" class="footer__link">MyEtherWallet.com</a>
</li>
<li>
<a href="https://team.myetherwallet.com/" class="footer__link">Team</a>
</li>
<li>
<a href="mailto:[email protected]?subject=MEW%20wallet%20landing%20page%20private%20beta" class="footer__link">Support</a>
</li>
<li>
<a href="https://www.myetherwallet.com/privacy-policy" class="footer__link">Privacy policy</a>
</li>
</ul>
</div>
<div class="col-lg-6"></div>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6"></div>
<div class="col-lg-6">
<div class="footer__soc-links">
<a href="https://www.facebook.com/MyEtherWallet/" target="_blank" class="footer__soc-links-item footer__soc-links-item--facebook"></a>
<a href="https://twitter.com/myetherwallet" target="_blank" class="footer__soc-links-item footer__soc-links-item--twitter"></a>
<a href="https://www.instagram.com/myetherwallet/" target="_blank" class="footer__soc-links-item footer__soc-links-item--instagram"></a>
<a href="https://www.linkedin.com/company/myetherwallet" target="_blank" class="footer__soc-links-item footer__soc-links-item--linkedin"></a>
<a href="https://github.com/MyEtherWallet" target="_blank" class="footer__soc-links-item footer__soc-links-item--github"></a>
<a href="https://www.reddit.com/r/MyEtherWallet/" target="_blank" class="footer__soc-links-item footer__soc-links-item--reddit"></a>
<a href="https://medium.com/@myetherwallet" target="_blank" class="footer__soc-links-item footer__soc-links-item--medium"></a>
</div>
<div class="footer__copyright">© 2020 MyEtherWallet, Inc</div>
</div>
</div>
</div>
</div>
<script src="js/script.min.js?v=2"></script>
</body>
</html>