-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
434 lines (333 loc) · 17.8 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
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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!DOCTYPE html>
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>EthVPN</title>
<meta name="description" content="All about the EthVPN decentralized VPN service.">
<meta name="keywords" content="awesome">
<meta name="author" content="TemplateOcean">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- =========================
FAV AND TOUCH ICONS
============================== -->
<link rel="icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- =========================
STYLESHEETS
============================== -->
<!-- BOOTSTRAP CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- EXTERNAL PLUGIN CSS -->
<link rel="stylesheet" href="css/swiper.min.css"> <!-- Screenshot Slider -->
<link rel="stylesheet" href="css/nivo-lightbox.css"> <!-- Screenshot Slider -->
<link rel="stylesheet" href="css/themes/default/default.css"> <!-- Nivo Lightbox -->
<!-- TYPOGRAPHY -->
<link id="toTypography" href="css/typography/typography-1.css" rel="stylesheet">
<!-- CUSTOM CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- COLORS -->
<link id="toColor" href="css/colors/green.css" rel="stylesheet">
<!-- RESPONSIVE FIXES -->
<!-- <link rel="stylesheet" href="css/responsive.css"> -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body class="body-container">
<div id="page" class="page"> <!-- start page -->
<!-- start page -->
<!-- =========================
NAVBAR
============================== -->
<div class="navbar navbar-nemo navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#nemo-navigation" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar icon-bar-top"></span>
<span class="icon-bar icon-bar-middle"></span>
<span class="icon-bar icon-bar-bottom"></span>
</button>
<!-- YOUR LOGO -->
<a class="navbar-brand" href="#">
<img src="images/logo-alt.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="nemo-navigation">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#feature">Features</a></li>
<li><a href="#description">FAQ</a></li>
<li><a href="#screenshot">Team</a></li>
<li><a href="#pricing-table">Pricing</a></li>
<li><a href="#testimonial"></a></li>
<li><a href="#download"></a></li>
</ul>
</div>
</div>
</div>
<!-- =========================
APP HOME
============================== -->
<section class="home app-home-2 polygon-bg cover-bg text-center editBG" id="app-home-2" style="outline-offset: -3px;">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="heading-text">EthVPN: Airbnb for VPNs</h1>
<p class="sub-heading mb50">Decentralized VPN powered by Ethereum.</p>
<div class="home-download-btn">
<a href="https://github.com/ethvpn/code/blob/master/HOWTO.md" class="btn btn-white btn-lg">Try it out!</a>
<div class="stores-on text-center">
Available on
<i class="icon svg-apple"><!--?xml version="1.0" encoding="utf-8"?--> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"> <path d="M17.5 3.813c1-1.25 2.75-2.125 4.188-2.188 0.188 1.688-0.5 3.375-1.5 4.563-1 1.25-2.625 2.188-4.25 2.063-0.188-1.688 0.625-3.375 1.563-4.438zM25.688 26.813c-1.188 1.75-2.438 3.5-4.375 3.563-1.938 0-2.563-1.188-4.75-1.188s-2.875 1.125-4.688 1.188c-1.875 0.125-3.313-1.875-4.563-3.625-2.438-3.563-4.313-10.125-1.813-14.5 1.25-2.188 3.5-3.563 5.938-3.625 1.875 0 3.625 1.25 4.75 1.25s3.25-1.563 5.5-1.313c0.938 0.063 3.563 0.375 5.25 2.875-0.125 0.063-3.125 1.813-3.125 5.438 0.063 4.375 3.813 5.813 3.875 5.875-0.063 0.063-0.625 2.063-2 4.063z"></path> </svg> </i>
<i class="icon svg-playstore"><!--?xml version="1.0" encoding="utf-8"?--> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"> <path d="M12.188 8.813l6.5 6.5 3.75-3.75-7.938-4.438c-4.375-2.438-8.125-4.5-8.375-4.625-0.313-0.125 0.875 1.125 6.063 6.313zM4.5 2.875c-0.438 0.438-0.438 0.75-0.438 13.188 0 12.5 0 12.75 0.438 13.125 0.125 0.125 0.813-0.5 6.813-6.5l6.688-6.688-6.688-6.688c-6.25-6.25-6.688-6.625-6.813-6.438zM21.375 14l-2 2 2 1.938 1.938 2 2.438-1.375c1.375-0.75 2.625-1.563 2.813-1.75 0.563-0.563 0.563-1.125 0-1.688-0.188-0.188-1.25-0.813-2.375-1.438-1.063-0.625-2.188-1.25-2.438-1.375l-0.438-0.25zM14.875 20.375c-9.063 9.188-9.188 9.313-8.75 9.125 0.375-0.125 14.875-8.25 16-8.938l0.313-0.125-3.813-3.813z"></path> </svg> </i>
<i class="icon svg-windows-1"><!--?xml version="1.0" encoding="utf-8"?--> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"> <path d="M30 16.563v13.438l-15.5-2.25v-11.188zM13.5 16.563v11.063l-11.5-1.688v-9.375zM30 2v13.563h-15.5v-11.375zM13.5 4.375v11.188h-11.5v-9.563z"></path> </svg> </i>
</div>
</div>
<img src="https://raw.githubusercontent.com/ethvpn/ethvpn.github.io/master/uploaded_images/ssocks.png" alt="" class="img-responsive img-center" style="border-radius: 0px; border-color: rgb(255, 255, 255); border-style: none; border-width: 1px;">
</div>
</div> <!-- /.row -->
</div>
</section><!-- start page -->
<!-- =========================
APP FEATURES
============================== -->
<section class="features app-features-5 padding-120-75 secondary-bg" id="app-features-5-2" style="outline-offset: -3px;">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-8 col-sm-10 col-lg-offset-3 col-md-offset-2 col-sm-offset-1">
<div class="section-heading text-center">
<h2 class="heading-text">Features</h2>
<hr class="lines">
<p class="sub-heading">Much Features. Such Wow.</p>
</div> <!-- /.section-heading -->
</div>
</div> <!-- /.row -->
<div class="row">
<div class="col-md-6 col-sm-8 col-md-offset-0 col-sm-offset-2 mb50">
<img src="https://raw.githubusercontent.com/ethvpn/ethvpn.github.io/master/uploaded_images/eth%20floaty%20logo.png" alt="" class="img-responsive img-left" style="border-radius: 0px; border-color: rgb(97, 97, 97); border-style: none; border-width: 1px;">
</div>
<div class="col-md-6 col-sm-8 col-md-offset-0 col-sm-offset-2 mb50">
<div class="media media-chained">
<div class="media-left">
<i class="icon svg-lightning-regular icon-shape width-75 radius-30 icon-border-1"><!--?xml version="1.0" encoding="utf-8"?--> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"> <path d="M32 0l-27.063 11.063 8 8-12.938 12.938 27.063-11.063-8-8zM24.875 20.438l-19.688 8 8.625-8.625 0.813-0.875-0.813-0.875-6.688-6.625 19.688-8-9.438 9.5 0.813 0.875z"></path> </svg> </i>
</div>
<div class="media-body">
<h3 class="title-text">1. Use your Ether currency!</h3>
<p>Fund viral user centered design SpaceTeam affordances physical computing engaging ideate responsive latte entrepreneur. </p>
</div>
</div>
<div class="media media-chained">
<div class="media-left">
<i class="icon svg-gift-regular icon-shape width-75 radius-30 icon-border-1"><!--?xml version="1.0" encoding="utf-8"?--> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"> <path d="M32 8h-10.188c0.563-0.625 0.938-1.5 0.938-2.438 0-2.125-1.563-3.688-3.688-3.688-1.188 0-2.438 0.563-3.063 1.563-0.625-1-1.813-1.563-3.063-1.563-2.125 0-3.688 1.563-3.688 3.688 0 0.938 0.375 1.813 0.938 2.438h-10.188v4.938h1.25v17.188h29.5v-17.188h1.25zM19.063 3.063c1.375 0 2.5 1.125 2.5 2.5 0 1.313-1.125 2.438-2.5 2.438h-2.438v-2.438c0-1.375 1.125-2.5 2.438-2.5zM10.438 5.563c0-1.375 1.125-2.5 2.5-2.5 1.313 0 2.438 1.125 2.438 2.5v2.438h-2.438c-1.375 0-2.5-1.125-2.5-2.438zM1.25 9.25h14.125v2.438h-14.125zM2.438 12.938h12.938v16h-12.938zM29.563 28.938h-12.938v-16h12.938zM30.75 11.688h-14.125v-2.438h14.125z"></path> </svg> </i>
</div>
<div class="media-body">
<h3 class="title-text">2. Installs on any platform.</h3>
<p>Works on Windows, OSX, iOS, and Android.</p>
</div>
</div>
<div class="media media-chained">
<div class="media-left">
<i class="icon svg-basic-geolocalize-05 icon-shape width-75 radius-30 icon-border-1"><!--?xml version="1.0" encoding="utf-8"?--> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"> <path d="M18.5 9.5c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5c0 1.375 1.125 2.5 2.5 2.5s2.5-1.125 2.5-2.5zM14.5 9.5c0-0.813 0.688-1.5 1.5-1.5s1.5 0.688 1.5 1.5c0 0.813-0.688 1.5-1.5 1.5s-1.5-0.688-1.5-1.5zM16 24.313l0.375-0.5c0.25-0.313 6.625-8.188 6.625-13.313 0-4.125-3.188-7.5-7-7.5-3.875 0-7 3.375-7 7.5 0 5.125 6.313 13 6.625 13.313zM16 4c3.313 0 6 2.938 6 6.5 0 4.063-4.625 10.375-6 12.188-1.375-1.813-6-8.125-6-12.188 0-3.563 2.688-6.5 6-6.5zM21.5 18v1h4.188l4.938 9h-29.25l4.938-9h4.188v-1h-4.813l-6.063 11h32.75l-6.063-11z"></path> </svg> </i>
</div>
<div class="media-body">
<h3 class="title-text">3. Even works in China.</h3>
<p>Behold the glories of ShadowSocks!</p>
</div>
</div>
</div>
</div> <!-- /.row -->
</div>
</section><!-- start page -->
<!-- =========================
FAQ
============================== -->
<section class="faqs faqs-2 padding-120-60" id="faqs-2">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-8 col-sm-10 col-lg-offset-3 col-md-offset-2 col-sm-offset-1">
<div class="section-heading text-center">
<h2 class="heading-text">FAQs</h2>
<hr class="lines">
<p class="sub-heading">Everything you'd probably ask.</p>
</div> <!-- /.section-heading -->
</div>
</div> <!-- /.row -->
<div class="row faqs-2-items">
<div class="col-md-6 mb60">
<h5 class="title-text">Why use EthVPN?</h5>
<p>Foremost, given that any IP address can join EthVPN, it is nigh-impossible to block. Moreover, it's usually cheaper than a standard VPN! No credit card! Pay in Ether!</p>
</div>
<div class="col-md-6 mb60">
<h5 class="title-text">What kind of privacy guarantees do I have?</h5>
<p>Very few. The person you choose as your VPN provider could sell your information to adversaries. If you want true privacy, use Tor. EthVPN trades privacy guarantees for speed, robustness, and convenience.</p>
</div>
<div class="col-md-6 mb60">
<h5 class="title-text">How does it work?</h5>
<p>Install ShadowSocks on your machine. Select a proxy. Set your proxy settings. <i>You're done!</i></p>
</div>
<div class="col-md-6 mb60">
<h5 class="title-text">How are you different from Mysterium?</h5>
<p>With EthVPN you can use the native Ether currency. But most importantly, ours works right now.</p>
</div>
<div class="col-md-6 mb60">
<h5 class="title-text">When is it available?</h5>
<p>The basics features are available right now! With more features coming!</p>
</div>
<div class="col-md-6 mb60">
<h5 class="title-text">Is this in any way related to or sponsored by the illustrious Ethereum Foundation?</h5>
<p>No.</p>
</div>
</div> <!-- /.row -->
</div>
</section><!-- start page -->
<!-- =========================
COURSE INSTRUCTORS
============================== -->
<section class="course-instructors white-bg padding-120-75" id="course-instructors" style="background-image: none; background-color: rgb(217, 210, 233);" src="https://raw.githubusercontent.com/ethvpn/ethvpn.github.io/master/uploaded_images/eth%20floaty%20logo.png">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-8 col-sm-10 col-lg-offset-3 col-md-offset-2 col-sm-offset-1">
<div class="section-heading text-center">
<h2 class="heading-text">Your humble curators</h2>
<hr class="lines">
<p class="sub-heading">Just two blur guys.</p>
</div> <!-- /.section-heading -->
</div>
</div> <!-- /.row -->
<div class="row text-center">
<div class="col-md-3 col-xs-6 p_lr45 mb40">
<figure class="intro-vio">
<div class="img-scale thumbnail-circle">
<img src="https://raw.githubusercontent.com/ethvpn/ethvpn.github.io/master/uploaded_images/11081336_10105485660868509_4636030788785899213_n-1.jpg" alt="" class="img-responsive" style="border-radius: 0px; border-color: rgb(97, 97, 97); border-style: none; border-width: 1px;">
</div>
<figcaption>
<h4 class="title-text">Dr. Virgil Griffith</h4>
<p>Developer</p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-xs-6 p_lr45 mb40">
<figure class="intro-vio">
<div class="img-scale thumbnail-circle">
<img src="https://raw.githubusercontent.com/ethvpn/ethvpn.github.io/master/uploaded_images/profile.jpg" alt="" class="img-responsive" style="border-radius: 0px; border-color: rgb(97, 97, 97); border-style: none; border-width: 1px;">
</div>
<figcaption>
<h4 class="title-text">Loi Luu</h4>
<p>Contributor</p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-xs-6 p_lr45 mb40">
<figure class="intro-vio">
<div class="img-scale thumbnail-circle">
<img src="https://raw.githubusercontent.com/ethvpn/ethvpn.github.io/master/uploaded_images/person3.png" alt="" class="img-responsive" style="border-radius: 0px; border-color: rgb(97, 97, 97); border-style: none; border-width: 1px;">
</div>
<figcaption>
<h4 class="title-text">You?</h4>
<p></p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-xs-6 p_lr45 mb40">
<figure class="intro-vio">
<div class="img-scale thumbnail-circle">
</div>
<figcaption>
<h4 class="title-text"></h4>
<p></p>
</figcaption>
</figure>
</div>
</div> <!-- /.row -->
<div class="row text-center">
<div class="col-md-3 col-xs-6 p_lr45 mb40">
<figure class="intro-vio">
<div class="img-scale thumbnail-circle">
</div>
<figcaption>
<h4 class="title-text"></h4>
<p></p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-xs-6 p_lr45 mb40">
<figure class="intro-vio">
<div class="img-scale thumbnail-circle">
</div>
<figcaption>
<h4 class="title-text"></h4>
<p></p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-xs-6 p_lr45 mb40">
<figure class="intro-vio">
<div class="img-scale thumbnail-circle">
</div>
<figcaption>
<h4 class="title-text"></h4>
<p></p>
</figcaption>
</figure>
</div>
<div class="col-md-3 col-xs-6 p_lr45 mb40">
<figure class="intro-vio">
<div class="img-scale thumbnail-circle">
</div>
<figcaption>
<h4 class="title-text"></h4>
<p></p>
</figcaption>
</figure>
</div>
</div> <!-- /.row -->
</div>
</section><!-- start page -->
<!-- =========================
SMALL TEXT SECTION
============================== -->
<div class="small-content text-center secondary-bg" id="small-content-1">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<p class="text-big text-dark">Pricing? Eh, at the moment it's free.</p>
</div>
</div> <!-- /.row -->
</div>
</div><!-- start page -->
<!-- =========================
CLIENT REVIEW UNDERNETH A SECTION
============================== -->
<div class="small-review text-center" id="small-review" height="300" background="#000000">
<div class="container" height="300px" background="#000000">
<img src="https://raw.githubusercontent.com/ethvpn/ethvpn.github.io/master/uploaded_images/poweredby.png" align="center">
</div>
</div></div> <!-- /end page -->
<!-- =========================
SCRIPTS
============================== -->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/nivo-lightbox.min.js"></script>
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/jquery.localScroll.min.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/matchMedia.js"></script>
<script src="js/jquery.mixitup.js"></script>
<script src="js/swiper.jquery.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/jquery.datetimepicker.full.min.js"></script>
<script src="http://maps.google.com/maps/api/js?sensor=true"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/application.js"></script>
</body>
</html>