-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.old.html
808 lines (739 loc) · 42.1 KB
/
index.old.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
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title data-content="pageTitle">Distributed on-line storage network</title>
<link rel="apple-touch-icon" sizes="180x180" href="/logos/logo-pictogram-color.png">
<link rel="icon" type="image/png" sizes="32x32" href="/logos/logo-pictogram-color.png">
<link rel="icon" type="image/png" sizes="16x16" href="/logos/logo-pictogram-color.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/logos/logo-pictogram-color.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta property="og:image:height" content="1257">
<meta property="og:image:width" content="2400">
<meta property="og:title" content="Distributed on-line storage network">
<meta property="og:description" content="Distributed secure anonymous on-line storage, where only the owner has access and absolute control over its data.">
<meta property="og:url" content="https://bitdust.io">
<meta property="og:image" content="assets/img/og/og-image.jpg">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:600,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:600">
<link rel="stylesheet" href="assets/css/applify.min.css"/>
</head>
<body class="ui-transparent-nav" data-fade_in="on-load">
<!-- Navbar Fixed + Default -->
<nav class="navbar navbar-fixed-top transparent navbar-dark bg-dark-gray bitdust">
<div class="container">
<!-- Navbar Logo -->
<a class="ui-variable-logo navbar-brand" href="index.html" title="BitDust">
<!-- Default Logo -->
<img class="logo-default" src="assets/img/logo/bitdust-logo-white.svg" alt="BitDust">
<!-- Transparent Logo -->
<img class="logo-transparent" src="assets/img/logo/bitdust-logo-white.svg" alt="BitDust">
</a><!-- .navbar-brand -->
<!-- Navbar Navigation -->
<div class="ui-navigation navbar-center">
<ul class="nav navbar-nav">
<!-- Nav Item -->
<li>
<a href="#" data-scrollto="product" data-content="menu_Products">Product</a>
</li>
<!-- Nav Item -->
<li>
<a href="#" data-scrollto="problem" data-content="menu_Problem">Problem</a>
</li>
<!-- Nav Item -->
<li>
<a href="#" data-scrollto="solution" data-content="menu_Solutions">Solution</a>
</li>
<!-- Nav Item -->
<li>
<a href="#" data-scrollto="ecosystem" data-content="menu_Ecosystem">Ecosystem</a>
</li>
<!-- Nav Item -->
<!--
<li>
<a href="#" data-scrollto="roadmap" data-content="menu_Roadmap">Roadmap</a>
</li>
-->
<!-- Nav Item -->
<!--
<li>
<a href="#" data-scrollto="team" data-content="menu_Team">Team</a>
</li>
-->
<!-- Nav Item -->
<li>
<a href="/wiki" data-content="menu_Wiki">Wiki</a>
</li>
<!-- Nav Item -->
<li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Network
</a>
<ul class="dropdown-menu">
<li class="dropdown-item">
<a href="https://identities.bitdust.io/" style="color:#8089ff;">ID servers</a>
</li>
<li class="dropdown-item">
<a href="https://blockchain.bitdust.io/" style="color:#8089ff;">Blockchain</a>
</li>
</ul>
</li>
<!--<li>-->
<!--<select name="language">-->
<!--<option value="en">English</option>-->
<!--<option value="zh">中文</option>-->
<!--<option value="pt">Português</option>-->
<!--<option value="ru">Pусский</option>-->
<!--<option value="nl">Nederlands</option>-->
<!--</select>-->
<!--</li>-->
</ul><!--.navbar-nav -->
</div><!--.ui-navigation -->
<!-- Navbar Button -->
<a href="#" data-scrollto="product" class="btn btn-sm ui-gradient-green pull-right" data-content="get_Started">Get Started</a>
<!-- Navbar Button -->
<a href="https://forms.gle/RkJW3L7NTamZ5K8m6" target="_blank" class="btn btn-sm ui-gradient-peach pull-right">Give Feedback</a>
<!-- Navbar Toggle -->
<a href="#" class="ui-mobile-nav-toggle pull-right"></a>
</div><!-- .container -->
</nav> <!-- nav -->
<!-- Main Wrapper -->
<div class="main" role="main">
<!-- Hero -->
<div class="ui-hero hero-lg hero-center hero-bg ui-curve hero-svg-layer-3 ui-gradient-blue">
<div class="container pb-4">
<div class="row pt-2 pb-8">
<div class="col-sm-12" data-vertical_center="true" data-vertical_offset="16">
<h1 data-content="header_Title" class="heading animate" data-show="fade-in-up-big" data-delay="100">
Decentralized open source online storage network</h1>
<!-- * Replace data-video with your youtube video id -->
<a href="#" class="ui-video-toggle mt-4" data-video="CiyHeMUJgys">
<span class="icon fa fa-play bg-red"></span> <span
data-content="how_It_Works" class="how-it-works">How BitDust Works</span>
</a>
</div>
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .ui-hero -->
<!-- Intro Image -->
<div class="section intro-image pt-0">
<img src="assets/img/mockups/applify-browser-mockup.png" data-uhd data-max_width="1000"
class="shadow-xxl responsive-on-lg" alt="BitDust APP">
</div><!-- .intro-image -->
<!-- App Features Section -->
<div id="product" class="section pt-7">
<div class="container ui-icon-blocks ui-blocks-h icons-lg">
<div class="section-heading cente">
<h2 class="heading text-dark-gray" data-content="section_Product_Title">The product (alpha)</h2>
<p class="paragraph" data-content="section_Product_Description">BitDust provides a free-to-use open
source application where by you can safely and securely upload and manage your personal data.
In addition it offers you the ability to chat and share files with your friends. Give it a try!</p>
</div><!-- .section-heading -->
<div class="row">
<div class="col-sm-1">
</div>
<div class="col-sm-2">
<a href="https://github.com/bitdust-io/p2p-app/releases/download/alpha/bitdust-p2p-app.msi">
<div class="ui-icon-block">
<div class="icon icon-lg icon-circle fa fa-windows text-red"></div>
<h4 class="text-dark-gray" data-content="section_Product_Windows">Windows</h4>
</div>
</a>
</div>
<div class="col-sm-2">
<a href="https://github.com/bitdust-io/p2p-app/releases/download/alpha/BitDust-p2p-app.dmg">
<div class="ui-icon-block">
<div class="icon icon-lg icon-circle fa fa-apple text-red"></div>
<h4 class="text-dark-gray" data-content="section_Product_Mac">MacOS</h4>
</div>
</a>
</div>
<a class="col-sm-2">
<div class="ui-icon-block">
<div class="icon icon-lg icon-circle fa fa-linux text-gray"></div>
<h4 class="text-dark-gray" data-content="section_Product_Linux">Linux</h4>
</div>
</a>
<div class="col-sm-2">
<a href="https://play.google.com/store/apps/details?id=org.bitdust_io.bitdust1">
<div class="ui-icon-block">
<div class="icon icon-lg icon-circle fa fa-android text-red"></div>
<h4 class="text-dark-gray" data-content="section_Product_Android">Android</h4>
</div>
</a>
<div style="margin-top: -20px;">
<font size=-2><a href="https://github.com/bitdust-io/p2p-app/releases/tag/alpha">.APK file</a> is also available to download from GitHub</font>
</div>
</div>
<div class="col-sm-2">
<a href="https://github.com/bitdust-io/p2p-app">
<div class="ui-icon-block">
<div class="icon icon-lg icon-circle fa fa-code-fork text-red"></div>
<h4 class="text-dark-gray" data-content="section_Product_Sources">Sources</h4>
</div>
</a>
</div>
<div class="col-sm-1">
</div>
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .section -->
<!-- Problem Section -->
<div id="problem" class="section ui-gradient-peach">
<div class="container">
<div class="row">
<!-- Text Column -->
<div class="col-lg-6 col-md-5" data-vertical_center="true">
<!-- Section Heading -->
<div class="section-heading mb-0 center-on-md">
<h2 class="heading" data-content="section_Problem_Title">The problem</h2>
<p class="paragraph" data-content="section_Problem_Description">Nowadays we create a lot of
personal data like: pictures, text files and movies. However we
all store them at centralized entities. We put trust in centralized authorities to keep our
most intimate data safe and secure. Nevertheless once uploaded we don’t have any real
control over it.</p>
<div class="row ui-icon-blocks ui-blocks-h icons-md mt-2">
<div class="col-4 ui-icon-block animate text-left mb-0 center-on-md" data-show="fade-in-up">
<div class="icon fa fa-user-circle"></div>
<h5 class="heading mb-1" data-content="section_Problem_PersonalData">Personal Data</h5>
</div>
<div class="col-4 ui-icon-block animate text-left mb-0 center-on-md" data-show="fade-in-up">
<div class="icon fa fa-arrows"></div>
<h5 class="heading mb-1" data-content="section_Problem_Centralisation">
Centralisation</h5>
</div>
<div class="col-4 ui-icon-block animate text-left mb-0 center-on-md" data-show="fade-in-up">
<div class="icon fa fa-lock"></div>
<h5 class="heading mb-1" data-content="section_Problem_Security">Security</h5>
</div>
</div><!-- .row -->
</div><!-- .section-heading -->
</div>
<!-- Image Column -->
<div class="col-lg-6 col-md-7 img-block animate" data-show="fade-in-left" data-vertical_center="true">
<img src="assets/img/support/computer-user-sad.png" alt="User is sad" class="img-fluid"
data-max_width="460">
</div>
</div><!-- .row -->
</div><!-- .container -->
</div>
<!-- Integration Section -->
<div id="solution" class="section">
<div class="container">
<div class="row">
<!-- Left Column -->
<div class="col-lg-5 col-xl-6" data-vertical_center="true">
<!-- Section Heading -->
<div class="section-heading mb-2">
<h2 class="heading" data-content="section_Solution_Title">The solution</h2>
<p class="paragraph" data-content="section_Solution_Description">
Imagine a decentralized network maintained by other users just like you.
Here all your personal files are encrypted and only you hold the key to unlock them.
Completely anonymous and secure.
<br>
An easy to install application that gives you full control over your personal data.
You can share files and chat securely with whomever you want without being tracked by service providers.
</p>
</div><!-- .section-heading -->
<!-- Left blocks -->
<ul class="ui-icon-blocks ui-blocks-v icons-sm">
<li class="ui-icon-block">
<span class="icon fa fa-dot-circle-o"></span>
<h5 data-content="section_Solution_Distributed_Storage">Distributed storage</h5>
<p data-content="section_Solution_Distributed_Storage_Description">Independent, safe and
private. <a href="/wiki/security.html">Fully under your control.</a></p>
</li>
<li class="ui-icon-block">
<span class="icon fa fa-lock"></span>
<h5 data-content="section_Solution_Encrypted">Encrypted</h5>
<p data-content="section_Solution_Encrypted_Description">All data is fully encrypted using
RSA & DES3 encryption.
<br>
Private key must be well secured - this is the only way to unlock your data.
</p>
</li>
<li class="ui-icon-block">
<span class="icon fa fa-user-secret"></span>
<h5 data-content="section_Solution_Anonymous">Anonymous</h5>
<p data-content="section_Solution_Anonymous_Description">
Create a new Identity and use BitDust completely anonymous.
</p>
</li>
<li class="ui-icon-block">
<span class="icon fa fa-commenting"></span>
<h5 data-content="section_Solution_Chat">Chat</h5>
<p data-content="section_Solution_Chat_Description">
Start fully encrypted chats with your friends.
</p>
</li>
<li class="ui-icon-block">
<span class="icon fa fa-share-alt"></span>
<h5 data-content="section_Solution_Share">Share</h5>
<p data-content="section_Solution_Share_Description">
You can easily <a href="/wiki/sharing.html">share files</a> with your
friends.
</p>
</li>
<li class="ui-icon-block">
<span class="icon icon-layers"></span>
<h5 data-content="section_Solution_Redundant">Redundant</h5>
<p data-content="section_Solution_Redundant_Description">
BitDust uses a <a href="/wiki/rebuilding.html#raid-transformation">RAID 5 algorithms</a> and stores your data with redundancy.
</p>
</li>
</ul>
</div>
<div class="col-lg-6 col-md-7 img-block animate d-lg-none" data-show="fade-in-left"
data-vertical_center="true">
<img src="assets/img/support/computer-user-happy.png" alt="User is happy" class="img-fluid"
data-max_width="460">
</div>
<!-- Right Column -->
<div class="col-lg-7 col-xl-6 d-none d-lg-block">
<!-- Logo Cloud -->
<div class="ui-logos-cloud">
<div data-size="3" class="mt-0 animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<div data-size="10" class="mt-0 animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<div data-size="5" class="mt-0 animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<div data-size="30" class="img-block animate" data-show="fade-in-up"
data-vertical_center="true">
<img src="assets/img/support/computer-user-happy.png" alt="User is happy">
</div>
<!-- Flex Break -->
<span class="flex-break"></span>
<div data-size="4" class="animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<div data-size="10" class="animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<div data-size="4" class="animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<div data-size="2" class="animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<!-- Flex Break -->
<span class="flex-break"></span>
<div data-size="8" class="animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<div data-size="3" class="animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<div data-size="10" class="animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<div data-size="5" class="animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<div data-size="10" class="animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<div data-size="3" class="animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<div data-size="7" class="animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<!-- Flex Break -->
<span class="flex-break"></span>
<div data-size="3" class="animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<div data-size="7" class="animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<div data-size="10" class="animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
<div data-size="4" class="animate" data-show="fade-in">
<img src="assets/img/3rd-party-logos/logo.png" data-uhd alt="BitDust">
</div>
</div><!-- .ui-logo-cloud -->
</div>
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .section -->
<div id="ecosystem" class="section ui-gradient-blue">
<div class="container">
<!-- Section Heading -->
<div class="section-heading center">
<h2 class="heading text-indigo" data-content="section_Ecosystem_Title">The ecosystem</h2>
</div>
<div class="row">
<div class="col-md-8">
<div class="section-heading ">
<h4 class="heading text-indigo" data-content="section_Ecosystem_Title_Supporting">Supporting the
BitDust Network</h4>
</div><!-- .section-heading -->
<!-- UI Tabbed Showcase -->
<div class="row ui-tabbed-showcase">
<!-- Tabs Column -->
<div class="col-md-10" data-vertical_center="true">
<!-- UI Tabs -->
<div class="ui-tabs ui-green">
<!-- Nav Tabs -->
<ul class="nav nav-tabs" role="tablist">
<!-- Nav Tab 1 -->
<li role="presentation" class="nav-item">
<a class="nav-link active show" href="#home" role="tab" data-toggle="tab"
data-toggle_screen="1" aria-selected="true"
data-toggle_slider="device-slider-2">
<span class="icon fa fa-hdd-o"></span>
<span data-content="section_Ecosystem_Supplier">Supplier</span>
</a>
</li>
<!-- Nav Tab 2 -->
<li role="presentation" class="nav-item">
<a class="nav-link" href="#profile" role="tab" data-toggle="tab"
data-toggle_screen="2" data-toggle_slider="device-slider-2"
aria-selected="false">
<span class="icon icon-organization"></span>
<span data-content="section_Ecosystem_Router">Router</span>
</a>
</li>
<!-- Nav Tab 3 -->
<li role="presentation" class="nav-item">
<a class="nav-link" href="#messages" role="tab" data-toggle="tab"
data-toggle_screen="3" aria-selected="false"
data-toggle_slider="device-slider-2">
<span class="icon fa fa-server"></span>
<span data-content="section_Ecosystem_Id_server">ID server</span>
</a>
</li>
<!-- Nav Tab 4 -->
<li role="presentation" class="nav-item">
<a class="nav-link" href="#settings" role="tab" data-toggle="tab"
data-toggle_screen="4" data-toggle_slider="device-slider-2"
aria-selected="false">
<span class="icon icon-diamond"></span>
<span data-content="section_Ecosystem_Miner">Miner</span>
</a>
</li>
<li role="presentation" class="nav-item">
<a class="nav-link" href="#rebuilder" role="tab" data-toggle="tab"
data-toggle_screen="4" data-toggle_slider="device-slider-2"
aria-selected="false">
<span class="icon icon-wrench"></span>
<span data-content="section_Ecosystem_Rebuilder">Rebuilder</span>
</a>
</li>
</ul>
<!-- Tab Panels -->
<div class="tab-content">
<!-- Tab 1 -->
<div role="tabpanel" class="tab-pane fade active show" id="home">
<p class="sub-heading" data-content="section_Ecosystem_Supplier_Description">A
supplier contributes storage to the BitDust network, thereby enabling
customers to store and access their encrypted files.</p>
</div>
<!-- Tab 2 -->
<div role="tabpanel" class="tab-pane fade" id="profile">
<p class="sub-heading" data-content="section_Ecosystem_Router_Description">
Traffic routers help other nodes to reach each other inside the BitDust
network and send/receive encrypted packets.</p>
</div>
<!-- Tab 3 -->
<div role="tabpanel" class="tab-pane fade" id="messages">
<p class="sub-heading" data-content="section_Ecosystem_Id_Server_Description">
Identity servers are maintaining users authentication in the BitDust
network.</p>
</div>
<!-- Tab 4 -->
<div role="tabpanel" class="tab-pane fade" id="settings">
<p class="sub-heading" data-content="section_Ecosystem_Miner_Soon">(This feature
is coming soon)</p>
<p class="sub-heading" data-content="section_Ecosystem_Miner_Description">A
miner validates transactions within the BitDust Blockchain. Transactions are
the sending and receiving of BitDust tokens from one users to another.</p>
</div>
<div role="tabpanel" class="tab-pane fade" id="rebuilder">
<p class="sub-heading" data-content="section_Ecosystem_Rebuilder_Soon">(This
feature is coming soon)</p>
<p class="sub-heading" data-content="section_Ecosystem_Rebuilder_Description">
Suppliers can go offline due to circumstances. To ensure your data has a
high availability it is the rebuilders job to rebuild the data that was lost
at one supplier and move it to another supplier.</p>
</div>
</div><!-- .tab-content -->
</div><!-- .ui-tabs -->
</div><!-- Tabs Column -->
</div><!-- .row -->
</div>
<div class="col-md-4">
<h4 class="heading text-indigo" data-content="section_Ecosystem_Title_Using">Using BitDust as a
customer</h4>
<p class="paragraph pt-5" data-content="section_Ecosystem_Title_Using_Description">It’s easy
and takes just few minutes.</p>
<ul class="ui-checklist pt-1">
<li>
<h6 class="heading" data-content="section_Ecosystem_Title_Using_Description_1">Install</h6>
</li>
<li>
<h6 class="heading" data-content="section_Ecosystem_Title_Using_Description_2">Create
Identity</h6>
</li>
<li>
<h6 class="heading" data-content="section_Ecosystem_Title_Using_Description_3">Backup
Private Key</h6>
</li>
<li>
<h6 class="heading" data-content="section_Ecosystem_Title_Using_Description_4">Start
using!</h6>
</li>
</ul>
</div>
</div>
</div><!-- .container -->
</div>
<!-- Roadmap Section -->
<div id="roadmap" class="section bg-light">
<div class="container">
<!-- Section Heading -->
<div class="section-heading center">
<h2 class="heading text-dark-gray" data-content="section_Roadmap_Title">Roadmap</h2>
</div><!-- .section-heading -->
<!-- UI Steps -->
<div class="ui-showcase-blocks ui-steps">
<!-- Step 1 -->
<div class="step-wrapper">
<div class="row">
<span class="step-number ui-gradient-peach"></span>
<div class="col-md-6 text-md-right" data-vertical_center="true">
<h4 class="heading text-dark-gray">
2023
</h4>
<p class="paragraph" data-content="section_Roadmap_Title_1">Create a Beta consumer version
for Android, Mac, Windows and Linux.</p>
</div>
</div>
</div>
<!-- Step 2 -->
<div class="step-wrapper">
<div class="row">
<span class="step-number ui-gradient-peach"></span>
<div class="col-md-6" data-vertical_center="true">
<h4 class="heading text-dark-gray">
2024
</h4>
<p class="paragraph" data-content="section_Roadmap_Title_2">Implement internal Blockchain-based billing mechanism.</p>
</div>
</div>
</div>
<!-- Step 3 -->
<div class="step-wrapper">
<div class="row">
<span class="step-number ui-gradient-peach"></span>
<div class="col-md-6 text-md-right" data-vertical_center="true">
<h4 class="heading text-dark-gray">
2025
</h4>
<p class="paragraph" data-content="section_Roadmap_Title_3">Implement Automatic Data Rebuilding for the ReBuilders.</p>
</div>
</div>
</div>
<!-- Step 4 -->
<div class="step-wrapper">
<div class="row">
<span class="step-number ui-gradient-peach"></span>
<div class="col-md-6" data-vertical_center="true">
<h4 class="heading text-dark-gray">
2026
</h4>
<p class="paragraph" data-content="section_Roadmap_Title_4">Launch native BitDust token</p>
</div>
</div>
</div>
</div>
</div><!-- .container -->
</div>
<!-- .section -->
<!-- Client Logos Section -->
<div class="section ui-clients-logos bg-white section-sm">
<div class="container">
<div class="d-flex flex-row justify-content-between">
<div>
<a href="https://knowledge4policy.ec.europa.eu/foresight/tool/dlt4good/bitdust_en" target=_blank>
<img src="assets/img/logo/eu_commission.png" alt="European Commission" data-uhd />
</a>
</div>
<div>
<a href="https://www.safetydetectives.com/blog/qa-with-veselin-penev-bitdust/" target=_blank>
<img src="assets/img/logo/safety_detectives.png" alt="SafetyDetectives" data-uhd />
</a>
</div>
<div>
<a href="https://www.saashub.com/compare-bitdust-vs-decentralized-internet" target=_blank>
<img src="assets/img/logo/saas_hub.png" alt="SaaSHub" data-uhd />
</a>
</div>
<div>
<a href="https://opensourcelibs.com/lib/bitdust-io-public" target=_blank>
<img src="assets/img/logo/open_source_libs.png" alt="OpenSourceLibs" data-uhd />
</a>
</div>
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .ui-clients-logos -->
<!-- Testimonial Section -->
<div class="section ui-gradient-green" id="team">
<div class="container">
<!-- Card Heading -->
<div class="section-heading center">
<h2 class="heading text-dark-gray" data-content="section_Team_Title">The team</h2>
<p class="paragraph" data-content="section_Team_Description">BitDust Heroes!</p>
</div><!-- .section-heading -->
<!-- Slider -->
<div class="ui-testimonials slider owl-carousel owl-theme">
<!-- Testimonials Item 1 -->
<div class="item">
<div class="user">
<div class="avatar">
<img alt="Veselin" src="assets/img/team/veselin.png">
</div>
<div class="info">
<h6 class="heading text-dark-gray">Veselin Penev</h6>
<p class="sub-heading" data-content="section_Team_Veselin">Founder &
<br>Software development</p>
<a href="https://www.linkedin.com/in/bitdust/" target="_blank">
<span class="icon fa fa-linkedin"></span>
</a>
</div>
</div>
</div>
<!-- Testimonials Item 5-->
<div class="item">
<div class="user">
<div class="avatar">
<img alt="Petr" src="assets/img/team/petr.png">
</div>
<div class="info">
<h6 class="heading text-dark-gray">Petr Karasev</h6>
<p class="sub-heading" data-content="section_Team_Petr">Co-Founder &
Business analysis</p>
<a href="https://www.linkedin.com/in/petr-karasev-8a0931b3/" target="_blank">
<span class="icon fa fa-linkedin"></span>
</a>
</div>
</div>
</div>
<!-- Testimonials Item 3 -->
<div class="item">
<div class="user">
<div class="avatar">
<img alt="Anastasia" src="assets/img/team/anastasia.jpg">
</div>
<div class="info">
<h6 class="heading text-dark-gray">Anastasia Andreeva</h6>
<p class="sub-heading" data-content="section_Team_Anastasia">Product design</p>
<a href="https://www.linkedin.com/in/anastasia-andreeva-b59104286" target="_blank">
<span class="icon fa fa-linkedin"></span>
</a>
</div>
</div>
</div>
<!-- Testimonials Item 4 -->
<div class="item">
<div class="user">
<div class="avatar">
<img alt="Kirill" src="assets/img/team/kirill.jpg">
</div>
<div class="info">
<h6 class="heading text-dark-gray">Kirill Pototskiy</h6>
<p class="sub-heading" data-content="section_Team_Kirill">Software
development</p>
<a href="https://www.linkedin.com/in/kirill-pototskiy-b18296272/" target="_blank">
<span class="icon fa fa-linkedin"></span>
</a>
</div>
</div>
</div>
</div><!-- .ui-testimonials -->
</div><!-- .container -->
</div><!-- .section -->
<!-- Footer -->
<footer class="ui-footer bg-gray">
<div class="container pt-6 pb-6">
<div class="row">
<div class="col-sm-8 footer-about footer-col center-on-sm">
<img src="assets/img/logo/bitdust-logo-white.svg" alt="BitDust">
<p class="mt-1" data-content="section_Footer_Description">
We are currently with a small team primarily focusing on the development and supporting the BitDust community.
Join us via Telegram or send a email.
</p>
</div>
<div class="col-md-4 col-sm-6 footer-col center-on-sm">
<div>
<a class="btn ui-gradient-purple btn-circle shadow-md" href="https://t.me/bitdust"
target="_blank">
<span class="fa fa-telegram"></span>
</a>
<a class="btn ui-gradient-blue btn-circle shadow-md" href="https://github.com/bitdust-io/"
target="_blank">
<span class="fa fa-github"></span>
</a>
</div>
</div>
</div><!-- .row -->
</div><!-- .container -->
<!-- Footer Copyright -->
<div class="footer-copyright bg-dark-gray">
<div class="container">
<div class="row">
<!-- Copyright -->
<div class="col-sm-6 center-on-sm">
<p>
© 2019 <a href="http://bitdust.io" target="_blank" title="BitDust">BitDust</a>
</p>
</div>
<!-- Social Icons -->
<div class="col-sm-6 text-right">
<ul class="footer-nav">
<li>
<a href="https://bitdust.io/wiki">
Wiki
</a>
</li>
<li>
<a href="https://github.com/bitdust-io/">
Github
</a>
</li>
</ul>
</div>
</div>
</div><!-- .container -->
</div><!-- .footer-copyright -->
</footer><!-- .ui-footer -->
</div><!-- .main -->
<!-- Scripts -->
<script src="assets/js/libs/jquery/jquery-3.2.1.min.js"></script>
<script src="assets/js/libs/bootstrap.js"></script>
<script src="assets/js/libs/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/js/libs/slider-pro/jquery.sliderPro.min.js"></script>
<script src="assets/js/libs/form-validator/form-validator.min.js"></script>
<script src="assets/js/applify/ui-map.js"></script>
<script src="assets/js/applify/build/applify.js"></script>
<script src="assets/js/translations.js"></script>
<script src="assets/js/bitdust.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158200962-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-158200962-1');
</script>
</body>
</html>