forked from peepsx/dwebx-new-websites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
523 lines (485 loc) · 35.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>dWeb | The Decentralized Web (dweb://)</title>
<meta name="title" content="dWeb | The Decentralized Web (dweb://)">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The decentralized web (dweb://) is a truly decentralized alternative to the worldwide web where the apps of tomorrow are being developed.">
<meta name="keywords" content="dweb, decentralized web, dweb protocol, decentralized internet">
<meta name="author" content="PeepsLabs">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/logo/dweb-logo.png">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:400,400i,600,600i,700,700i%7cPermanent+Marker" rel="stylesheet">
<link href="assets/css/theme.css" rel="stylesheet" type="text/css" media="all">
<link href="assets/css/custom.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZCEWSNNZ8M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZCEWSNNZ8M');
</script>
</head>
<body>
<!--------------------------------- Header Block Start --------------------------->
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<div class="container">
<a class="navbar-brand" href="index.html">
<img alt="dweb" src="assets/img/logo/dweb-logo.png">
</a>
<div class="d-flex order-lg-3 ml-lg-4">
<a href="https://peepsx.com/dbrowser" class="btn btn-primary">Download dBrowser</a>
<button class="navbar-toggler ml-2" type="button" data-toggle="collapse" data-target=".navMenu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse justify-content-between navMenu order-lg-2">
<div class="dropdown">
<button class="btn dropdown-toggle btn-light btn-sm" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<img src="assets/img/flag-us.svg" alt="United States" class="btn-image">
<span>United States</span>
</button>
<!-- <div class="dropdown-menu">
<a class="dropdown-item" href="#">Asia</a>
<a class="dropdown-item" href="#">Australia</a>
<a class="dropdown-item" href="#">Europe</a>
<a class="dropdown-item" href="#">India</a>
<a class="dropdown-item" href="#">United States</a>
</div> -->
</div>
<div class="d-lg-flex align-items-center">
<div class="d-flex align-items-center justify-content-between my-1 my-lg-0">
<ul class="navbar-nav d-flex flex-row">
<li class="nav-item">
<a href="https://docs.arisen.network" class="nav-link pr-2">Developer Docs</a>
</li>
<li class="nav-item ">
<a href="arisenos.html" target="_blank" class="nav-link pr-2">ArisenOS <span class="badge badge-success">1.0.0-patriot</span>
</a>
</li>
</ul>
</div>
<form onsubmit="myFunction()">
<div class="input-group input-group-round" style="width: 112%;">
<div class="input-group-prepend">
<span class="input-group-text" id="input-group-search-2">
<i class="material-icons">search</i>
</span>
</div>
<input type="search" id="searchid" class="form-control" placeholder="Search dWeb transactions" aria-label="Search">
</div>
</form>
</div>
</div>
</div>
</nav>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark py-0 sticky-top">
<div class="container">
<div class="collapse navbar-collapse navMenu">
<ul class="navbar-nav nav-tabs border-0">
<li class="nav-item">
<a class="nav-link h5" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link h5" href="compare-webs.html">Compare Webs</a>
</li>
<li class="nav-item">
<a class="nav-link h5" href="how-it-works.html">How It Works</a>
</li>
<li class="dropdown">
<a class="nav-link h5 dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" id="pages-dropdown">Get Started</a>
<div class="dropdown-menu dropdown-menu-wide p-0 o-hidden dropdown-menu-right" aria-labelledby="pages-dropdown">
<div class="list-group list-group-flush">
<a href="https://peepsx.com/dbrowser" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center py-3">
<div class="d-flex align-items-center">
<div class="icon-rounded mr-3">
<img src="assets/img/logo/dsocial.png" alt="dsocial">
</div>
<div>
<span class="h6 d-block mb-0">dBrowser</span>
</div>
</div>
<i class="material-icons">keyboard_arrow_right</i>
</a>
<a href="developer-tools.html" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center py-3">
<div class="d-flex align-items-center">
<div class="icon-rounded mr-3" style="border: 1px solid #000;">
<!-- <img src="assets/img/logo/dwallet.png" alt="dwallet"> -->
<span>D</span>
</div>
<div>
<span class="h6 d-block mb-0">Developer Tools</span>
</div>
</div>
<i class="material-icons">keyboard_arrow_right</i>
</a>
<a href="ddrive-daemon.html" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center py-3">
<div class="d-flex align-items-center">
<div class="icon-rounded mr-3">
<img src="assets/img/logo/dseek.png" alt="dsearch">
</div>
<div>
<span class="h6 d-block mb-0">dDrive Daemon</span>
</div>
</div>
<i class="material-icons">keyboard_arrow_right</i>
</a>
<a href="arisenos.html" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center py-3">
<div class="d-flex align-items-center">
<div class="icon-rounded mr-3">
<img src="assets/img/logo/dnames.png" alt="dname">
</div>
<div>
<span class="h6 d-block mb-0">ArisenOS</span>
</div>
</div>
<i class="material-icons">keyboard_arrow_right</i>
</a>
</div>
<!-- <div class="p-3 d-flex border-top">
<img src="assets/img/avatar-female-1.jpg" alt="Avatar" class="avatar mr-3">
<p class="mb-0">
“Insight's diverse array of pages make building complete business websites quicker than ever.”
</p>
</div> -->
</div>
</li>
<li class="nav-item">
<a class="nav-link h5" href="https://arisen.network">Developers</a>
</li>
<li class="nav-item">
<a class="nav-link h5" href="https://peepsx.com">About Peeps</a>
</li>
</ul>
</div>
</div>
</nav>
<!--------------------------------- Header Block End --------------------------->
<!------------------------- TOP BLOCK start------------------------>
<section class="row no-gutters p-0 bg-white">
<div class="col-md-5 col-xl-6 d-flex flex-column order-md-2">
<img src="assets/img/Mt-Rushmore.jpg" alt="Image" class="flex-grow-1">
</div>
<div class="col-md-7 col-xl-6 order-md-1 height-60 height-md-70">
<div class="row w-100 no-gutters justify-content-center py-4">
<div class="col-md-10 col-lg-9 col-xl-8 p-3">
<h1 class="display-4 display-4">Introducing the People's web.</h1>
<p class="lead">The decentralized web (dweb://) is a truly decentralized alternative to the World Wide Web where the apps of tomorrow are being developed.</p>
<a href="#user-controlled-data" class="btn btn-lg btn-primary">Learn More</a>
</div>
</div>
</div>
</section>
<!------------------------- TOP BLOCK end------------------------>
<!------------------------- Logo BLOCK ------------------------>
<section class="bg-gradient logo-gradb-bg">
<div class="container">
<div class="row justify-content-around">
<div class="col-6 col-lg col-md-2 mb-4 mb-sm-0 d-flex justify-content-center">
<a href="https://dsocial.network" class="opacity-50">
<img src="assets/img/logo/white logo/w-dsocial.png" alt="Image">
</a>
</div>
<div class="col-6 col-lg col-md-2 mb-4 mb-sm-0 d-flex justify-content-center">
<a href="https://dbrowser.com" class="opacity-50">
<img src="assets/img/logo/white logo/w-dbrowser.png" alt="Image">
</a>
</div>
<div class="col-6 col-lg col-md-2 mb-4 mb-sm-0 d-flex justify-content-center">
<a href="https://dnames.network" class="opacity-50">
<img src="assets/img/logo/white logo/w-dnames.png" alt="Image">
</a>
</div>
<div class="col-6 col-lg col-md-2 mb-4 mb-sm-0 d-flex justify-content-center">
<a href="https://dsearch.network" class="opacity-50">
<img src="assets/img/logo/white logo/w-dseek.png" alt="Image">
</a>
</div>
<div class="col-6 col-lg col-md-2 mb-4 mb-sm-0 d-flex justify-content-center">
<a href="https://peepsx.com/dwallet.html" class="opacity-50">
<img src="assets/img/logo/white logo/w-dwallet.png" alt="Image">
</a>
</div>
<div class="col-6 col-lg col-md-2 mb-4 mb-sm-0 d-flex justify-content-center">
<a href="https://peepsid.com" class="opacity-50">
<img src="assets/img/logo/white logo/w-peeps.png" alt="Image">
</a>
</div>
</div>
</div>
</section>
<!------------------------- Logo BLOCK end------------------------>
<!------------------------- dWeb Block 1 (#user-controlled-data)------------------------>
<section class="height-100 bg-white" id="user-controlled-data">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-8 col-md-8 center-text">
<div class="">
<h1 class="display-4">a web controlled by the people.</h1>
<p class="description">dWeb is controlled and policed by its users, where those very users control the data they submit on it, regardless of the app they're using and users as a whole vote for changes to the overall network, including the removal of illegal content.</p>
<a href="#server-less-web"><i class="material-icons d-block down-arrow arrow bounce">keyboard_arrow_down</i></a>
</div>
</div>
</div>
</div>
</section>
<!------------------------- dWeb Block 1 End------------------------>
<!------------------------- dWeb Block 2 (#server-less-web) Start------------------------>
<section class="height-100 bg-light" id="server-less-web">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-8 col-md-8 center-text">
<div class="">
<h1 class="display-4">goodbye web hosting.</h1>
<p class="description">dWeb is a peer-to-peer web, which means the apps and websites are hosted amongst the peers and users who use them. That means web hosting services of any kind are no longer needed and that websites, as well as apps cannot be seized or taken offline.</p>
<a href="#decentralized-addressing"><i class="material-icons d-block down-arrow arrow bounce">keyboard_arrow_down</i></a>
</div>
</div>
</div>
</div>
</section>
<!------------------------- dWeb Block 2 (#server-less-web) End------------------------>
<!------------------------- dWeb Block 3 (#decentralized-addressing) Start------------------------>
<section class="height-100 bg-white" id="decentralized-addressing">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-8 col-md-8 center-text">
<div class="">
<h1 class="display-4">no more IP addresses.</h1>
<p class="description">Instead of IP addresses, the dWeb uses hash-based network addressing, where addresses are completely owned and controlled by those who create them. There are enough possible addresses for every atom in the universe.</p>
<a href="#decentralized-accounts"><i class="material-icons d-block down-arrow arrow bounce">keyboard_arrow_down</i></a>
</div>
</div>
</div>
</div>
</section>
<!------------------------- dWeb Block 3 (#decentralized-addressing) End------------------------>
<!------------------------- dWeb Block 4 ( #decentralized-accounts) start------------------------>
<section class="height-100 bg-light" id="decentralized-accounts">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-8 col-md-8 center-text">
<div class="">
<h1 class="display-4">one heck of an account.</h1>
<p class="description">A component of the dWeb, known as the Arisen "blockchain", empowers the dWeb's universal authentication system, which is used by all of the dWeb's apps. This means one single account, can use any app on the dWeb. Accounts are cryptographically secure, impossible to hack and are used by all dWeb apps to cryptographically validate every individual user request.</p>
<a href="#the-global-computer"><i class="material-icons d-block down-arrow arrow bounce">keyboard_arrow_down</i></a>
</div>
</div>
</div>
</div>
</section>
<!------------------------- dWeb Block 4 ( #decentralized-accounts) End------------------------>
<!------------------------- dWeb Block 5 (#the-global-computer) Start------------------------>
<section class="height-100 bg-white" id="the-global-computer">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-8 col-md-8 center-text">
<div class="">
<h1 class="display-4">the distributed super computer.</h1>
<p class="description">dWeb uses the Arisen blockchain's peer-to-peer global computing system so that actions within an application can be cryptographically validated to having derived from the user submitting an action. This insures that data on the dWeb can be trusted by everyone who consumes it.</p>
<a href="#distributed-databases"><i class="material-icons d-block down-arrow arrow bounce">keyboard_arrow_down</i></a>
</div>
</div>
</div>
</div>
</section>
<!------------------------- dWeb Block 5 (#the-global-computer) End------------------------>
<!------------------------- dWeb Block 6 (#distributed-databases) Start------------------------>
<section class="height-100 bg-light" id="distributed-databases">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-8 col-md-8 center-text">
<div class="">
<h1 class="display-4">distributed and open data.</h1>
<p class="description">Apps and websites on the dWeb use various distributed database frameworks for storing, querying and modifying data so that centralized data services are no longer needed. Due to the way that data is cryptographically verified, it can not be exploited or fraudulently altered.</p>
<a href="#decentralized-domain-names"><i class="material-icons d-block down-arrow arrow bounce">keyboard_arrow_down</i></a>
</div>
</div>
</div>
</div>
</section>
<!------------------------- dWeb Block 6 (#distributed-databases) End------------------------>
<!------------------------- dWeb Block 7 (#decentralized-domain-names) Start------------------------>
<section class="height-100 bg-white" id="decentralized-domain-names">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-8 col-md-8 center-text">
<div class="">
<h1 class="display-4">who is your daddy now?</h1>
<p class="description">The dWeb uses decentralized domain names (.dcom, etc.) and a dDNS system to connect these names with the decentralized network addresses of an application or website. Best of all, domain names are forever owned and controlled by the users who register them.</p>
<a href="#decentralized-payments"><i class="material-icons d-block down-arrow arrow bounce">keyboard_arrow_down</i></a>
</div>
</div>
</div>
</div>
</section>
<!------------------------- dWeb Block 7 (#decentralized-domain-names) End------------------------>
<!------------------------- dWeb Block 8 (#decentralized-payments) Start------------------------>
<section class="height-100 bg-light" id="decentralized-payments">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-8 col-md-8 center-text">
<div class="">
<h1 class="display-4">no more debit cards.</h1>
<p class="description">The dWeb and the Arisen blockchain combine to create an environment for building truly decentralized applications that utilize decentralized currencies and payments. The dWeb and Arisen will soon be able to process more transactions in a single hour, than VISA and Mastercard can in a single day.</p>
<a href="#hacker-proof"><i class="material-icons d-block down-arrow arrow bounce">keyboard_arrow_down</i></a>
</div>
</div>
</div>
</div>
</section>
<!------------------------- dWeb Block 8 (#decentralized-payments) End------------------------>
<!------------------------- dWeb Block 9 (#hacker-proof) Start------------------------>
<section class="height-100 bg-white" id="hacker-proof">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-8 col-md-8 center-text">
<div class="">
<h1 class="display-4">hackers? that's so 2019.</h1>
<p class="description">Due to the peer-to-peer makeup of the dWeb and how its data is cryptographically verified across many algorithms, it is safe to say that hackers are truly rendered useless when it comes to hacking into accounts, exploiting websites or stealing money.</p>
<a href="#a-world-of-possibilities"><i class="material-icons d-block down-arrow arrow bounce">keyboard_arrow_down</i></a>
</div>
</div>
</div>
</div>
</section>
<!------------------------- dWeb Block 9 (#hacker-proof) End------------------------>
<!------------------------- dWeb Block 10 (#a-world-of-possibilities) Start------------------------>
<section class="height-100 bg-light" id="a-world-of-possibilities">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-8 col-md-8 center-text">
<div class="">
<h1 class="display-4">a world of possibilities.</h1>
<p class="description">dWeb brings to life a world of possibilities, many of which we're developing at Peeps. We developed and launched the dWeb because we wanted to build apps that truly empower people, as well as apps that could never be taken offline. dWeb is allowing us to build the apps of tomorrow, today. Now it's your turn.</p>
</div>
</div>
</div>
</div>
</section>
<!------------------------- dWeb Block 10 (#a-world-of-possibilities)End------------------------>
<!------------------------- SUPPORT DEVELOPMENT BLOCK Start------------------------>
<section class="pt-md-4 pb-md-0">
<div class="container">
<div class="row align-items-center justify-content-around">
<div class="col-lg-5 col-md-6">
<span class="h2 d-block">Help us bring freedom back to the web.</span>
<p class="lead mb-4">It's people like you that empowers us to develop technologies that preserve all of our freedoms on the Internet.</p>
<div class="list-group">
<a href="https://peepsx.com/join.html" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center">
<svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg" class="d-block mr-3 icon icon-sm">
<path d="M10.0006 29C9.20496 29 8.44189 28.6839 7.87928 28.1213C7.31668 27.5587 7.00061 26.7956 7.00061 26C7.00061 25.2043 7.31668 24.4412 7.87928 23.8786C8.44189 23.316 9.20496 23 10.0006 23C10.7963 23 11.5593 23.316 12.1219 23.8786C12.6845 24.4412 13.0006 25.2043 13.0006 26C13.0006 26.7956 12.6845 27.5587 12.1219 28.1213C11.5593 28.6839 10.7963 29 10.0006 29ZM42.0006 29C41.205 29 40.4419 28.6839 39.8793 28.1213C39.3167 27.5587 39.0006 26.7956 39.0006 26C39.0006 25.2043 39.3167 24.4412 39.8793 23.8786C40.4419 23.316 41.205 23 42.0006 23C42.7963 23 43.5593 23.316 44.1219 23.8786C44.6845 24.4412 45.0006 25.2043 45.0006 26C45.0006 26.7956 44.6845 27.5587 44.1219 28.1213C43.5593 28.6839 42.7963 29 42.0006 29ZM26.0006 13C25.205 13 24.4419 12.6839 23.8793 12.1213C23.3167 11.5587 23.0006 10.7956 23.0006 9.99995C23.0006 9.2043 23.3167 8.44124 23.8793 7.87863C24.4419 7.31602 25.205 6.99995 26.0006 6.99995C26.7963 6.99995 27.5593 7.31602 28.1219 7.87863C28.6845 8.44124 29.0006 9.2043 29.0006 9.99995C29.0006 10.7956 28.6845 11.5587 28.1219 12.1213C27.5593 12.6839 26.7963 13 26.0006 13ZM26.0006 45C25.205 45 24.4419 44.6839 23.8793 44.1213C23.3167 43.5587 23.0006 42.7956 23.0006 42C23.0006 41.2043 23.3167 40.4412 23.8793 39.8786C24.4419 39.316 25.205 39 26.0006 39C26.7963 39 27.5593 39.316 28.1219 39.8786C28.6845 40.4412 29.0006 41.2043 29.0006 42C29.0006 42.7956 28.6845 43.5587 28.1219 44.1213C27.5593 44.6839 26.7963 45 26.0006 45ZM42.0006 27C42.2658 27 42.5202 26.8946 42.7077 26.7071C42.8953 26.5195 43.0006 26.2652 43.0006 26C43.0006 25.7347 42.8953 25.4804 42.7077 25.2928C42.5202 25.1053 42.2658 25 42.0006 25C41.7354 25 41.481 25.1053 41.2935 25.2928C41.106 25.4804 41.0006 25.7347 41.0006 26C41.0006 26.2652 41.106 26.5195 41.2935 26.7071C41.481 26.8946 41.7354 27 42.0006 27ZM26.0006 43C26.2658 43 26.5202 42.8946 26.7077 42.7071C26.8952 42.5195 27.0006 42.2652 27.0006 42C27.0006 41.7347 26.8952 41.4804 26.7077 41.2928C26.5202 41.1053 26.2658 41 26.0006 41C25.7354 41 25.481 41.1053 25.2935 41.2928C25.106 41.4804 25.0006 41.7347 25.0006 42C25.0006 42.2652 25.106 42.5195 25.2935 42.7071C25.481 42.8946 25.7354 43 26.0006 43ZM26.0006 11C26.2658 11 26.5202 10.8946 26.7077 10.7071C26.8952 10.5195 27.0006 10.2652 27.0006 9.99995C27.0006 9.73473 26.8952 9.48038 26.7077 9.29284C26.5202 9.10531 26.2658 8.99995 26.0006 8.99995C25.7354 8.99995 25.481 9.10531 25.2935 9.29284C25.106 9.48038 25.0006 9.73473 25.0006 9.99995C25.0006 10.2652 25.106 10.5195 25.2935 10.7071C25.481 10.8946 25.7354 11 26.0006 11ZM10.0006 27C10.2658 27 10.5202 26.8946 10.7077 26.7071C10.8952 26.5195 11.0006 26.2652 11.0006 26C11.0006 25.7347 10.8952 25.4804 10.7077 25.2928C10.5202 25.1053 10.2658 25 10.0006 25C9.73539 25 9.48103 25.1053 9.2935 25.2928C9.10596 25.4804 9.0006 25.7347 9.0006 26C9.0006 26.2652 9.10596 26.5195 9.2935 26.7071C9.48103 26.8946 9.73539 27 10.0006 27ZM19.3956 27.098C19.4349 26.9707 19.4992 26.8526 19.5848 26.7505C19.6703 26.6484 19.7754 26.5645 19.8939 26.5036C20.0123 26.4427 20.1417 26.406 20.2745 26.3958C20.4073 26.3857 20.5408 26.4021 20.6672 26.4442C20.7936 26.4863 20.9102 26.5532 21.0104 26.641C21.1105 26.7288 21.1921 26.8357 21.2504 26.9555C21.3086 27.0753 21.3424 27.2055 21.3496 27.3385C21.3569 27.4715 21.3375 27.6046 21.2926 27.73L19.8336 32.1059L27.7306 29.144L22.8566 24.27C22.6199 24.0333 22.4465 23.7411 22.352 23.42C22.2576 23.099 22.2452 22.7593 22.3161 22.4323C22.3869 22.1052 22.5387 21.8011 22.7575 21.5479C22.9764 21.2947 23.2552 21.1004 23.5686 20.983L31.4646 18.021C31.8183 17.8882 32.2023 17.8584 32.5722 17.9349C32.9422 18.0114 33.2829 18.1911 33.5549 18.4532C33.8269 18.7153 34.0192 19.0491 34.1094 19.4159C34.1996 19.7827 34.1841 20.1676 34.0646 20.526L32.6066 24.902C32.5227 25.1536 32.3422 25.3617 32.1049 25.4803C31.8675 25.5989 31.5928 25.6184 31.3411 25.5345C31.0894 25.4505 30.8814 25.27 30.7628 25.0327C30.6441 24.7954 30.6247 24.5206 30.7086 24.269L32.1676 19.894L24.2706 22.855L29.1456 27.73C29.3823 27.9666 29.5558 28.2588 29.6502 28.5799C29.7446 28.9009 29.757 29.2406 29.6861 29.5677C29.6153 29.8947 29.4635 30.1988 29.2447 30.452C29.0258 30.7052 28.747 30.8995 28.4336 31.017L20.5366 33.978C20.1829 34.1107 19.7989 34.1405 19.429 34.064C19.059 33.9875 18.7183 33.8078 18.4463 33.5457C18.1743 33.2836 17.982 32.9498 17.8918 32.583C17.8016 32.2162 17.8171 31.8313 17.9366 31.473L19.3956 27.098V27.098ZM41.2736 7.48195C40.2636 6.65195 39.1736 5.89395 38.0046 5.21995C36.7411 4.48969 35.414 3.87551 34.0396 3.38495C30.7283 2.21351 27.2011 1.77939 23.7046 2.11295C20.2085 2.45241 16.8288 3.55135 13.8016 5.33295C12.546 6.0768 11.3605 6.93297 10.2596 7.89095C9.25737 8.7614 8.32856 9.71295 7.48261 10.736C6.65261 11.746 5.8946 12.836 5.2206 14.004C4.49029 15.2678 3.87611 16.5952 3.38561 17.97C2.21416 21.2812 1.78005 24.8084 2.11361 28.305C2.45321 31.8007 3.55214 35.1801 5.33361 38.207C6.0774 39.4629 6.93357 40.6487 7.89161 41.75C8.7621 42.7518 9.71365 43.6803 10.7366 44.526C11.7466 45.356 12.8366 46.114 14.0046 46.789C22.7116 51.769 33.8416 50.992 41.7506 44.117C41.9508 43.943 42.212 43.8557 42.4766 43.8742C42.7412 43.8928 42.9876 44.0157 43.1616 44.216C43.3356 44.4162 43.4229 44.6773 43.4043 44.942C43.3858 45.2066 43.2628 45.453 43.0626 45.6269C33.3286 54.0879 19.0896 54.023 9.46461 46.07C7.12765 44.1484 5.14653 41.8312 3.61161 39.2239C1.67354 35.9485 0.48221 32.2858 0.122605 28.497C-0.247567 24.7087 0.222958 20.8854 1.5006 17.3C2.50989 14.4481 4.0124 11.7958 5.9396 9.46395C7.86114 7.127 10.1784 5.14587 12.7856 3.61095C16.061 1.67289 19.7238 0.481557 23.5126 0.121951C27.2306 -0.239049 31.0526 0.195952 34.7086 1.49995C37.5608 2.50913 40.2135 4.01165 42.5456 5.93895C52.1896 13.869 54.9706 27.835 48.5216 39.004C48.3881 39.2318 48.1698 39.3975 47.9145 39.465C47.6592 39.5325 47.3876 39.4963 47.1589 39.3642C46.9302 39.2322 46.763 39.0151 46.6939 38.7602C46.6247 38.5054 46.6591 38.2335 46.7896 38.004C52.0296 28.929 50.6686 17.855 44.1966 10.34C43.3013 9.30971 42.3237 8.35391 41.2736 7.48195V7.48195Z" transform="translate(2.99951 3)" fill="#333333" />
</svg>
<span class="mb-0 h6">Join The Patriots Club</span>
</div>
<i class="material-icons d-block">keyboard_arrow_right</i>
</a>
<a href="https://peepsx.com/fund.html" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center">
<svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg" class="d-block mr-3 icon icon-sm">
<path d="M30.707 0.292999C30.8 0.385738 30.8738 0.495938 30.924 0.617268C30.9743 0.738597 31.0001 0.868664 31 1V10.033C31 10.2982 31.1054 10.5526 31.2929 10.7401C31.4804 10.9276 31.7348 11.033 32 11.033L34.989 11C35.2542 10.9971 35.5097 11.0996 35.6993 11.2851C35.8889 11.4706 35.9971 11.7238 36 11.989C36.0029 12.2542 35.9004 12.5097 35.7149 12.6993C35.5294 12.8889 35.2762 12.9971 35.011 13L32.033 13.033H32C31.2044 13.033 30.4413 12.7169 29.8787 12.1543C29.3161 11.5917 29 10.8287 29 10.033V2H3C2.73478 2 2.48043 2.10536 2.29289 2.29289C2.10536 2.48043 2 2.73478 2 3V45C2 45.2652 2.10536 45.5196 2.29289 45.7071C2.48043 45.8946 2.73478 46 3 46H39C39.2652 46 39.5196 45.8946 39.7071 45.7071C39.8946 45.5196 40 45.2652 40 45V12.071L34.69 6.703C34.5913 6.6112 34.5122 6.5004 34.4574 6.37726C34.4026 6.25411 34.3733 6.12116 34.3712 5.98639C34.3691 5.85162 34.3942 5.71782 34.4452 5.59303C34.4961 5.46823 34.5717 5.35501 34.6675 5.26018C34.7633 5.16534 34.8772 5.09085 35.0025 5.04118C35.1278 4.9915 35.2618 4.96766 35.3966 4.9711C35.5313 4.97454 35.664 5.00519 35.7866 5.06119C35.9092 5.11719 36.0192 5.1974 36.11 5.297L42 11.249V45C42 45.7956 41.6839 46.5587 41.1213 47.1213C40.5587 47.6839 39.7956 48 39 48H3C2.20435 48 1.44129 47.6839 0.878679 47.1213C0.31607 46.5587 0 45.7956 0 45V3C0 2.20435 0.31607 1.44129 0.878679 0.878679C1.44129 0.31607 2.20435 0 3 0H30C30.276 0 30.526 0.111999 30.707 0.292999ZM10 19C10 18.448 10.5 18 11.121 18H30.88C31.499 18 32.001 18.464 32.001 19C32.001 19.552 31.501 20 30.88 20H11.12C10.502 20 10 19.536 10 19ZM10 26C10 25.448 10.5 25 11.121 25H30.88C31.499 25 32.001 25.464 32.001 26C32.001 26.552 31.501 27 30.88 27H11.12C10.502 27 10 26.536 10 26ZM10 33C10 32.448 10.296 32 10.663 32H22.337C22.703 32 23 32.464 23 33C23 33.552 22.704 34 22.337 34H10.663C10.297 34 10 33.536 10 33ZM28 36C27.2044 36 26.4413 35.6839 25.8787 35.1213C25.3161 34.5587 25 33.7956 25 33C25 32.2044 25.3161 31.4413 25.8787 30.8787C26.4413 30.3161 27.2044 30 28 30C28.7956 30 29.5587 30.3161 30.1213 30.8787C30.6839 31.4413 31 32.2044 31 33C31 33.7956 30.6839 34.5587 30.1213 35.1213C29.5587 35.6839 28.7956 36 28 36ZM28 34C28.2652 34 28.5196 33.8946 28.7071 33.7071C28.8946 33.5196 29 33.2652 29 33C29 32.7348 28.8946 32.4804 28.7071 32.2929C28.5196 32.1054 28.2652 32 28 32C27.7348 32 27.4804 32.1054 27.2929 32.2929C27.1054 32.4804 27 32.7348 27 33C27 33.2652 27.1054 33.5196 27.2929 33.7071C27.4804 33.8946 27.7348 34 28 34Z" transform="translate(8 5)" fill="#333333" />
</svg>
<span class="mb-0 h6">Learn More</span>
</div>
<i class="material-icons d-block">keyboard_arrow_right</i>
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<img src="assets/img/female-isolated-1.jpg" alt="Image" class="d-none d-md-block">
</div>
</div>
</div>
</section>
<!------------------------- SUPPORT DEVELOPMENT BLOCK End------------------------>
<!--------------------------- Footer Block Start-------------------->
<footer class="bg-dark spacer-y-3">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-5 col-md-4 mb-3 mb-md-0">
<a href="index.html">
<img src="assets/img/logo/white logo/w-dweb-logo.png" alt="dweb" class="footer-logo">
</a>
</div>
<div class="col-xl-6 col-lg-7 col-md-8">
<div class="list-group">
<a href="compare-webs.html" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center bg-dark px-0">
<div class="d-flex align-items-center">
<span class="mb-0 h5 text-white">Compare Webs</span>
</div>
<i class="material-icons d-block text-white">keyboard_arrow_right</i>
</a>
<a href="how-it-works.html" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center bg-dark px-0">
<div class="d-flex align-items-center">
<span class="mb-0 h5 text-white">How It Works</span>
</div>
<i class="material-icons d-block text-white">keyboard_arrow_right</i>
</a>
<a href="https://arisen.network" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center bg-dark px-0">
<div class="d-flex align-items-center">
<span class="mb-0 h5 text-white">Developers</span>
</div>
<i class="material-icons d-block text-white">keyboard_arrow_right</i>
</a>
</div>
<ul class="list-unstyled mt-2 mt-md-3">
<li class="py-1"><a href="https://docs.arisen.network" class="text-white">Developer Docs</a>
</li>
<li class="py-1"><a href="https://github.com/distributedweb/" class="text-white">Core Software</a>
</li>
<li class="py-1"><a href="https://peepsx.com" class="text-white">About Peeps</a>
</li>
</ul>
</div>
</div>
<div class="row justify-content-between align-items-center mt-3 mt-md-4">
<div class="col-lg-auto col-12 order-lg-2">
<ul class="list-social-links">
<li class="text-white"><a href="https://www.facebook.com/peepsology"><i class="socicon-facebook"></i></a></li>
<li class="text-white"><a href="https://twitter.com/peepsology"><i class="socicon-twitter"></i></a></li>
<li class="text-white"><a href="https://www.youtube.com/channel/UCoknUFNMUF9ciA_WGmm8pxQ"><i class="socicon-youtube"></i></a></li>
<li class="text-white"><a href="https://medium.com/@peepsology"><i class="socicon-medium"></i></a></li>
<li class="text-white"><a href="https://t.me/peepsology"><i class="socicon-telegram"></i></a></li>
<!-- <li class="text-white"><a href="#"><i class="socicon-linkedin"></i></a></li>
<li class="text-white"><a href="#"><i class="socicon-instagram"></i></a></li> -->
</ul>
</div>
<div class="col order-lg-1">
<span class="text-small text-white opacity-50">© 2018-2021 Arisen Ministries and The Peeps Institute. </br>All rights reserved. Made in Texas.</span>
</div>
</div>
</div>
</footer>
<!--------------------------- Footer Block End-------------------->
<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/prism.js"></script>
<script type="text/javascript" src="assets/js/smooth-scroll.polyfills.js"></script>
<script type="text/javascript" src="assets/js/scrollMonitor.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.js"></script>
<script type="text/javascript" src="assets/js/clipboard.js"></script>
<script type="text/javascript" src="assets/js/jquery.countdown.min.js"></script>
<script type="text/javascript" src="assets/js/flickity.pkgd.min.js"></script>
<script type="text/javascript" src="assets/js/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.smartWizard.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.fancybox.min.js"></script>
<script type="text/javascript" src="assets/js/zoom.min.js"></script>
<script type="text/javascript" src="assets/js/theme.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.19.1/axios.min.js"></script>
<script type="text/javascript" src="assets/js/custom/custom.js"></script>
<script>
// Rix price
axios.get('https://nv6khovry9.execute-api.us-east-1.amazonaws.com/dev/rsn_price_from_bts')
.then(function (response) {
document.getElementById('rix-price').innerHTML = ` $ ${parseFloat(response.data.data.USD.price).toFixed(4)}`;
})
.catch(function (error) {
console.log(error)
});
</script>
</body>
</html>