-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
596 lines (518 loc) · 22.3 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
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<title>01coin.io</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta name="viewport" content="user-scalable=no, width=device-width, height=device-height, initial-scale=1, maximum-scale=1, minimum-scale=1, minimal-ui" />
<meta name="theme-color" content="#13b99e" />
<meta name="msapplication-navbutton-color" content="#13b99e" />
<meta name="apple-mobile-web-app-status-bar-style" content="#13b99e" />
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/favicon.ico">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel='stylesheet' href='assets/css/style.css'>
<!-- Load google font
================================================== -->
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Open+Sans:300,400,500','Lato:900', 'Poppins:400', 'Catamaran:300,400,500,600,700'] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<!-- Load other scripts
================================================== -->
<script type="text/javascript">
var _html = document.documentElement,
isTouch = (('ontouchstart' in _html) || (navigator.msMaxTouchPoints > 0) || (navigator.maxTouchPoints));
_html.className = _html.className.replace("no-js","js");
isTouch ? _html.classList.add("touch") : _html.classList.add("no-touch");
</script>
<script type="text/javascript" src="js/device.min.js"></script>
</head>
<body>
<div id="bg">
<div id="img"></div>
<div id="overlay"></div>
<canvas id="js-canvas"></canvas>
</div>
<!-- start header -->
<header id="top-bar" class="top-bar--dark">
<div id="top-bar__inner">
<a id="top-bar__logo" class="site-logo" href="index.html">
<img class="img-responsive" src="img/site_logo.png" alt="01coin.io" />
<img class="img-responsive" src="img/site_logo_2.png" alt="01coin.io" />
</a>
<a id="top-bar__navigation-toggler" href="javascript:void(0);"><span></span></a>
<div id="top-bar__navigation-wrap">
<div>
<br class="hide--lg">
<ul id="top-bar__subnavigation">
#need to take out the html spacing and set a size in the menu code.
<li><a class="custom-btn custom-btn--small custom-btn--style-3" href="#about">About</a></li>
<li><a class="custom-btn custom-btn--small custom-btn--style-3" href="#news">News</a></li>
<li><a class="custom-btn custom-btn--small custom-btn--style-3" href="#downloads">Downloads</a></li>
<li><a class="custom-btn custom-btn--small custom-btn--style-3" href="#exchanges">Where to buy?</a></li>
<li><a class="custom-btn custom-btn--small custom-btn--style-3" href="#explorers">Explorers</a></li>
<li><a class="custom-btn custom-btn--small custom-btn--style-3" href="#partners">Partners</a></li>
<li><a class="custom-btn custom-btn--small custom-btn--style-3" target="_blank" href="http://kb.01coin.io/">Knowledge Base</a></li>
</ul>
</div>
</div>
</div>
</header>
<!-- end header -->
<!-- start start screen -->
<div id="start-screen">
<div style="z-index: 100;">
<div class="start-screen__content">
<div class="grid grid--container">
<h1>THE FUTURE IS IN YOUR HANDS</h1>
<sub>The most community-centric project in all of crypto</sub>
<br/><br/>
<a href="#about" class="round_button" href="">Learn more</a>
<a href="https://discord.gg/wq5xD6M" target="_blank" class="round_button_2" href="">Join the Community</a>
</div>
</div>
</div>
<span class="scroll-discover hide show--md">scroll down <b></b></span>
</div>
<div style="padding-top: 100px;">
<iframe id="ytplayer" type="text/html" class="youtube" frameborder="0" allowfullscreen
src="https://www.youtube.com/embed/HTMAkn7R6mE?autoplay=0">
</iframe>
</div>
<!-- end start screen -->
<!-- start main -->
<main role="main">
<!-- start section -->
<section id="about" class="section section--no-pb">
<div class="grid">
<div class="row row--md-center row--md-reverse">
<div class="col col--md-5 col--lg-6 col--no-gutters">
<img class="img-responsive" src="img/about graph.png" alt="01coin.io" />
</div>
<div class="col hide--md col-MB-40"></div>
<div class="col col--md-7 col--lg-6">
<div class="content-grid" style="margin-left: auto;max-width: 570px;">
<div data-aos="fade-right" data-aos-delay="150">
<div class="section-heading col-MB-30 col-MT-30">
<h2 class="__title">About 01coin</h2>
</div>
<p class="col-MB-35">
<p>01coin is an innovative, cryptographically-secured digital asset ledger based on blockchain technology. Developed in part from the core code behind Dash, 01coin includes many innovative enhancements.</p>
<p>01coin aims to become the most community-centric project in all of crypto. Born out of its own ashes when the original development team mysteriously disappeared one month after the coin launched, it is now completely managed and operated by the community. This includes a large and dedicated team of community moderators always ready and willing to help new users. It also includes a strong principle of community governance: no decision will be made unilaterally by a single individual or by an oligarchy of the few. Every step forward for 01coin will be determined by community votes and masternode governance.</p>
<p>As such, we don’t know yet exactly what 01coin will look like a year from now, but we do know it will look exactly like the coin you want it to be.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end section -->
<!-- start section -->
<section class="section section--no-pb">
<div class="grid">
<div class="row row--md-center row--md-reverse">
<div class="col col--md-5 col--lg-6 col--no-gutters">
<img class="img-responsive" src="img/community graph.png" alt="01coin.io" />
</div>
<div class="col hide--md col-MB-40"></div>
<div class="col col--md-7 col--lg-6">
<div class="content-grid" style="margin-left: auto;max-width: 570px;">
<div data-aos="fade-right" data-aos-delay="150">
<div class="section-heading col-MB-30 col-MT-30">
<h2 class="__title">Transparency and Trust</h2>
</div>
<p class="col-MB-35">Do you want 01coin to be your go-to asset for the ultimate in private, secure and anonymous transactions using features like PrivateSend Coin Mixing and ZeroCoin Minting? Vote for it and make it so!</p>
<p>Do you want 01coin and its underlying blockchain ledger to form the basis for an asset-backed decentralized exchange? Vote for it and make it so!</p>
<p>Do you want 01coin to be the foundation of a massive vendor network and payment gateway by leveraging InstantSend technology? Vote for it and make it so!</p>
<p>Do you want 01coin to [fill in the blank]? Vote for it and make it so!</p>
<p>With 01coin, the future is in your hands.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end section -->
<img width="100%" src="img/line.png" alt="01coin.io" />
<!-- start section -->
<section class="section">
<div class="grid grid--container">
<div class="row row--xs-middle">
<div class="col col--lg-10">
<!-- start FAQ -->
<div class="faq">
<div class="accordion-container">
<!-- start item -->
<div id="specs" class="accordion-item">
<div class="accordion-toggler">
<h4 class="__title h3">Coin Specifications</h4>
<i class="circled"></i>
</div>
<article>
<div class="__inner cardList">
<div>
<h3>Proof of Work algorithm</h3>
Neoscrypt (ASIC-resistant)
</div>
<div>
<h3>Target block spacing</h3>
150 seconds
</div>
<div>
<h3>Block reward</h3>
18.35 ZOC
</div>
<div>
<h3>Reward distribution</h3>
50% miners /<br/> 50% masternodes
</div>
<div>
<h3>Block reward reduction</h3>
8.3% per annum
</div>
<div>
<h3>Maximum total supply</h3>
66 Million ZOC over 216 years
</div>
</div>
</article>
</div>
<!-- end item -->
<!-- start item -->
<div id="downloads" class="accordion-item">
<div class="accordion-toggler">
<h4 class="__title h3">Download Wallet</h4>
<i class="circled"></i>
</div>
<article>
<div class="__inner">
<div class="row" style="text-align: center">
<a href="https://github.com/zocteam/zeroonecoin/releases/download/v0.12.3.7/zeroonecore-0.12.3.7-win64.zip" class="col col--md-4">
<img src="img/windows.png" alt="Windows"/>
<p>Windows</p>
</a>
<a href="https://github.com/zocteam/zeroonecoin/releases/download/v0.12.3.7/zeroonecore-0.12.3.7-osx.dmg" class="col col--md-4">
<img src="img/macos.png" alt="MacOS"/>
<p>MacOS</p>
</a>
<a href="https://github.com/zocteam/zeroonecoin/releases/download/v0.12.3.7/zeroonecore-0.12.3.7-x86_64-linux-gnu.tar.gz" class="col col--md-4">
<img src="img/linux.png" alt="Linux"/>
<p>Linux</p>
</a>
</div>
</div>
</article>
</div>
<!-- end item -->
<!-- start item -->
<div class="accordion-item" id="exchanges">
<div class="accordion-toggler">
<h4 class="__title h3">Where to Buy?</h4>
<i class="circled"></i>
</div>
<article>
<div class="__inner cardList">
<div>
<a target="_blank" href="https://graviex.net/markets/zocbtc">
<img class="img-responsive" src="img/graviex.png" alt="Graviex" />
Graviex
</a>
</div>
<div>
<a target="_blank" href="https://changer.danas.fund/index.php?parity=BTCZOC">
<img class="img-responsive" src="img/danasfund.png" alt="Danas.Fund" />
Danas.Fund
</a>
</div>
<div>
<a target="_blank" href="https://crex24.com/exchange/ZOC-BTC">
<img class="img-responsive" src="img/crex24.png" alt="Crex 24" />
Crex24
</a>
</div>
<!-- Since Ubit has been down for 2 weeks, we should comment it out for now...
<div>
<a href="https://ubit.pw/markets/zocbtc">
<img class="img-responsive" src="img/ubit.png" alt="UBit" />
UBIT
</a>
</div>
-->
</div>
</article>
</div>
<!-- end item -->
<!-- start item -->
<div id="explorers" class="accordion-item">
<div class="accordion-toggler">
<h4 class="__title h3">Explorers</h4>
<i class="circled"></i>
</div>
<article>
<div class="__inner">
<ul>
<!-- commenting out the official explorer while it's non-working...
<li>
<a target="_blank" href="https://explorer.01coin.io/">explorer.01coin.io</a>
</li>
-->
<li>
<a target="_blank" href="https://zoc.ccore.online/">CryptoCore</a>
</li>
<li>
<a target="_blank" href="https://openchains.info/coin/01coin">Open Chains</a>
</li>
</ul>
</div>
</article>
</div>
<!-- end item -->
<!-- start item -->
<div id="partners" class="accordion-item">
<div class="accordion-toggler">
<h4 class="__title h3">Our Partners</h4>
<i class="circled"></i>
</div>
<article>
<div class="__inner">
<div class="row" style="text-align: center">
<a target="_blank" href="https://01VPS.net/" class="col col--md-6">
<img src="img/01vps.png" alt="01VPS.net"/>
<p>01VPS.net</p>
</a>
<a target="_blank" href="https://www.vebit.trade/" class="col col--md-6">
<img src="img/vebit.png" alt="Vebit"/>
<p>Vebit</p>
</a>
</div>
</div>
</article>
</div>
<!-- end item -->
</div>
</div>
<!-- end FAQ -->
</div>
</div>
</div>
</section>
<!-- end section -->
<!-- start section -->
<section class="section section--custom-13">
<style type="text/css">
.section--custom-13
{
background-image: url(img/stats_bg.png);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
</style>
<div class="grid grid--container">
<!-- start feature -->
<div class="facts facts--dark-color text--center text--sm-left">
<div class="__inner" id="masternodeRevenue">
<h1>ZOC Masternode stats</h1>
<span>Earn income for supporting the network</span>
<span><a target="_blank" href="https://github.com/zocteam/zeroonecoin/blob/master/doc/01KT-MasternodeGuide.pdf">Easy Setup</a></span>
<span>1K ZOC</span><br/>
</div>
</div>
<!-- end feature -->
</div>
</section>
<!-- end section -->
<!-- start section -->
<section class="section" id="team">
<div class="type5">
<div>Owen</div>
<span>@OwenRay</span><br/>
Technical Lead
</div>
<div class="type1">
<div>Lucas</div>
<span>@deadthings</span><br/>
Project Manager
</div>
<div class="type2">
<div>Carlos</div>
<span>@cmelx</span><br/>
Core Developer
</div>
<div class="type3">
<div>You?</div>
Being awesome
</div>
<div class="type4">
<div>Evy</div>
<span>@Evydder</span><br/>
Developer
</div>
<div class="type6">
<div>Julia</div>
<span>@COIN (german)</span><br/>
Community Manager
</div>
<div class="type5">
<div>Jesson</div>
<span>@Jesson</span><br/>
Designer
</div>
</section>
<!-- end section -->
<img width="100%" src="img/line.png" alt="01coin.io"/>
<section class="section" id="news">
<div class="grid">
<div data-aos="fade-right" data-aos-delay="150" class="aos-init aos-animate">
<div class="section-heading section-heading--center col-MB-30 col-MT-30">
<h2 class="__title">News</h2>
</div>
</div>
<div class="row row--xs-middle">
<div class="col col--xs-5">
<a class="twitter-timeline" data-height="700" data-theme="light" href="https://twitter.com/01CoinTeam?ref_src=twsrc%5Etfw">Tweets by 01CoinTeam</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<!-- temporarily disable Discord feed until it can be fixed
<iframe class="col col--xs-5" src="https://titanembeds.com/embed/422937820164915201?defaultchannel=426349998675066891&theme=IceWyvern"></iframe>
-->
</div>
</div>
</section>
<!-- start section -->
<section class="section jarallax" data-speed="0.5">
<img class="jarallax-img" src="img/HEADER 1.png" alt="01coin.io" />
<div class="pattern" style="background-color: rgba(0, 0, 0, 0.8);"></div>
<div class="grid grid--container">
<div class="section-heading section-heading--center section-heading--white col-MB-45">
<h2 class="__title">You can reach us on</h2>
</div>
<div class="row row--xs-middle">
<div class="col col--xs-10">
<!-- start company contacts -->
<div class="company-contacts text--center">
<div class="__inner">
<div class="row row--xs-between">
<!-- start item -->
<div class="col col--lg-4 col--xl-3">
<div class="__item">
<a href="https://discord.gg/wq5xD6M" target="_blank"><img src="img/discord.png" alt="Discord" /></a>
<p>Discord</p>
</div>
</div>
<!-- end item -->
<div class="col col--lg-4 col--xl-3">
<div class="__item">
<a target="_blank" href="https://twitter.com/01CoinTeam"><img src="img/twitter.png" alt="Twitter" /></a>
<p>Twitter</p>
</div>
</div>
<!-- end item -->
<div class="col col--lg-4 col--xl-3">
<div class="__item">
<a target="_blank" href="https://bitcointalk.org/index.php?topic=3457534.0"><img src="img/btctalk.png" alt="Bitcoin Talk" /></a>
<p>Bitcointalk</p>
</div>
</div>
<!-- end item -->
<div class="col col--lg-4 col--xl-3">
<div class="__item">
<a href="https://www.facebook.com/01CoinTeam/" target="_blank"><img src="img/facebook.png" alt="facebook" /></a>
<p>Facebook</p>
</div>
</div>
<!-- end item -->
<div class="col col--lg-4 col--xl-3">
<div class="__item">
<a target="_blank" href="https://www.youtube.com/channel/UCWpXI8H8JnJiiaalFM8e3FQ"><img src="img/youtube.png" alt="youtube" /></a>
<p>Youtube</p>
</div>
</div>
<!-- end item -->
<div class="col col--lg-4 col--xl-3">
<div class="__item">
<a target="_blank" href="https://t.me/ZOCCoinOfficial"><img src="img/telegram.png" alt="Telegram" /></a>
<p>Telegram</p>
</div>
</div>
<!-- end item -->
<div class="col col--lg-4 col--xl-3">
<div class="__item">
<a target="_blank" href="https://www.reddit.com/r/01coin/"><img src="img/reddit.png" alt="Reddit" /></a>
<p>Reddit</p>
</div>
</div>
<!-- end item -->
<div class="col col--lg-4 col--xl-3">
<div class="__item">
<a target="_blank" href="https://github.com/zocteam/zeroonecoin"><img src="img/github.png" alt="Github" /></a>
<p>Github</p>
</div>
</div>
<!-- end item -->
<div class="col col--lg-4 col--xl-3">
<div class="__item">
<a target="_blank" href="https://medium.com/@01cointeam"><img src="img/medium.png" alt="Medium" /></a>
<p>Medium</p>
</div>
</div>
<!-- end item -->
<div class="col col--lg-4 col--xl-3">
<div class="__item">
<a target="_blank" href="https://steemit.com/@zeroonecoin"><img src="img/steemit.png" alt="Steemit" /></a>
<p>Steemit</p>
</div>
</div>
<!-- end item -->
</div>
</div>
</div>
<!-- end company contacts -->
</div>
</div>
</div>
</section>
<!-- end section -->
</main>
<!-- end main -->
<!-- start footer -->
<footer id="footer" class="text--center text--lg-left">
<div class="grid grid--container">
<div class="row row--xs-middle">
<div class="col col--sm-12 text--lg-center">
<div class="__item">
<span class="__copy">© 2023 01coin.io | <a href="#">Privacy Policy</a> | <a href="#">Terms & Conditions</a></span>
</div>
</div>
</div>
</div>
</footer>
<!-- end footer -->
<div id="btn-to-top-wrap">
<a id="btn-to-top" class="circled" href="javascript:void(0);" data-visible-offset="800"></a>
</div>
<script src='assets/js/vendor/jquery-2.1.4.min.js'></script>
<script type="text/javascript" src="js/main.min.js"></script>
<!--[if lte IE 9]><!-->
<script src='assets/js/vendor/html5shiv.min.js'></script>
<!--<![endif]-->
<script src='assets/js/vendor/bootstrap.min.js'></script>
<script src='assets/js/vendor/vendor.js'></script>
<script src='assets/js/variable.js'></script>
<script src='assets/js/main.js'></script>
<!-- /script -->
</body>
</html>