-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
395 lines (297 loc) · 19.4 KB
/
index.html
File metadata and controls
395 lines (297 loc) · 19.4 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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<!DOCTYPE html>
<html lang="en" class="no-js">
<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: Home"/>
<meta property="og:description" content="Home [on the home 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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<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/main.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style2.css">
<link rel="stylesheet" href="css/style3.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">
</head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/1.0.1/trianglify.min.js"></script>
<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">
#backg
{
background-image: url('img/nojsmall.png');
background-size: cover;
height: 100%;
width: 100%;
}
#heyou:hover + .main-nav
{
visibility: visible;
}
.main-nav:hover
{
visibility: visible;
}
</style>
</noscript>
<!-- Hero -->
<section class="et-hero-tabs">
<div class="test" id="banner"><div id="backg"> <div class="hee" style="background-image: url('img/home/test.png');"></div> <div class="section1-overview-content page-heading">
<h2 class="section1-overview-title">Fast. Secure. Private.</h2>
<p class="section1-overview-text">Complete privacy from start to finish.</pn>
</div>
</div>
<div class="ha" ><button class="button haha button-border button-rounded button-primary">Download wallet</button>
<a href="/White-Paper-v1.pdf"><button class="button haha button-rounded">Read whitepaper</button></a></div>
<div class="et-hero-tabs-container">
<a class="et-hero-tabb" href="/" style="background-image: url('img/home/logoblue.png'); "></a>
<a class="et-hero-tab" href="#mission">Mission Statement</a>
<a class="et-hero-tab" href="#features">Features</a>
<a class="et-hero-tab" href="#community">Community</a>
<a class="et-hero-tab" href="#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 id="nav-menu" class="active">
<li><a href="#mission">Mission Statement</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#community">Community</a></li>
<li><a href="#wallets">Wallets</a></li>
<li><a href="/roadmap.html">Roadmap</a></li>
</ul>
</div>
<span class="et-hero-tab-slider"></span>
</div>
</section>
<!-- Main -->
<main class="et-main" style="background-color: #ffffff">
<section id="mission">
<div class="section3-home">
<div class="section3-home-content">
<div class="section3-home-header">
<h3 class="section3-home-heading">Mission statement</h3>
<h1 class="section3-home-subheading" style="text-align: center;">Built to preserve freedom for everyone. </h1>
<p class="section3-home-text">Though there exists an ever-growing number of privacy coins being produced on a regular basis, the commitment to privacy often doesn't extend beyond the in-house technology and it's ability to conceal the identity and actions of the user. We at WISP believe that in order to have a truly private society the population has to have control of their finances. Financial freedom is the only way to truly not be subject to debt slavery and you can't have financial freedom when the value of your currency is determined by a select few people in power.</p>
</div>
<div class="section3-home-row-1 clearfix">
<div class="section3-home-subsection home-subsection--integrated">
<h4 class="section3-home-subsection-heading">Proof of Stake</h4>
<p class="section3-home-subsection-text">PoSv3 yields a 5% annual return for everyone supporting the network by staking with their wallet. PoS has extremely low energy usage, so it is affordable for everyone with internet.</p>
</div>
<img src="img/home/integrated.png" class="section3-home-image-integrated section3-home-image-integrated-default img-responsive">
<img src="img/home/integrated_1440.png" class="section3-home-image-integrated section3-home-image-integrated-1440 img-responsive">
<div class="section3-home-subsection home-subsection--integrated">
<h4 class="section3-home-subsection-heading">Private by default</h4>
<p class="section3-home-subsection-text">Private transactions are the default, Wisp incorporates features from both the Zerocoin protocol and from the Cryptonote protocol to be able to perform anonymous transactions.</p>
</div>
</div>
<div class="section3-home-row-2 clearfix">
<div class="section3-home-subsection home-subsection--safety" style="margin-top: 100px;">
<h4 class="section3-home-subsection-heading">Fast transactions</h4>
<p class="section3-home-subsection-text">Low fees, 30-60 seconds block times and plenty room for growth makes Wisp ideal for cash remittances for everyone.</p>
</div>
<div class="section3-home-subsection home-subsection--universal" style="margin-top: 100px;">
<h4 class="section3-home-subsection-heading">Eco-friendly</h4>
<p class="section3-home-subsection-text">Wisp doesn't require heavy mining ressource, which makes it an environmentally friendly coin.</p>
</div>
<div class="section3-home-subsection home-subsection--experience" style="margin-top: 100px;">
<h4 class="section3-home-subsection-heading">Bitcoin based</h4>
<p class="section3-home-subsection-text">Wisp use a modified Bitcoin source code, implying that most of the upgrades applied to Bitcoin can also be applied to Wisp.</p>
</div>
</div>
</div>
</div>
</section>
<section id="features">
<div class="overview-white-section" style="background-color: #fafafa">
<div class="feature-black" style="background-color: #fafafa">
<div class="feature-black-left feature-black-left-customizable">
<h3 style="color:#000000; padding-top: 20px;" class="overview-subtitle">A realistic view
of what true privacy means</h3>
</div>
<div class="feature-black-right feature-black-right-individual">
<p class="feature-black-text-subtitle" style="color:#000000; padding-top: 20px;">
Wisp is using the best technologies available in order to provide strong privacy to its users.
</p>
</div>
</div>
<div class="feature-black feature-black-tags-and-folders" style="background-color: #fafafa; padding-top: 72px;">
<div class="feature-black-left">
<h3 class="overview-title-left" style="color:#000000">Native Tor <br>integration</h3>
<p class="overview-black-text" style="color:#000000">
The entire Wisp Network operates under the anonymity and protection of the latest version of Tor. User identity is never compromised. No exit nodes, the traffic never leaves the Tor network.<br><br>Wisp enables use to use OBSF4 Bridges to access the network from anywhere, even in Tor blocked countries such as China or Iran.
</p>
</div>
<div class="feature-black-right feature-black-right-tags-and-folders">
<img class="feature-interface-tags-and-folders" src="img/home/tor.png" height="415" alt="Tor integration">
</div>
</div>
<div class="feature-black feature-black-tags-and-folders" style="background-color: #fafafa">
<div class="feature-black-left">
<h3 class="overview-title-left" style="color:#000000">Ring signature</h3>
<p class="overview-black-text" style="color:#000000">
A Wisp ring signature is composed by an output (aUTXO) of the actual sender, which is then combined other outpouts pulled from the blockchain to form a ring.<br><br> Ring signatures protect the sender by obscuring the input side of a transaction so that it is computationally infeasible to determine who the actual signer of a transaction is.
</p>
</div>
<div class="feature-black-right feature-black-right-tags-and-folders">
<img class="feature-interface-tags-and-folders" src="img/home/ring.png" height="415" alt="Ring Signature">
</div>
</div>
<div class="feature-black feature-black-tags-and-folders" style="background-color: #fafafa">
<div class="feature-black-left">
<h3 class="overview-title-left" style="color:#000000">Stealth address</h3>
<p class="overview-black-text" style="color:#000000">
Stealth addresses are an important part of Wisp's inherent privacy. They allow and require the sender to create random one-time addresses for every transaction on behalf of the recipient.<br><br>By using stealth addresses, the unlinkability of transactions is guaranteed.
</p>
</div>
<div class="feature-black-right feature-black-right-tags-and-folders">
<img class="feature-interface-tags-and-folders" src="img/home/stealth.png" height="415" alt="Stealth Address">
</div>
</div>
</div>
</section>
<section id="community">
<div class="section1">
<div class="section3-home-header">
<div class="section3-home-content">
<h3 class="section1-subheading">We are community driven.</h3>
<p class="section3-home-text"><br>As Wisp is an open source community driven project, our team consists of freelancers and communtiy members who donate their time and resources to the projects success. Everyone is encouraged to apply your ideas and skills to Wisp and we work together to help each other achieve our goals. Below are just some of the current contributors to Wisp Project. We operate under pen names to protect our privacy, but we are quite friendly and straightforward in chat. <br><br>@vvc @jbg @Hippiepyro @trainasauruswrecks @coinye @dandan123 @Tom14 <br>@Skull @huberhumphrey @Gandalf86 @Dave @dirge @shaybix</p>
</div>
<ul class="social-media-icon-list">
<h3 style="padding-bottom: 15px;">Join us today !</h3>
<li class="social-icon" style="margin-left: 0"><a href="https://twitter.com/WISP_Project" target="_blank"><img class="social-img" src="img/twitter.png" alt="Twitter"></a></li>
<li class="social-icon"><a href="https://discord.gg/D9Ha24K" target="_blank"><img class="social-img" src="img/discord.png" alt="Discord"></a></li>
<li class="social-icon"><a href="https://github.com/wispproject" target="_blank"><img class="social-img" src="img/github.png" alt="Github"></a></li>
<li class="social-icon"><a href="https://www.reddit.com/r/wispofficial" target="_blank"><img class="social-img" src="img/reddit.png" alt="Reddit"></a></li>
<li class="social-icon"style="margin-right: 0; margin-bottom: 100px;"><a href="#" target="_blank" style="margin-right:0"><img class="social-img" src="img/bitcointalk.png" alt="Bitcointalk"></a></li>
</ul>
</div>
</div>
</section>
<section id="wallets">
<div class="header" style="border-top: 2px solid #f7f7f7;">
<div class="header-content">
<img src="img/home/integrated_1440.png" style="width: 25%; height: 25%;margin-bottom: 25px;"></img>
<div class="">
<h3 class="header-title"><span class="header-subtitle">Download a wallet</span></h3>
<p class="header-paragraph">Download your wallet to secure your own funds and receive additional coins as a reward for staking.</p>
</div>
<div class="header-separator"></div>
<div class="section__footer" style="margin-top: 50px;margin-bottom: 50px;">
<a href="#" class="button button-rounded button-border" style="margin: 10px;"><img style="margin-right: 5px;" src="img/icons/apple.png" height="24"> Install for MacOS</a>
<a href="#" class="button button-rounded button-border" style="margin: 10px;"><img style="margin-right: 5px;" src="img/icons/windows.png" height="24"> Install for Windows</a>
<a href="#" class="button button-rounded button-border" style="margin: 10px;"><img style="margin-right: 5px;" src="img/icons/linux.png" height="24"> Install for Linux</a>
</div>
<div class="">
<h3 ><span style="font-weight: 400;">Or :</span></h3>
</div>
<a href="https://github.com/wispproject/wallet" class="button button-rounded button-border" style="margin: 10px;"><img style="margin-right: 5px;" src="img/icons/github.png" height="24">Compile from source</a>
<a href="/paperwallet.html" class="button button-rounded button-border" style="margin: 10px;"><img style="margin-right: 5px;" src="img/icons/paperwallet.png" height="24">Paper Wallet</a>
</div>
</div>
</section>
<section id="tab-other">
</section>
</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>
<script>
$(document).ready(function() {
$('.overview-section1.loading').removeClass('loading').addClass('loaded');
window.setTimeout(function(){
$('#centerContainer').removeClass('loading').addClass('loaded');
}, 750);
var bannerDiv = document.getElementById('banner');
var dimensions = bannerDiv.getClientRects()[0];
var pattern = Trianglify({
height: dimensions.height,
width: dimensions.width,
seed: 'ESAI',
x_colors: 'Blues',
cell_size: 50,
stroke_width: 0.01
});
bannerDiv.appendChild(pattern.canvas());
$(window).on('resize', function() {
$("canvas").remove();
var dimensions = bannerDiv.getClientRects()[0];
var pattern = Trianglify({
height: dimensions.height,
width: dimensions.width,
seed: 'ESAI',
x_colors: 'Blues',
cell_size: 50,
stroke_width: 0.01
});
bannerDiv.appendChild(pattern.canvas());
});
});
</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>
</body>
</html>