forked from waellet/waellet.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (87 loc) · 4.42 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>waellet</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css">
<meta name="google-site-verification" content="_dgonakcigj3HnZFDTEIm2yn7VL6cqRfmXd1ABxANTY" />
<script src="https://kit.fontawesome.com/0eff4e38d9.js"></script>
</head>
<body class="stars">
<div class="ae"></div>
<div class="welcome">
<section>
<div class="page">
<div class="row">
<div class="col-sm-12 col-md-4 offset-md-4">
<h1>waellet</h1>
<div>
<img src="/images/waellet.png" alt="" height="160px">
</div>
<ul class="ul-list">
<li>
<a href="//chrome.google.com/webstore/detail/waellet/nnkfipoloblhgnahnaocfkhmmplcdneb" class="download">
<i class="fab fa-2x fa-chrome"></i>
<span class="df">Download from</span>
<span class="dfn">Chrome Store</span>
</a>
</lI>
<li>
<a href="//addons.mozilla.org/en-US/firefox/addon/waellet" class="download">
<i class="fab fa-2x fa-firefox"></i>
<span class="df">Download from</span>
<span class="dfn">Firefox Store</span>
</a>
</li>
<li>
<a href="//github.com/aeternity/aepp-waellet/releases" class="download">
<i class="fab fa-2x fa-github""></i>
<span class="df">Download from</span>
<span class="dfn">Github</span>
</a>
</li>
</ul>
</div>
</div>
<div class="social">
<a href="https://twitter.com/waellet?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @waellet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="seeds">
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
</div>
</div>
</section>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-3">
<ul class="bd-footer-links">
<li><a href="https://github.com/aeternity/aepp-waellet">GitHub</a></li>
<li><a href="https://twitter.com/waellet">Twitter</a></li>
<li><a href="https://github.com/aeternity/aepp-waellet/wiki">About</a></li>
</ul>
</div>
<div class="col-sm-9">
<p>Designed and built with all the love in the world by the <a href="//hack.bg">hack</a> team and made possible with the help of <a href="//aeternity.com">aeternity</a>.</p>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>