This repository was archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
639 lines (606 loc) · 33.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<meta data-i18n="page_description" name="description"
content="To offer the Blockchain's proven trust for everyone, everywhere and everything in the world, through a limitless and Earth-friendly solution">
<!--favicon icon-->
<link rel="icon" type="image/png" href="/assets/img/favicon.png">
<title data-i18n="page_title">Uniris - Be the only key to the next evolution of Internet</title>
<!--google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap" rel="stylesheet">
<!--common style-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="/assets/vendor/font-awesome-old/css/fontawesome.min.css" rel="stylesheet">
<link href="/assets/vendor/bicon/css/bicon.min.css" rel="stylesheet">
<link href="/assets/vendor/animate.css" rel="stylesheet">
<link href="/assets/vendor/owl/assets/owl.carousel.min.css" rel="stylesheet">
<link href="/assets/vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<script async defer="defer" data-domain="uniris.io" src="https://plausible.io/js/plausible.js"></script>
<!--custom css-->
<link rel="stylesheet" href="assets/css/main.min.css">
<link href="/assets/css/carousel.css" rel="stylesheet">
<script async defer="defer" data-domain="uniris.io" src="https://plausible.io/js/plausible.js"></script>
</head>
<body class="">
<!--header start-->
<header class="app-header navbar-purple">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="navbar navbar-expand-md" id="mainNav">
<!--logo-->
<a class="navbar-brand mr-5" href="#">
<img class="" src="/assets/img/logoU-left.svg" alt="">
</a>
<!--logo-->
<!--responsive toggle icon-->
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
<!-- <i class="fa fa-bars"> </i> -->
<i class="bi bi-accordion-vertical"> </i>
</span>
</button>
<!--responsive toggle icon-->
<!--nav link-->
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#token" data-i18n="menu_token">Token</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#blockchain"
data-i18n="menu_blockchain">Blockchain</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#biometrics"
data-i18n="menu_biometrics">Biometrics</a>
</li>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact"
data-i18n="menu_contact">Contact</a>
</li>
</li>
<li class="nav-item dropdown languages_menu">
<a class="nav-link dropdown-toggle current_language" href="#" id="navbarDropdown"
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
English
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="language_menu_item dropdown-item js-scroll-trigger"
href="/fr">Français</a>
</div>
</li>
</ul>
</div>
<!--nav link-->
</nav>
</div>
</div>
</div>
</header>
<!--header end-->
<!--banner start-->
<div class="hero-banner creative-banner" id="home">
<div class="bubble-set">
<div class="bubble-lg"></div>
<div class="bubble-md"></div>
<div class="bubble-sm"></div>
</div>
<div id="particles-js"></div>
<div class="hero-text mt-md-n5">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-12">
<h1 class="hero-title wow fadeInUp text-light" data-wow-delay=".2s" data-i18n="main_title">
Be the only key to the next evolution of the Internet
</h1>
<p class="here-sub-title wow fadeInUp text-light" data-wow-delay=".3s">
<span>
<span style="margin-top: 17px;display: block;" data-i18n="main_solutions_archethic">
Uniris helps you develop your solutions on the Archethic Public Blockchain
</span>
</span>
</p>
<div class="mb-3 mb-lg-3" style="display: flex; flex-direction: column">
<div>
<a data-i18n-href="main-whitepaper-pdf" data-i18n="main-read-whitepaper"
href="https://archethic.net/ARCHEthic_WhitePaper.pdf" target="_blank"
class="w-75 btn btn-white btn-pill mb-3 text-uppercase wow fadeInUp"
data-wow-delay=".5s" target="_blank"
style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;">
Read Archethic White Paper
</a>
</div>
<div>
<a data-i18n-href="main-yellowpaper-pdf" data-i18n="main-read-yellowpaper"
href="https://archethic.net/ARCHEthic_YellowPaper.pdf" target="_blank"
class="w-75 btn btn-white btn-pill mb-3 text-uppercase wow fadeInUp"
data-wow-delay=".5s" target="_blank"
style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;">
Read Archethic's Blockchain Yellow Paper (Technology)
</a>
</div>
</div>
<p class="here-sub-title wow fadeInUp text-light" data-wow-delay=".3s">
<a href="https://www.archethic.net" style="color: white;" target="_blank"><span>
<span style="margin-top: 17px;display: block;" data-i18n="main_link_archethic">
Click here to find all the information on<br><img
src="/assets/images/Archethic-Public-Blockchain-White.svg"
style="height:40px;" alt="" /></span>
</span>
</a>
</p>
</div>
</div>
</div>
</div>
<div> <img style="position: absolute; left: 0px; width: 100%; height: auto; bottom: 0px;"
src="/assets/img/banner-curve5.svg" alt=""></div>
</div>
<!--banner end-->
<!--partner section start-->
<section class="section-gap-sm">
<div class="container">
<div class="row text-center">
<div class="col-sm col-6">
<div class="partner-brand partner-brand-img wow fadeInUp" data-wow-delay=".2s">
<img src="/assets/img/pX.png" alt="">
</div>
</div>
<div class="col-sm col-6">
<div class="partner-brand wow fadeInUp" data-wow-delay=".25s">
<img src="/assets/img/pH.png" height="65px" alt="">
</div>
</div>
<div class="col-sm col-6">
<div class="partner-brand partner-brand-img wow fadeInUp" data-wow-delay=".3s">
<img src="/assets/img/pS.png" alt="">
</div>
</div>
<div class="col-sm col-6">
<div class="partner-brand partner-brand-img wow fadeInUp" data-wow-delay=".35s">
<img src="/assets/img/pG.png" alt="">
</div>
</div>
<div class="col-sm col-6">
<div class="partner-brand wow fadeInUp" data-wow-delay=".4s">
<img src="/assets/img/pB.png" height="35px" alt="">
</div>
</div>
</div>
</div>
</section>
<!--partner section end-->
<div id="token">
<!--section start-->
<section class="section-gap">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-5 col-md-12 col-gap mb-md-0 mb-3">
<div class="row text-center mb-lg-0 mb-5">
<div class="col-6 mt-lg-5 pt-lg-5 mt-0 pt-0">
<div class="row">
<div class="col-12 mb-4">
<div class="card box-show py-md-5">
<div class="card-body">
<h3 class="text-paste-color" id="market_cap">39M</h3>
<p class="mb-0" data-i18n="token_market_cap">Market Cap</p>
</div>
</div>
</div>
<div class="col-12">
<div class="card box-show py-md-5">
<div class="card-body">
<h3 class="text-paste-color">$ <span id="uco_price"></span></h3>
<p class="mb-0" data-i18n="token_eur_price">USD Price</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-6">
<div class="row">
<div class="col-12 mb-4">
<div class="card box-show py-md-5">
<div class="card-body">
<h3 class="text-paste-color">1B</h3>
<p class="mb-0" data-i18n="token_total_supply">Total Supply</p>
</div>
</div>
</div>
<div class="col-12">
<div class="card box-show py-md-5">
<div class="card-body">
<h3 class="text-paste-color" id="circulating_supply">216M</h3>
<p class="mb-0" data-i18n="token_available_supply">Circulating Supply
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-7 col-md-12 col-gap">
<h2 class="mb-md-5" data-i18n="token_title">UCO - a cryptocurrency programmed to grow</h2>
<p class="" data-i18n="token_description">UCO cryptocurrency is designed for large-scale use and
therefore mass adoption.
The economic model provides for an automated currency destruction that mechanically favours
the first investors through programmed deflation.<br><br>
For more details please visit the <a href="https://archethic.net" target="_blank">Archethic
Public
Blockchain website</a> or read the <a
href='https://archethic.net/ARCHEthic_UCOnomics.pdf' target='_blank'>Tokenomics
paper.</a>
</p>
</div>
</div>
</div>
</section>
</div>
<br>
<!--section start-->
<div id="blockchain">
<section class="section-gap section-gray-bg">
<div class="container">
<!--section title-->
<div class="row text-center">
<div class="col-12">
<div class="section-title">
<h2 class="wow fadeInUp" data-wow-delay=".1s" data-i18n="blockchain_title">Archethic: New
Blockchain
Generation </h2>
<p class="wow fadeInUp" data-wow-delay=".2s" data-i18n="blockchain_subtitle">Sustainable,
Scalable, Secure and Inclusive
</p>
</div>
</div>
</div>
<!--section title-->
<div class="row text-md-left text-center">
<div class="col-md-3 col-sm-6 wow fadeInUp" data-wow-delay=".4s">
<i class="bi bi-tree f-icon"></i>
<h5 class="my-4" data-i18n="blockchain_earth_friendly_title">Earth-friendly</h5>
<p data-i18n="blockchain_earth_friendly_description">3.6 Billion times less energy consumption,
by using the ARCH (Atomic Rotating Commitment Heuristic) consensus based on heuristic
miners' election and a polymorphic worldwide replication. Each Archethic transaction only
needs
0.42w of energy (0.1g of sugar).</p>
</div>
<div class="col-md-3 col-sm-6 wow fadeInUp" data-wow-delay=".4s">
<i class="bi bi-bond f-icon"></i>
<h5 class="my-4" data-i18n="blockchain_smart_contracts_title">Smart-er Contracts</h5>
<p data-i18n="blockchain_smart_contracts_description">In addition to running the blockchain
itself, Archethic smart contracts provide the community
On-Chain governance. Archethic smart-contracts are natively triggerable, upgradable, formal
and
easy to program helping in development of reliable
applications.
</p>
</div>
<div class="col-md-3 col-sm-6 wow fadeInUp" data-wow-delay=".4s">
<i class="bi bi-plane f-icon"></i>
<h5 class="my-4" data-i18n="blockchain_safety_title">Aviation Safety</h5>
<p data-i18n="blockchain_safety_description">Beyond just PoW (51%) or dBFT (66%), Archethic
blockchain provides a collaborative & Formal Proof-of-Work allowing to handle 90% of
malicious miners, ushering an inclusive and new age of decentralized security based on the
standards
of aviation safety (fraud risk < 10<sup>-9</sup>).</p>
</div>
<div class="col-md-3 col-sm-6 wow fadeInUp" data-wow-delay=".5s">
<i class="bi bi-rocket2 f-icon"></i>
<h5 class="my-4" data-i18n="blockchain_fast_title">Super Fast & Limitless</h5>
<p data-i18n="blockchain_fast_description">Without impacting the global validation, the
heuristic polymorphic replication provides a linear increase of the capacity (in storage and
number of validations) allowing to reach million transaction validations per second ... no
magic just read the Yellow Paper.</p>
</div>
</div>
</div>
<div id="blockchain-anim" style="width: 80%; margin: auto"></div>
<div id="blockchain-particles" style="position: absolute;height: 250px;width: 100%;margin-top: -80px;">
</div>
</section>
</div>
<!--section end-->
<!--section start-->
<div id="biometrics">
<section class="section-gap biometrics">
<div class="container">
<!--section title-->
<div class="row text-center">
<div class="col-12">
<div class="section-title">
<h2 class="wow fadeInUp" data-wow-delay=".1s" data-i18n="biometric_title">2024: Biometrics &
Decentralized Identity</h2>
<p class="wow fadeInUp" data-wow-delay=".2s" data-i18n="biometric_subtitle">The 100%
decentralized and inclusive wallet
</p>
</div>
</div>
</div>
<!--section title-->
<div class="row text-md-left text-center">
<div class="col-md-3 col-sm-6 wow fadeInUp" data-wow-delay=".1s">
<i class="bi bi-shield f-icon"></i>
<h5 class="my-4" data-i18n="biometric_auth_title">Tamper proof authentications</h5>
<p data-i18n="biometric_auth_description">Pure "individual keys" based on internal finger scan.
The device is also able to check the individual stress levels (fear, sleep, ...) without any
risk of disclosure, loss or forged authentication.
</p>
</div>
<div class="col-md-3 col-sm-6 wow fadeInUp" data-wow-delay=".2s">
<i class="bi bi-lock f-icon"></i>
<h5 class="my-4" data-i18n="biometric_key_storage_title">No key storage (ZKP)</h5>
<p data-i18n="biometric_key_storage_description">The keys are generated on the fly through a
secure element and deleted. The keys only allow to decipher the decentralized keychain - the
identification of each secure element is part of the Proof-of-Work obviating the need to
steal
biometric keys.</p>
</div>
<div class="col-md-3 col-sm-6 wow fadeInUp" data-wow-delay=".3s">
<i class="bi bi-globe4 f-icon"></i>
<h5 class="my-4" data-i18n="biometric_worldwide_title">For Worldwide Population</h5>
<p data-i18n="biometric_worldwide_description">The keys' generation is performed from the
biometric measurements, so no need to have a personal device to authenticate, any authorized
device will work like your own. Providing a new age of biometric authentication without risk
of disclosure.</p>
</div>
<div class="col-md-3 col-sm-6 wow fadeInUp" data-wow-delay=".4s">
<i class="bi bi-user-ID f-icon"></i>
<!-- bi-user-ID bi-bond -->
<h5 class="my-4" data-i18n="biometric_did_title">Decentralized Identity</h5>
<p data-i18n="biometric_did_description">Archethic blockchain makes it possible to store, share
and
manage all the digital identities through smart contracts. It also helps in managing
organization structures, delegation of power, reputation & certification and finally make
the individual's identities self-sovereign.</p>
</div>
</div>
</div>
<div id="anim" style="width: 80%; margin-left: 10%;"></div>
</section>
</div>
<!--section end-->
<div id="contact">
<!--section start-->
<section class="section-gap telegram-section">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<a href="https://t.me/ArchEthic_ENG" data-i18n-href="contact_join_telegram_link"
class="wow fadeInUp" data-wow-delay=".2s"><img src="/assets/images/Uniris - Blue.svg"
style="height: 100px;" alt=""></a>
</div>
</div>
</div>
</section>
<!--section end-->
<!--contact start-->
<section class="section-gap-sm feature-gradient">
<div class="container">
<div class="row">
<div class="col-12">
<div id="contact-box" class="card text-dark py-md-3 px-md-4 wow fadeInUp" data-wow-delay=".2s">
<div class="card-body">
<div class="row justify-content-md-center text-center">
<div class="col-md-8 col-12">
<div class="py-3">
<h3 class="mb-0" data-i18n="contact_form_title">Contact Uniris</h3>
<p data-i18n="contact_form_subtitle"><b>No spam or resale of data!</p>
</div>
<form role="form" id="contactForm" class="contact-form text-left"
data-toggle="validator">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" id="name" class="form-control"
placeholder="Name" required
data-error="Please enter your name"
data-i18n-placeholder="contact_form_name_placeholder">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="email" class="email form-control" id="email"
placeholder="Email" required
data-error="Please enter your email"
data-i18n-placeholder="contact_form_email_placeholder">
<div class="help-block with-errors"></div>
</div>
</div>
</div>
<div class="form-group">
<div class="controls">
<input type="text" id="msg_subject" class="form-control"
placeholder="Subject" required
data-error="Please enter your message subject"
data-i18n-placeholder="contact_form_subject_placeholder">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="form-group">
<div class="controls">
<textarea id="message" rows="4" placeholder="Message"
class="form-control" required data-error="Write your message"
data-i18n-placeholder="contact_form_message_placeholder"></textarea>
<div class="help-block with-errors"></div>
</div>
</div>
<div class="text-center mt-md-5">
<button type="submit" id="submit"
class="btn btn-gradient btn-pill text-uppercase"
data-i18n="contact_form_submit">Submit</button>
<div id="msgSubmit" class="h5 text-center hidden"></div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--contact end-->
</div>
<!--footer start-->
<footer class="app-footer">
<div class="secondary-footer text-md-left text-center">
<div class="container">
<div class="row">
<div class="col-md-6 text-md-right wow fadeInUp" data-wow-delay=".5s">
<div class="social-links float-md-right">
<a href="https://t.me/ArchEthic_FR" target="_blank"><img src="/assets/images/telegram.png"
width="20px"></a>
<a href="https://twitter.com/archethic" target="_blank"><img
src="/assets/images/twitter.png" width="20px"></a>
<a href="https://www.linkedin.com/company/archethic-technologies" target="_blank"><img
src="/assets/images/linkedin.png" width="20px"></a>
<a href="https://discord.com/invite/bZv9aHN7bd" target="_blank"><img
src="/assets/images/discord.png" width="20px"></a>
<a href="https://github.com/archethic-foundation" target="_blank"><img
src="/assets/images/github.png" width="20px"></a>
<a href="https://www.youtube.com/channel/UCmP7Sg_TdBfbO1_u4EyIKzg" target="_blank"><img
src="/assets/images/youtube.png" width="20px"></a>
<a href="https://medium.com/archethic" target="_blank"><img src="/assets/images/medium.png"
width="20px"></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--footer end-->
<!--js initialized-->
<script src="/assets/vendor/jquery/jquery.min.js"></script>
<script src="/assets/js/i18n.min.js"></script>
<script src="/assets/vendor/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="/assets/vendor/wow.min.js"></script>
<script src="/assets/vendor/owl/owl.carousel.min.js"></script>
<script src="/assets/vendor/jquery.countdown.min.js"></script>
<script src="/assets/vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="/assets/vendor/particles/particles.js"></script>
<script src="/assets/vendor/particles/init-particles.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://d3js.org/queue.v1.min.js"></script>
<script src="https://d3js.org/topojson.v0.min.js"></script>
<script src="assets/js/biometric_animation.min.js"></script>
<script src="assets/js/blockchain_animation.min.js"></script>
<script src="/assets/vendor/contact-form/form-validator.min.js"></script>
<script src="/assets/vendor/contact-form/contact-form-script.js"></script>
<!--init scripts-->
<script src="/assets/js/scripts.min.js"></script>
<script>
particlesJS("blockchain-particles", {
particles: {
number: {
value: 40,
density: {
enable: true,
value_area: 500
}
},
color: {
value: "#00A4DB"
},
shape: {
type: "circle",
opacity: .1,
stroke: {
width: 0,
color: "#00A4DB"
},
polygon: {
nb_sides: 5
}
},
opacity: {
value: .3,
random: !1,
anim: {
enable: !1,
speed: 1,
opacity_min: .12,
sync: !1
}
},
size: {
value: 2,
random: true
},
line_linked: {
enable: !0,
distance: 150,
color: "#00A4DB",
opacity: .3,
width: 1.3
},
move: {
enable: !0,
speed: 5,
direction: "none",
random: !1,
straight: !1,
out_mode: "out",
bounce: !1,
attract: {
enable: false,
rotateX: 500,
rotateY: 1000
}
}
},
interactivity: {
detect_on: "canvas",
events: {
onhover: {
enable: false,
mode: "repulse"
},
onclick: {
enable: false,
mode: "push"
},
resize: !0
},
modes: {
grab: {
distance: 400,
line_linked: {
opacity: 1
}
},
bubble: {
distance: 400,
size: 40,
duration: 2,
opacity: 8,
speed: 3
},
repulse: {
distance: 200,
duration: .4
},
push: {
particles_nb: 4
},
remove: {
particles_nb: 2
}
}
},
retina_detect: !0
})
</script>
</body>
</html>