-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
510 lines (421 loc) · 25.9 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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<!DOCTYPE html>
<html lang="en" class=" js no-touch cssanimations csstransitions" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Zennet Supercomputer</title>
<meta name="description" content="Zennet supercomputer is a public decentralized and free supercomputer that allows everyone to profit from their hardware, and access virtually unlimited computing power">
<meta name="keywords" content="zennet, supercomputer, decentralized, bitcoin, HPC, high performance computing, big data, bigdata, crowd computing, decentralized organization, decentralized application, cryptocurrency, blockchain">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="ACp64RR7aIXu5-N7462f5o2Tj1epToR-1jsxCmQBgeM" />
<!-- FACEBOOK SHARE THUMBNAILS -->
<meta property="og:image" content="http://zennet.sc/images/zennet1.jpg"/>
<meta property="og:image:secure_url" content="https://zennet.sc/images/zennet1.jpg" />
<link rel="image_src" href="/images/zennet1.jpg"/>
<!-- favicon -->
<link rel="shortcut icon" href="./images/network-64.png"> <!-- Put path to your favicon here -->
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.css" rel="stylesheet" type="text/css">
<!-- Custom theme styles -->
<link href="./css/main.css" rel="stylesheet" type="text/css">
<!-- <link href="./css/icomoon.css" rel="stylesheet" type="text/css"> -->
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href="./css/animate.css" rel="stylesheet" type="text/css"> <!-- For sweet water CSS animations -->
<!-- Google web fonts -->
<link href="./css/fonts.css" rel="stylesheet" type="text/css"> <!-- Raleway -->
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Signika:400,600,700' rel='stylesheet' type='text/css'>
<!-- Flags -->
<link href='./css/flag-icon.min.css' rel='stylesheet' type='text/css'>
<!-- Countdown Timer -->
<link href='./css/countdown.css' rel='stylesheet' type='text/css'>
<!-- Scripts -->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<script type="text/javascript" src="http://1000hz.github.io/bootstrap-validator/dist/validator.min.js"></script>
<!--script type="text/javascript" src="js/kinetic.js"></script-->
<!--script type="text/javascript" src="js/jquery.final-countdown.js"></script-->
<script type="text/javascript" src="js/main.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="animated fadeIn background-color" data-spy="scroll" data-offset="0" data-target="#navbar-main">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53293412-1', 'auto');
ga('send', 'pageview');
</script>
<div class="alert alert-success" id="email-alert" role="alert">Thanks! We'll keep you in the loop regarding the presale</div>
<!-- Fixed navigation bar starts -->
<div id="navbar-main">
<div class="header navbar navbar-inverse navbar-fixed-top">
<div class="container header-container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<!-- <span class="icon icon-menu"></span> -->
<!-- <i class="icon-menu fa fa-coffee"> -->
<p class="menu-label">menu</p>
</button>
<a class="navbar-brand smoothScroll" href="#home"><div class="logo"></div></a> <!-- Branding -->
</div>
<div class="navbar-collapse collapse">
<p class="nav navbar-nav navbar-right">
<!-- a class="header-link header-link-flag flag-icon flag-icon-us grayscale"></a -->
<!--a class="header-link header-link-flag flag-icon flag-icon-il grayscale" href="index_he.html"></a-->
</p>
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#home" class="header-link smoothScroll">Home</a></li>
<!-- <li><a href="#vision" class="header-link smoothScroll">Our Vision</a></li> -->
<li><a href="#bullet-target" class="header-link smoothScroll">Features</a></li>
<li><a href="#works-target" class="header-link smoothScroll">How It Works</a></li>
<!-- <li><a href="#team" class="header-link smoothScroll">Team</a></li> -->
<li><a href="#press-target" class="header-link smoothScroll">Press</a></li>
<li><a href="#links" class="header-link smoothScroll">Info</a></li>
<!-- -->
<li><a href="#contact" target="_blank" class="header-link smoothScroll">Contact</a></li>
<!-- -->
</ul>
</div>
</div>
</div>
</div><!-- navigation ends -->
<!-- Header starts here -->
<div class="header-wrap center" id="home" name="home">
<header class="clearfix">
<h1 class="main-title ">zennet</h1>
<p class="sub-title">the public supercomputer</p>
</header>
</div><!-- header ends -->
<!-- COUNTDOWN TIMER -->
<div class="countdown-container container countdown">
<h2 class="countdown-title animated fadeInUp">zens presale is coming soon</h2>
<!--div class="row">
<div class="col-md-4 countdown-bullet">
<div class="countdown-bullet-title">What is zens?</div>
<div class="countdown-bullet-text">
<span>zens is the token used to rent computing power on Zennet</span>
</div>
</div>
<div class="col-md-4 countdown-bullet">
<div class="countdown-bullet-title">How do I obtain zens?</div>
<div class="countdown-bullet-text">
<span>You can buy it directly in the presale, or earn zens by renting your hardware using the Zennet client</span>
</div>
</div>
<div class="col-md-4 countdown-bullet">
<div class="countdown-bullet-title">Why is zens valuable?</div>
<div class="countdown-bullet-text">
<span>Each zens gives you access to a fraction of the world's computing power</span>
</div>
</div>
</div-->
<div class="email-wrapper">
<div class="email-container email-info">
<div class="email-title">Stay Informed!</div>
<div class="email-text">Enter your email, and you'll be the first to know the presale details</div>
<div class="email-notice">we won't send you spam, and won't share your email with anyone</div>
</div>
<form data-toggle="validator" role="form">
<div class="email-container email-controls form-group">
<input class="email-input form-control" id="email-input" type="email" placeholder="email" data-error="Bruh, that email address is invalid">
<span type="submit" class="btn email-btn">send</span>
<div class="help-block with-errors" id="email-help-block"></div>
</div>
</form>
</div>
</div>
<!-- /.countdown-wrapper -->
<!-- #1 Divider with few words/quote -->
<section class="divider divider-bg-1 vision center">
</section><!-- #1 divider ends -->
<!-- About section starts here -->
<div class="container" id="vision">
<div class="row">
<!-- <h1 class="section-title center">Our Vision</h1> -->
<hr>
<!-- <iframe class="zennet-video" src="//player.vimeo.com/video/110673181?title=0&byline=0&portrait=0&color=c9ff23" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> -->
<iframe width="480" height="360" src="//www.youtube.com/embed/_6ugwS6_DDU" frameborder="0" allowfullscreen></iframe>
<!-- <div class="col-lg-1"></div>
<div class="col-lg-10 vision-wrap">
<p class="vision-text">Create a decentralized supercomputer allowing everyone to profit from their hardware, and access virtually unlimited computing power.
<br>
</p>
</div>
<div class="col-lg-1"></div> -->
</div>
<div id="bullet-target"></div>
<br>
<br>
</div><!-- about section ends -->
<!-- #2 Divider with few words/quote -->
<section class="divider divider-bg-2 center" >
</section>
<div class="container center" id="bullet" name="bullets">
<br>
<h1 class="section-title center">Features</h1>
<!-- <hr> -->
<br>
<div class="row bullet-container">
<div class="col-lg-6 bullet clear">
<div class="bullet-content">
<div class="bullet-icon-container" style="font-size: 40px">
<i class=" fa fa-desktop"></i>
<!-- <i class=" fa fa-cubes"></i> -->
</div>
<div class="bullet-title-container">
<h2 class="bullet-title">supercomputer access </h2>
</div>
<div class="bullet-title-container">
<p class="bullet-text">without the super costs</p>
</div>
</div>
<div class="bullet-overlay">
<span class="bullet-overlay-text">
<!-- A simple solution for the rapidly growing $B600 data industry. <br> -->
Access the biggest supercomputer in the world for a fraction of the cost of solutions such as AWS.
</span>
</div>
</div>
<div class="col-lg-6 bullet center">
<div class="bullet-content">
<div class="bullet-icon-container">
<i class=" fa fa-dollar"></i>
</div>
<div class="bullet-title-container">
<h2 class="bullet-title">everybody can profit </h2>
</div>
<div class="bullet-title-container">
<p class="bullet-text">get value from your computing resources even when you don’t use them</p>
</div>
</div>
<div class="bullet-overlay">
<span class="bullet-overlay-text">
Your PC can make you a profit 24/7. <br>Payments are totally frictionless.
</span>
</div>
</div>
<div class="col-lg-6 bullet center">
<div class="bullet-content">
<div class="bullet-icon-container">
<i class=" fa fa-lock"></i>
</div>
<div class="bullet-title-container">
<h2 class="bullet-title">safe & secure</h2>
</div>
<div class="bullet-title-container">
<p class="bullet-text">using cutting edge virtualization technology</p>
</div>
</div>
<div class="bullet-overlay">
<span class="bullet-overlay-text">
Cutting-edge virtualization technology ensures the safety of your data.
</span>
</div>
</div>
<div class="col-lg-6 bullet center">
<div class="bullet-content">
<div class="bullet-icon-container">
<i class=" fa fa-sitemap"></i>
<!-- <i class=" fa fa-asterisk"></i> -->
</div>
<div class="bullet-title-container">
<h2 class="bullet-title">distributed</h2>
</div>
<div class="bullet-title-container">
<p class="bullet-text">decentralized peer-to-peer network</p>
</div>
</div>
<div class="bullet-overlay">
<span class="bullet-overlay-text">
Just like Bitcoin, the network is completely decentralized. <br>Users will never be taken down by a central point of failure.
</span>
</div>
</div>
</div>
<div id="works-target"></div>
<br>
</div>
<section class="divider divider-bg-4 works center">
</section>
<!-- #How it works -->
<div class="container " id="works" name="works">
<br>
<br>
<h1 class="section-title center">How It Works</h1>
<!-- <hr> -->
<div class="feature-wrap left" name="works">
<div class="container works-container">
<div class="row">
<div class="col-lg-12 " id="col-works">
<div class="col-sm-4 col-left">
<h3 class="works-section-title">Find Each Other</h3>
<p class="works-section-text">1. A Publisher announces his need for worker nodes on the blockchain. <br><br>2. A Provider in search of employment looks for these announcements on the blockchain. </p>
</div>
<div class="col-sm-4 col-middle">
<h3 class="works-section-title">Shake On It</h3>
<p class="works-section-text">3. When a matching announcement is found, the Provider and Publisher negotiate a contract. <br><br>4 + 5. The Publisher places an initial fund in the Provider's account and locks it. The publisher will place additional funds in the account in accordance with the work done.</p>
</div>
<div class="col-sm-4 col-right">
<h3 class="works-section-title">Start Working</h3>
<p class="works-section-text">6. The Provider creates a Virtual Machine on his device. <br><br>7. The Publisher gets control over the VM from the Provider. He can then frequently check the progess, and terminate the connection at will.</p>
</div>
</div>
</div>
<!-- <div class="col-lg-12 center image-works" id="image-works-1"></div> -->
</div>
</div>
</div>
<div class="feature-wrap left" id="diagram">
<div class="container">
<div class="row">
<div class="col-lg-12 " id="col-diagram">
<div class="col-lg-12 center image-works" id="image-works-1"></div>
</div>
<br>
<br>
<div class="col-lg-12 center info-link-col">
<a class="info-link" href="about/index.html" target="_blank">More Info</a>
</div>
</div>
<div id="press-target"></div>
</div>
</div>
<section class="divider divider-bg-4 center">
</section><!-- #4 divider ends -->
<br>
<div class="row">
<h1 class="section-title center" id="press-title">In The Press</h1>
</div>
<!-- <hr> -->
<!-- Services/Features section starts here -->
<div class="container press-container center" id="press">
<div class="row">
<div class="col-md-4">
<a class="press-logo" href="http://insidehpc.com/2014/08/new-xennet-hpc-cloud-free-market-alternative-aws/ " target="_blank">
<img class="press-logo-image" id="press-logo-insidehpc" src="images/insidehpc.png">
</a>
<p class="press-article">"New Zennet HPC Cloud to be Free-Market Alternative to AWS"</p> <!-- Description -->
</div>
<div class="col-md-4">
<a class="press-logo" href="http://cryptobizmagazine.com/zennet-decentralized-cloud-network-releases-details-of-zens-presale/" target="_blank">
<img class="press-logo-image" id="press-logo-cryptobiz" src="images/cryptobiz.png">
</a>
<p class="press-article">"Zennet has the potential to drastically reduce the cost of computational power"</p>
</div>
<div class="col-md-4">
<a class="press-logo" href="http://www.theregister.co.uk/2014/08/20/xennet_wants_your_machines_for_tradable_supercomputer_cloud/" target="_blank">
<img class="press-logo-image" id="press-logo-register" src="images/register.jpg">
</a>
<p class="press-article">"Zennet wants <b>your</b> machines for tradable supercomputer cloud"</p>
</div>
<div class="row">
<br>
</div>
<div class="col-md-4">
<a class="press-logo" href="http://thecoinfront.com/the-worlds-largest-decentralized-supercomputer-is-coming-soon/" target="_blank">
<img class="press-logo-image" id="press-logo-thecoinfront" src="images/thecoinfront.png">
</a>
<p class="press-article">"Zennet decentralized cloud network releases details of zens presale"</p>
</div>
<div class="col-md-4">
<a class="press-logo" href="http://www.hpcwire.com/2014/08/18/free-market-hpc-cloud-development/" target="_blank">
<img class="press-logo-image" id="press-logo-hpcwire" src="images/hpcwire.png">
</a>
<p class="press-article">"Free Market HPC Cloud In Development"</p>
</div>
<div class="col-md-4">
<a class="press-logo" href="http://www.cryptoarticles.com/press-releases/zennet-decentralized-cloud-network-releases-details-of-zens-presale" target="_blank">
<img class="press-logo-image" id="press-logo-cryptoarticles" src="images/cryptoarticles.png">
</a>
<p class="press-article">"Zennet decentralized cloud network releases details of zens presale"</p>
</div>
</div>
<br>
</div><!-- services/features section ends
<!-- Divider with few words/quote -->
<section class="divider divider-bg-4 center">
</section><!-- #4 divider ends -->
<br>
<div class="row">
<h1 class="section-title center" id="links-title">Additional Links</h1>
</div>
<!-- <hr> -->
<!-- Services/Features section starts here -->
<div class="container links-container center" id="links">
<div class="row">
<div class="col-md-4 callout additional-links-container" id="email-container">
<a class="com-link" href="about/index.html" target="_blank">
<span class="additional-links-icon"><i class=" fa fa-file-text-o"></i></span>
</a>
<h2>Documentation</h2>
<p></p>
</div>
<div class="col-md-4 callout additional-links-container" id="podcast-container">
<a class="com-link" href="http://insidehpc.com/2014/08/radio-free-hpc-looks-xennet-initiative/" target="_blank">
<span class="additional-links-icon"><i class=" fa fa-rss"></i></span>
</a>
<h2>Podcast</h2>
<p></p>
</div>
<div class="col-md-4 callout additional-links-container" id="community-container">
<a class="com-link" href="https://bitcointalk.org/index.php?topic=736447" target="_blank">
<span class="additional-links-icon"><i class=" fa fa-comment-o"></i></span>
</a>
<h2>Community</h2>
<p></p>
</div>
</div>
<br>
</div><!-- services/features section ends-->
<br>
<!-- Footer section starts here -->
<section class="divider divider-bg-4 center">
</section><!-- #5 divider ends -->
<!-- FOOTER -->
<section class="social-footer center" id="contact" name="contact">
<!-- <section class="footer center" id="contact" name="contact"> -->
<div class="container footer-container">
<!-- <h1>CREATED WITH LOVE IN ISRAEL.</h1>
<hr>
<p>Company Address 654,</p>
<p>+987 654 321</p> -->
<p>
<a class="social-icon-link" href="https://www.facebook.com/zennet.sc" target="_blank">
<i class="social-icon fa fa-facebook"></i>
<!-- <img class="social-icon social-icon-fb" src="images/svg/fb.svg"> -->
<!-- <object id="social-icon-fb" class="social-icon" data="images/svg/fb.svg" type="image/svg+xml"></object> -->
</a>
<a class="social-icon-link" href="mailto:[email protected]" >
<i class="social-icon fa fa-envelope" id="email-icon"></i>
<!-- <i class="social-icon fa fa-paper-plane" id="email-icon"></i> -->
</a>
<a class="social-icon-link" href="https://twitter.com/zennet_sc" target="_blank">
<i class="social-icon fa fa-twitter"></i>
<!-- <img class="social-icon social-icon-twitter" src="images/svg/twitter.svg"> -->
<!-- <object id="social-icon-twitter" class="social-icon" data="images/svg/twitter.svg" type="image/svg+xml"></object> -->
</a>
<!-- <img src="images/green-linkedin-icon.png"> -->
</p>
</div>
</section><!-- footer section ends -->
<!-- Copyright section starts here -->
<!-- <div class="copyright center brand-color">
<div class="container">
<h5>© Copyright 2014 <a href="https://wrapbootstrap.com/user/Vaidas">Vaidas</a></h5>
</div>
</div> -->
<!-- Scripts -->
<script type="text/javascript" src="./js/bootstrap.min.js"></script> <!-- Bootstrap core js -->
<script type="text/javascript" src="./js/retina.js"></script> <!-- Retina.js; visit http://retinajs.com to see how it works and why use it -->
<script type="text/javascript" src="./js/jquery.easing.1.3.js"></script> <!-- For scrolling -->
<script type="text/javascript" src="./js/smoothscroll.js"></script> <!-- For smooth scrolling -->
</body></html>