-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-2.html
executable file
·781 lines (739 loc) · 52.3 KB
/
index-2.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
<!doctype html>
<html lang="en">
<!-- Mirrored from dwebs.io/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 31 May 2020 17:41:06 GMT -->
<head>
<meta charset="utf-8">
<title>dWeb | Making The Web Great Again</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Learn more about the new decentralized alternative to the World Wide Web and our rollout of First Amendment Infrastructure around the globe.">
<meta name="keywords" content="dweb, distributed web, decentralized web, first amendment infrastructure">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/logo-dark-gray.png">
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500" rel="stylesheet">
<link href="assets/css/socicon.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/entypo.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/theme.css" rel="stylesheet" type="text/css" media="all" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NREJHR0XCK"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NREJHR0XCK');
</script>
</head>
<body>
<div class="nav-container">
<div class="bg-white navbar-light" data-sticky="top">
<div class="container">
<nav class="row navbar navbar-expand-lg align-items-center">
<div class="col-12 col-lg-auto order-lg-2 d-flex justify-content-between">
<a class="navbar-brand m-0" href="index-2.html">
<img alt="dWeb" height="50px" src="assets/img/logo-dark-gray.png" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-toggle" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="icon-menu h4"></i>
</button>
</div>
<!--end of col-->
<div class="col-12 col-lg order-lg-1">
<div class="collapse navbar-collapse navbar-toggle">
<ul class="navbar-nav">
<li class="nav-item">
<a href="index-2.html" class="nav-link">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="pagesDropdown" role="button" data-toggle="dropdown">For Beginners</a>
<div class="dropdown-menu" aria-labelledby="pagesDropdown">
<a class="dropdown-item gray-menu" href="https://dwebx.org/getting-started.html">
<span class="h6 mb-0">How To Get Started</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how to begin using the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/compare-webs.html">
<span class="h6 mb-0">Web 2.0 vs. Web 3.0</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Compare the World Wide Web to the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/how-it-works.html">
<span class="h6 mb-0">How Websites Are Distributed</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how the serverless web works.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/data-on-the-dweb.html">
<span class="h6 mb-0">Data On The dWeb</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how you control your data on the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/security-on-the-dweb.html">
<span class="h6 mb-0">Security On The dWeb</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how the dWeb renders hackers useless.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="pagesDropdown" role="button" data-toggle="dropdown">Components</a>
<div class="dropdown-menu" aria-labelledby="pagesDropdown">
<a class="dropdown-item gray-menu" href="https://arisen.network">
<span class="h6 mb-0">ARISEN</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about dWeb's distributed state engine.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/dht">
<span class="h6 mb-0">dWeb's DHT</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about dWeb's distributed hash table.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/dwebswarm">
<span class="h6 mb-0">dWeb Swarm</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about peer discovery components.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/ddatabase">
<span class="h6 mb-0">dDatabase</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about distributed binary data feeds.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/ddatabase-protocol">
<span class="h6 mb-0">dDatabase Protocol</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn about the protocol for exchanging dDatabases.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/dwebtrie">
<span class="h6 mb-0">dWebTrie</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn about the distributed key-value store.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/ddrive">
<span class="h6 mb-0">dDrive</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about the distributed file system.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/whitepaper#ddns">
<span class="h6 mb-0">dDNS</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about decentralized DNS.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="pagesDropdown" role="button" data-toggle="dropdown">For Developers</a>
<div class="dropdown-menu" aria-labelledby="pagesDropdown">
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/whitepaper">
<span class="h6 mb-0">The dWeb Whitepaper</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn about the ins and outs of the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/DistributedWeb/guide">
<span class="h6 mb-0">dWeb Developer's Guide</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Start developing sites and apps on the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://docs.arisen.network">
<span class="h6 mb-0">ARISEN Documentation</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Extensive documentation referencing ARISEN's blockchain.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://docs.dbrowser.com">
<span class="h6 mb-0">dBrowser Documentation</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Start your dWeb development journey with dBrowser.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://t.me/dweb1776">
<span class="h6 mb-0">Join Developer Community</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Join the conversation on Telegram.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
</div>
</li>
</ul>
</div>
</div>
<!--end of col-->
<div class="col-12 col-lg order-lg-3">
<div class="collapse navbar-collapse navbar-toggle justify-content-end">
<ul class="navbar-nav">
<li class="nav-item">
<a class="btn btn-danger btn-lg" href="http://dbrowser.com">Download dBrowser</a>
<span></span><a class="btn btn-outline-dark btn-lg" href="https://t.me/iamfreedomusa">Join Chat</a>
</li>
</ul>
</div>
</div>
<!--end of col-->
</nav>
<!--end of row-->
</div>
<!--end of container-->
</div>
</div>
<div class="main-container">
<section class="height-90 d-none d-lg-block d-xl-block">
<img alt="dWeb Eagle" src="assets/img/freedom-header.png" class="bg-image" />
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-8 col-lg-7 text-center">
<!-- <div class="video-play-icon" data-toggle="modal" data-target="#video-modal">
<i class="icon-controller-play"></i>
</div> -->
<h1 class="display-1 text-primary font-weight-700" style="font-weight:700 !important;">Making The <p class="text-danger">Web Great Again.</p></h1>
<span class="lead text-muted">
dWeb is the "Distributed Web" and you are in charge. It has finally happened. We The People have taken back our freedom and our God-given rights. Our ability to fight back, starts today.
</span>
<a href="https://dbrowser.io/download.html" class="btn btn-danger btn-lg">Start Browsing Web 3.0</a> <a href="https://peepsx.com/donate" class="btn btn-outline-dark btn-lg">Donate us to grow</a>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="height-100 d-lg-none d-xl-none">
<img alt="dWeb Eagle" src="assets/img/freedom-header-mobile.png" class="bg-image" />
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-8 col-lg-7 text-center">
<!-- <div class="video-play-icon" data-toggle="modal" data-target="#video-modal">
<i class="icon-controller-play"></i>
</div> -->
<h1 class="display-4 text-primary font-weight-700" style="font-weight:700 !important; letter-spacing: -2px !important;"><strong>Making The <p class="text-danger">Web Great Again.</strong></p></h1>
<span class="lead text-muted">
dWeb is the "Distributed Web" and you are in charge. It has finally happened. We The People have taken back our freedom and our God-given rights. Our ability to fight back, starts today.
</span>
<a href="https://dbrowser.io/download.html" class="btn btn-danger btn-lg btn-block">Start Browsing Web 3.0</a> <a href="https://peepsx.com/donate" class="btn btn-outline-dark btn-lg btn-block">Donate us to grow</a>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<!--end of section-->
<section class="space-lg">
<div class="container">
<ul class="feature-list feature-list-lg">
<li class="row align-items-center justify-content-around">
<div class="col-12 col-md-6 order-md-2">
<img alt="Image" class="img-fluid rounded" src="assets/img/no-hosting.png" />
</div>
<!--end of col-->
<div class="col-12 col-md-6 col-lg-5 text-lg-center order-md-1">
<h3 class="h1">No more web hosting.</h3>
<p class="lead">
The dWeb doesn't require web hosting because it's peer to peer. That means your websites and applications can never be taken down.
</p>
<a href="how-websites-are-distributed.html">How Websites Are Distributed ›</a>
</div>
<!--end of col-->
</li>
<!--end of row-->
<li class="row align-items-center justify-content-around">
<div class="col-12 col-md-6 order-1">
<img alt="Image" class="img-fluid rounded" src="assets/img/no-censorship.png" />
</div>
<!--end of col-->
<div class="col-12 col-md-6 col-lg-5 text-lg-center order-2">
<h3 class="h1">No more censorship.</h3>
<p class="lead">
Since nobody controls the dWeb, nobody can censor it. As far as illegal content and how the <a href="https://agov.network/">Arisen Governance</a> removes that content, <a href="illegal-content.html">click here</a>.
</p>
<a href="who-controls-the-dweb.html">Who Controls The dWeb ›</a>
</div>
<!--end of col-->
</li>
<!--end of row-->
<li class="row align-items-center justify-content-around">
<div class="col-12 col-md-6 order-md-2">
<img alt="Image" class="img-fluid rounded" src="assets/img/no-downtime.png" />
</div>
<!--end of col-->
<div class="col-12 col-md-6 col-lg-5 text-lg-center order-md-1">
<h3 class="h1">No more downtime.</h3>
<p class="lead">
Once a website is distributed to peers, it's out there. There is no removing it, unless of course it's removed from the revelation towers, which would require a majority vote from the <a href="https://agov.network/">Arisen Governance</a>.
</p>
<a href="longevity.html">Learn About dWeb Longevity</a>
</div>
<!--end of col-->
</li>
<!--end of row-->
</ul>
</div>
<!--end of container-->
</section>
<!--end of section-->
<section class="bg-dark space-lg">
<img alt="Image" src="assets/img/graphic-bg-clouds-2.png" class="bg-image" />
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-lg-10">
<div class="media">
<img alt="Image" src="assets/img/jared.jpg" class="avatar avatar-lg" />
<div class="media-body">
<p class="h2">
“The deep state took my work away once and they'll never take it away again. Nobody should be able to destroy your life's work, I made a promise to myself I would defeat this mechanism and with dWeb's protocol, we have.”
</p>
<span>Jared Rice Sr., dWeb Protocol Founder</span>
</div>
</div>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<!--end of section-->
<section>
<div class="container">
<div class="row justify-content-center text-center section-intro">
<div class="col-12 col-md-9 col-lg-8">
<span class="title-decorative">The dWeb Ecosystem</span>
<h2 class="display-4">A growing ecosystem.</h2>
<span class="lead">The largest decentralized ecosystem in the world and it's not even close.</span>
</div>
<!--end of col-->
</div>
<!--end of row-->
<ul class="row feature-list feature-list-lg">
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://dbrowser.io/">
<img alt="dBrowser Logo" class="avatar avatar-lg mr-4" src="assets/img/dbrowser.png" />
</a>
<div class="media-body">
<a href="https://dbrowser.io/">dBrowser</a>
<p class="mt-3">
dBrowser is currently the only browser integrated with the dWeb protocol but is also open source so others can build upon its basic framework.
</p>
</div>
</div>
</li>
<!--end of col-->
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://dpack.io/">
<img alt="dPack Logo" class="avatar avatar-lg mr-4" src="assets/img/dpack.png" />
</a>
<div class="media-body">
<a href="https://dpack.io/">dPack</a>
<p class="mt-3">
dPack is a collection of libraries and tools for distributing dSites, dApps and dDatabases across dWeb's flock of peers.
</p>
</div>
</div>
</li>
<!--end of col-->
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://dpays.io/">
<img alt="dPay Logo" class="avatar avatar-lg mr-4" src="assets/img/dpay.png" />
</a>
<div class="media-body">
<a href="https://dpays.io/">dPay</a>
<p class="mt-3">
dPay is a blockchain-based economy that powers many dApps that are broadcasted over the dWeb, like <a href="https://dsocial.io/">dSocial</a>, <a href="https://dsite.io/">dSite</a>, <a href="https://dvideo.io/">dVideo</a> and <a href="https://dpix.io/">dPix</a>
</p>
</div>
</div>
</li>
<!--end of col-->
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://arisen.network/">
<img alt="Arisen Logo" class="avatar avatar-lg mr-4" src="assets/img/arisen.png" />
</a>
<div class="media-body">
<a href="https://arisen.network/">Arisen</a>
<p class="mt-3">
Arisen, like dPay is another blockchain-based network, based on EOS' powerful technology, enabling everything from banking to governance.
</p>
</div>
</div>
</li>
<!--end of col-->
</ul>
<ul class="row feature-list feature-list-lg">
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://dmemo.io/">
<img alt="dMemo Logo" class="avatar avatar-lg mr-4" src="assets/img/dmemo.png" />
</a>
<div class="media-body">
<a href="https://dmemo.io/">dMemo</a>
<p class="mt-3">
A decentralized and distributed instant messenger that is truly blockchain-less and powered over dWeb. It will always be free to use and your conversations are always your business & yours only.
</p>
</div>
</div>
</li>
<!--end of col-->
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://dvideo.io/">
<img alt="dVideo Logo" class="avatar avatar-lg mr-4" src="assets/img/dvideo.png" />
</a>
<div class="media-body">
<a href="https://dvideo.io/">dVideo</a>
<p class="mt-3">
The decentralized and distributed version of YouTube that pays video curators and commenters alike. Built-in live streaming capabilities and dWeb distribution between peers, enables dVideo to succeed as the future of online video.
</p>
</div>
</div>
</li>
<!--end of col-->
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://dsocial.io/">
<img alt="dSocial Logo" class="avatar avatar-lg mr-4" src="assets/img/dsocial.png" />
</a>
<div class="media-body">
<a href="https://dsocial.io/">dSocial</a>
<p class="mt-3">
Decentralized and distributed social media platform powered on the dPay blockchain and governed by the dPay & Arisen governances. Get paid for posting on a social network. You are no longer the product, now you create the product.
</p>
</div>
</div>
</li>
<!--end of col-->
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://dwiki.io/">
<img alt="dWiki Logo" class="avatar avatar-lg mr-4" src="assets/img/dwiki.png" />
</a>
<div class="media-body">
<a href="https://dwiki.io/">dWiki</a>
<p class="mt-3">
The decentralized and distributed version of Wikipedia, where anyone can edit but only the accurate information is graded as such. Readers grade content, not private admins designed to provide information that is not in fact, factual.
</p>
</div>
</div>
</li>
<!--end of col-->
</ul>
<ul class="row feature-list feature-list-lg">
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://ddatabases.io/">
<img alt="dDatabase Logo" class="avatar avatar-lg mr-4" src="assets/img/ddatabase.png" />
</a>
<div class="media-body">
<a href="https://ddatabase.io/">dDatabases</a>
<p class="mt-3">
Distributed databases to give way for blockchain-less dApps, powered exclusively on the distributed web. dDatabases currently has three database types with dDatabase, dAppDB and dSiteDB, to give developers plenty of options for their next project.
</p>
</div>
</div>
</li>
<!--end of col-->
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://ddrive.io/">
<img alt="dDrive Logo" class="avatar avatar-lg mr-4" src="assets/img/ddrives.png" />
</a>
<div class="media-body">
<a href="https://ddrive.io/">dDrives</a>
<p class="mt-3">
The decentralized and distributed version of the hard drive. Cloud storage is a thing of the past, where peer storage is provided free and making sure your files are safe is a thing of the past.
</p>
</div>
</div>
</li>
<!--end of col-->
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://dsite.io/">
<img alt="dSite Logo" class="avatar avatar-lg mr-4" src="assets/img/dsite.png" />
</a>
<div class="media-body">
<a href="https://dsite.io/">dSite</a>
<p class="mt-3">
The decentralized version of Medium and powered on the dPay network, where bloggers get paid for content and commenters do as well.
</p>
</div>
</div>
</li>
<!--end of col-->
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://dstatus.io/">
<img alt="dStatus Logo" class="avatar avatar-lg mr-4" src="assets/img/dstatus.png" />
</a>
<div class="media-body">
<a href="https://dstatus.io/">dStatus</a>
<p class="mt-3">
A blockchain-less social network, where users are able to publish status updates, very similar to Twitter. No payments are needed to make posts as there is no blockchain working in the background.
</p>
</div>
</div>
</li>
<!--end of col-->
</ul>
<ul class="row feature-list feature-list-lg">
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://dseek.io/">
<img alt="Image" class="avatar avatar-lg mr-4" src="assets/img/dseek.png" />
</a>
<div class="media-body">
<a href="https://dseek.io/">dSeek</a>
<p class="mt-3">
The decentralized and distributed search engine, searching the dWeb, dPay and Arisen networks for content, based on a user's input. dSeek will soon release with web, image, video, wiki and news searches, with more to come in the future.
</p>
</div>
</div>
</li>
<!--end of col-->
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://dpix.io/">
<img alt="dPix Logo" class="avatar avatar-lg mr-4" src="assets/img/dpix.png" />
</a>
<div class="media-body">
<a href="https://dpix.io/">dPix</a>
<p class="mt-3">
dPix is the decentralized and distributed version of Instagram, where users are rewarded with cryptocurrency by dPay network, as well as commenters for commenting on photos taken by other users. Express your creativity and get paid for it.
</p>
</div>
</div>
</li>
<!--end of col-->
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://dpress.io/">
<img alt="dPress Logo" class="avatar avatar-lg mr-4" src="assets/img/dpress.png" />
</a>
<div class="media-body">
<a href="https://dpress.io/">dPress</a>
<p class="mt-3">
dPress is a decentralized and distributed content management system (dCMS), making it easy for anyone to build dSites or dBlogs, without the need for a blockchain. dPress, like dStatus, is a blockchain-less decentralized application.
</p>
</div>
</div>
</li>
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://dtunes.io/">
<img alt="dTunes Logo" class="avatar avatar-lg mr-4" src="assets/img/dtunes.png" />
</a>
<div class="media-body">
<a href="https://dtunes.io/">dTunes</a>
<p class="mt-3">
dTunes brings entertainment to the blockchain and the distributed web, giving a way to pay artists for their creativity and listeners for their time. It's an interesting concept, to be released in January 2019.
</p>
</div>
</div>
</li>
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://distdns.io/">
<img alt="dDNS Logo" class="avatar avatar-lg mr-4" src="assets/img/ddns.png" />
</a>
<div class="media-body">
<a href="https://distdns.io/">dDNS</a>
<p class="mt-3">
A new distributed and decentralized DNS where the people can now own and control their own domain names forever and for free!
</p>
</div>
</div>
</li>
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://avote.io/">
<img alt="aVote Logo" class="avatar avatar-lg mr-4" src="assets/img/avote.png" />
</a>
<div class="media-body">
<a href="https://avote.io/">aVote</a>
<p class="mt-3">
A new way for the dWeb community to vote on changes to the network, a new kind of governance that governs what surrounds our lives - the web.
</p>
</div>
</div>
</li>
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://dnames.io/">
<img alt="dNames Logo" class="avatar avatar-lg mr-4" src="assets/img/dnames.png" />
</a>
<div class="media-body">
<a href="https://dnames.io/">dNames</a>
<p class="mt-3">
Easily register dTLDs like .chain, .web3, .dweb and more for free! Manage your DNS records and more, just like you would at a centralized domain registrar like GoDaddy.
</p>
</div>
</div>
</li>
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://aexchange.io/">
<img alt="aExchange Logo" class="avatar avatar-lg mr-4" src="assets/img/aexchange.png" />
</a>
<div class="media-body">
<a href="https://aexchange.io/">aExchange</a>
<p class="mt-3">
A decentralized exchange for digital/private currency, powered on the Arisen blockchain.
</p>
</div>
</div>
</li>
<li class="col-12 col-md-6">
<div class="media align-items-center">
<a href="https://abank.io/">
<img alt="aBank Logo" class="avatar avatar-lg mr-4" src="assets/img/arisen.png" />
</a>
<div class="media-body">
<a href="https://abank.io/">aBank</a>
<p class="mt-3">
A decentralized banking system powered on the Arisen network. The original vision for AriseBank + more. The future of banking as we know it, utilizing Arisen's native cryptocurrency RSN.
</p>
</div>
</div>
</li>
<!--end of col-->
<!--end of col-->
</ul>
<!--end of row-->
<div class="row justify-content-center text-center section-outro">
<div class="col-lg-8 col-md-8">
<h6>Don't ever let them scare you into submission.</h6>
<h5>This is our war to win.</h5>
<img alt="Image" height="100px" src="assets/img/jared.png" /><br>
<a href="#">View my official dWeb Announcement</a>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<!--end of section-->
<footer class="bg-gray text-light footer-long">
<div class="container">
<div class="row">
<div class="col-12 col-md-3">
<img alt="Image" height="100px" src="assets/img/logo-white.svg" class="mb-4" />
<p class="text-muted">
© 2021 Arisen Ministries and The Peeps Institute. All rights reserved. The dWeb is not a company, it's a decentralized network of computers that's owned by nobody.
</p>
</div>
<!--end of col-->
<div class="col-12 col-md-9">
<span class="h5">1776 has commenced again. We've come for our freedom.</span>
<div class="row no-gutters">
<div class="col-6 col-lg-3">
<h6>For Beginners</h6>
<ul class="list-unstyled">
<li>
<a href="https://dwebx.org/getting-started.html">How To Get Started</a>
</li>
<li>
<a href="https://dwebx.org/compare-webs.html">Web 2.0 vs 3.0</a>
</li>
<li>
<a href="https://dwebx.org/how-it-works.html">Website Distribution</a>
</li>
<li>
<a href="https://dwebx.org/data-on-the-dweb.html">Data On The dWeb</a>
</li>
</ul>
</div>
<!--end of col-->
<div class="col-6 col-lg-3">
<h6>For Developers</h6>
<ul class="list-unstyled">
<li>
<a href="https://github.com/distributedweb/whitepaper">dWeb Whitepaper</a>
</li>
<li>
<a href="https://github.com/DistributedWeb/guide">dWeb Developer Guide</a>
</li>
<li>
<a href="https://docs.arisen.network">ARISEN Documentation</a>
</li>
<li>
<a href="https://docs.dbrowser.com">dBrowser Documentation</a>
</li>
</ul>
</div>
<!--end of col-->
<div class="col-6 col-lg-3">
<h6>dWeb Components</h6>
<ul class="list-unstyled">
<li>
<a href="https://arisen.network">ARISEN</a>
</li>
<li>
<a href="https://github.com/distributedweb/dht">dWeb's DHT</a>
</li>
<li>
<a href="https://github.com/distributedweb/dwebswarm">dWeb Swarm</a>
</li>
<li>
<a href="https://github.com/distributedweb/ddatabase-protocol">dDatabase Protocol</a>
</li>
<li>
<a href="https://github.com/distributedweb/ddrive">dDrive</a>
</li>
<li>
<a href="https://github.com/distributedweb/whitepaper#ddns">dDNS</a>
</li>
</ul>
</div>
<!--end of col-->
<div class="col-6 col-lg-3">
<h6>Contributors</h6>
<ul class="list-unstyled">
<li>
<a href="https://peepsx.com">The Peeps Institute</a>
</li>
<li>
<a href="https://arisen.church">Arisen Ministries</a>
</li>
<li>
<a href="https://cryptonomex.com">Cryptonomex</a>
</li>
<li>
<a href="http://seekware.in/">Block Genesis</a>
</li>
</ul>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
</footer>
</div>
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/popper.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.smartWizard.min.js"></script>
<script type="text/javascript" src="assets/js/flickity.pkgd.min.js"></script>
<script type="text/javascript" src="assets/js/scrollMonitor.js"></script>
<script type="text/javascript" src="assets/js/smooth-scroll.polyfills.js"></script>
<script type="text/javascript" src="assets/js/prism.js"></script>
<script type="text/javascript" src="assets/js/zoom.min.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.js"></script>
<script type="text/javascript" src="assets/js/theme.js"></script>
</body>
<!-- Mirrored from dwebs.io/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 31 May 2020 17:41:06 GMT -->
</html>