-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexchange.html
More file actions
executable file
·223 lines (165 loc) · 9.01 KB
/
exchange.html
File metadata and controls
executable file
·223 lines (165 loc) · 9.01 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html class="no-js" lang="en" >
<head>
<meta charset="UTF-8">
<title>Wisp anonymous cryptocurrency</title>
<meta name="description" content="An alternative, open-source, wallet for the SpectreCoin anonymous cryptocurrency.">
<meta name="keywords" content="wisp, anonymous, spectrecoin, xspec, digital, currency, proof of stake, cryptocurrency">
<meta property="og:title" content="Wisp: Exchange"/>
<meta property="og:description" content="Exchange [on the exchange page of Wisp, a digital currency that is secure, private, and untraceable]">
<meta property="og:image" content="https://wispproject.github.io/img/home/logoo.png">
<meta property="og:site_name" content="wispproject.github.io, The Wisp Project">
<meta property="og:url" content="https://wispproject.github.io/index.html">
<meta property="og:type" content="website">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style3.css">
<link rel="stylesheet" href="css/style2.css">
<link rel="stylesheet" href="css/style4.css">
<link rel="apple-touch-icon" sizes="57x57" href="/img/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/img/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/img/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/img/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.2.1.min.js"><\/script>')</script>
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
<script src="js/main.js"></script>
<noscript>
<style type="text/css">
#heyou:hover + .main-nav
{
visibility: visible;
}
.main-nav:hover
{
visibility: visible;
}
</style>
</noscript>
<!-- <div class="hee" style="background-image: url('test.png');"></div></div> -->
<section class="et-hero-tabss" style="padding-bottom: 5vw;">
<div class="et-hero-tabs-container et-hero-tabs-container--top">
<a class="et-hero-tabb" href="/" style="background-image: url('img/home/logoblue.png'); "></a>
<a class="et-hero-tabbb" href="/index.html#mission">Mission Statement</a>
<a class="et-hero-tabbb" href="/index.html#features">Features</a>
<a class="et-hero-tabbb" href="/index.html#community">Community</a>
<a class="et-hero-tabbb" href="/index.html#wallets">Wallets</a>
<a class="et-hero-tabbb" href="/roadmap.html">Roadmap</a>
<a style="background-image: url('img/bars.png'); background-size: contain; background-repeat: no-repeat; background-position: center center; cursor: pointer;" class="icon nav-toggle" id="heyou"></a>
<div class=" main-nav" >
<ul class="active" id="nav-menu">
<li><a href="/index.html#mission">Mission Statement</a></li>
<li><a href="/index.html#features">Features</a></li>
<li><a href="/index.html#community">Community</a></li>
<li><a href="/index.html#wallets">Wallets</a></li>
<li><a href="/roadmap.html">Roadmap</a></li>
</ul>
</div>
<span class="et-hero-tab-slider"></span>
</div>
</section>
<!-- Main -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script src="js/index.js"></script>
<div class="team-content">
<div class="team-text">
<h1 class="roadmap-main-title">Exchange</h1>
<p class="roadmap-paragraph">Wisp targets only the decentralized exchanges. <br>Centralized exchange don't care and don't respect user's privacy.<br> Nonetheless, we cannot prevent them from listing Wisp.</p>
</div>
<div class="team-people">
<a href="https://www.bisq.network/" target="_blank" style=" text-decoration: none;"><div class="team-member" style="margin-left:auto;margin-right:auto;float:unset">
<!-- using a custom style until other exchange show up -->
<img class="member-picture" src="img/bisq.png">
<div class="member-text">
<h3 class="member-name">Bisq (Coming soon)</h3>
<p class="member-position">Decentralized exchange</p>
</div>
</div>
</a>
<!-- <a href="#" target="_blank">
<div class="team-member">
<img class="member-picture" src="img/none.png">
<div class="member-text">
<h3 class="member-name">Another exchange</h3>
<p class="member-position">Big liquidity exchange</p>
</div>
</div>
</a>
<a href="#" target="_blank">
<div class="team-member">
<img class="member-picture" src="img/none.png">
<div class="member-text">
<h3 class="member-name">Another exchange</h3>
<p class="member-position">Big liquidity exchange</p>
</div>
</div>
</a>
<a href="#" target="_blank">
<div class="team-member">
<img class="member-picture" src="img/none.png">
<div class="member-text">
<h3 class="member-name">Another exchange</h3>
<p class="member-position">Big liquidity exchange</p>
</div>
</div>
</a>
-->
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-7 footer-logo-container hidden-xs">
<div class="footer-menu list-unstyled">© Wisp 2018</div>
</div><!-- /.col-sm-7 -->
<div class="col-sm-5 footer-links-container">
<div class="row">
<div class="col-xs-3">
<ul class="footer-menu list-unstyled">
<li class="footer-menu-link"><a class="footer-menu-link" href="/exchange.html">Exchange</a> </li>
</ul>
</div><!-- /.col-xs-3 -->
<div class="col-xs-3">
<ul class="footer-menu list-unstyled">
<li class="footer-menu-link"><a class="footer-menu-link" href="/donate.html">Donate</a> </li>
</ul>
</div><!-- /.col-xs-3 -->
<div class="col-xs-3">
<ul class="footer-menu list-unstyled">
<li class="footer-menu-link"><a class="footer-menu-link" href="/about.html">About</a> </li>
</ul>
</div><!-- /.col-xs-4 -->
<div class="col-xs-3">
<ul class="footer-menu list-unstyled">
<li class="footer-menu-link"><a class="footer-menu-link" href="/faq.html">FAQ</a> </li>
</ul>
</div><!-- /.col-xs-3 -->
</div><!-- /.row -->
</div><!-- /.col-sm-5 -->
</div><!-- /.row -->
<div class="footer-logo-container-mobile visible-xs">
<p class="footer-copyright">© Wisp 2018</p>
</div><!-- /.footer-logo-container-mobile -->
</div><!-- /.container -->
</footer>
<div id="mobile-nav-overlay" class="overlay"></div>
</div>
<script src="js/indexx.js"></script>
</body>
</html>