-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
753 lines (713 loc) · 40.7 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
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- meta description start -->
<title>Agora Citizen Network</title>
<meta name="description" content="Where citizens converge to exchange and debate ideas.">
<meta name="keywords" content="civic tech, social network, peace">
<meta name="author" content="Agora Citizen Network">
<meta property="og:title" content="Agora Citizen Network">
<meta property="og:description" content="Where citizens converge to exchange and debate ideas.">
<meta property="og:url" content="https://agoracitizen.network">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Agora" />
<meta property="og:image" content="https://agoracitizen.network/images/favicon/thumbnail_2_1.png">
<meta property="og:image:secure_url" content="https://agoracitizen.network/images/favicon/thumbnail_2_1.png" />
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<!-- Twitter Meta Tags -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://agoracitizen.network/">
<meta property="twitter:site" content="@AgoraCitizenNet">
<meta property="twitter:title" content="Agora Citizen Network">
<meta property="twitter:description" content="Where citizens converge to exchange and debate ideas.">
<meta property="twitter:image" content="https://agoracitizen.network/images/favicon/thumbnail_2_1.png">
<!-- meta description end -->
<!-- favicon start https://realfavicongenerator.net/ -->
<link rel="icon" type="image/png" href="/images/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/images/favicon/favicon.svg" />
<link rel="shortcut icon" href="/images/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png" />
<!-- <link rel="manifest" href="/images/favicon/site.webmanifest" /> -->
<!-- favicon end -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css" />
<!-- Our project just needs Font Awesome Solid + Brands -->
<link href="/css/fontawesome.css" rel="stylesheet" />
<link href="/css/brands.css" rel="stylesheet" />
<link href="/css/solid.css" rel="stylesheet" />
<!-- Font Google -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Unbounded' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Bricolage Grotesque' rel='stylesheet'>
<link href="https://fonts.cdnfonts.com/css/kepler-std" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script defer data-domain="agoracitizen.network" src="https://plausible.io/js/script.outbound-links.js"></script>
<script>window.plausible = window.plausible || function () {(window.plausible.q = window.plausible.q || []).push(arguments)}</script>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg">
<div class="container"> <a class="navbar-brand navbar-logo" href="#"> <img src="images/big_logo_agora.png"
class="logo-1"> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span
class="fa-solid fa-bars" alt="Menu"></span> </button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item"> <a class="nav-link" href="" data-scroll-nav="0">Home</a> </li>
<li class="nav-item"> <a class="nav-link" href="#" data-scroll-nav="1">Why Agora?</a> </li>
<li class="nav-item"> <a class="nav-link" href="#" data-scroll-nav="2">Features</a> </li>
<li class="nav-item"> <a class="nav-link" href="#" data-scroll-nav="3">Team</a> </li>
<li class="nav-item"> <a class="nav-link" href="#" data-scroll-nav="4">Partners</a> </li>
<li class="nav-item"> <a class="nav-link" href="#" data-scroll-nav="5">Faq</a> </li>
<li class="nav-item"> <a class="nav-link" href="#" data-scroll-nav="6">Upcoming Launch</a> </li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<!-------Banner Start------->
<section class="banner" data-scroll-index='0'>
<div class="banner-overlay">
<div class="mt-5 container">
<div class="row">
<div class="col-md-8 col-sm-12">
<div class="banner-text my-3">
<h2 class="dark-blue unbounded">Citizen Network, Rather Than Social Network</h2>
<h4 class="dark-blue italic kepler-std">Purposefully designed for civic dialogues</h6>
<p class="banner-text dark-blue"> Where citizens converge to exchange and debate ideas. Let’s turn our
differences into progress, rather than conflict.</p>
<!-- <ul> -->
<!-- <li><a href="#"><img src="images/appstore.png" class="wow fadeInUp" data-wow-delay="0.4s" /></a></li> -->
<!-- <li><a href="#"><img src="images/playstore.png" class="wow fadeInUp" data-wow-delay="0.7s" /></a></li> -->
<!-- </ul> -->
<a href="https://agoracitizen.network/feed/" class="btn-grad w-80 text-uppercase" role="button"
style="text-decoration: none;">Try the
MVP </a>
</div>
</div>
<div class="col-md-4 col-sm-12 my-3"> <img id="demo-image" src="images/Mockup-1-Feed.png"
class="img-fluid wow fadeInUp" style="max-width:100%; height: auto;" /> </div>
</div>
</div>
</div>
</section>
<!-------Banner End------->
<!-------About Start------->
<section class="about section-padding prelative" data-scroll-index='1'>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="sectioner-header text-center">
<h3>Why Agora?</h3>
<span class="line"></span>
<p>Agora enables citizens, organizations, and governments to engage in meaningful large-scale discussions on
social and political issues.</p>
</div>
<div class="section-content text-center">
<div class="row">
<div class="col-md-6">
<div class="icon-box wow fadeInUp" data-wow-delay="0.2s"><i class="fa-solid fa-users"
aria-hidden="true"></i>
<h5>For citizens</h5>
<p>Join conversations that matter to you. See where people agree and disagree on complex, divisive
topics.</p>
</div>
</div>
<div class="col-md-6">
<div class="icon-box wow fadeInUp" data-wow-delay="0.2s"> <i class="fa-solid fa-building-columns"
aria-hidden="true"></i>
<h5>For organizations</h5>
<p>Engage with your audience, Sponsor Surveys and Discussions. Gauge Public Opinion and Sentiment.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-------About End------->
<!-------Video Start------->
<!-- <section class="video-section prelative text-center white"> -->
<!-- <div class="section-padding video-overlay"> -->
<!-- <div class="container"> -->
<!-- <h3>Watch Now</h3> -->
<!-- <i class="fa fa-play" id="video-icon" aria-hidden="true"></i> -->
<!-- <div class="video-popup"> -->
<!-- <div class="video-src"> -->
<!-- <div class="iframe-src"> -->
<!-- <iframe src="https://www.youtube.com/embed/Ku52zNnft8k?rel=0&showinfo=0" allowfullscreen></iframe> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </section> -->
<!-------Video End------->
<!-------Features Start------->
<section class="feature section-padding" data-scroll-index='2'>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="sectioner-header text-center">
<h3>Features</h3>
<span class="line"></span>
<p>100% <a rel="noopener noreferrer" target="_blank" href="https://github.com/zkorum">open-source</a>
</p>
</div>
<div class="section-content text-center">
<div class="row">
<div class="col-md-4 col-sm-12">
<div class="media single-feature wow fadeInUp" data-wow-delay="0.2s">
<div class="media-body text-right media-right-margin">
<h5>Exclusively Human</h5>
<p>Join an environment free from bots and their propaganda</p>
</div>
<div class="media-right icon-border"> <span class="fa-solid fa-heartbeat" aria-hidden="true"></span>
</div>
</div>
<div class="media single-feature wow fadeInUp" data-wow-delay="0.2s">
<div class="media-body text-right media-right-margin">
<h5>Privacy First</h5>
<p>We safeguard your right to anonymity. You can verify your humanity without revealing your
identity by using <a href="https://rarime.com/" target="_blank"
rel="noopener noreferrer">RariMe</a></p>
</div>
<div class="media-right icon-border"> <span class="fa-solid fa-mask" aria-hidden="true"></span>
</div>
</div>
<!-- <div class="media single-feature wow fadeInUp" data-wow-delay="0.6s"> -->
<!-- <div class="hidden media-body text-right media-right-margin"> -->
<!-- <h5>Hidden feature</h5> -->
<!-- <p>Replace me</p> -->
<!-- </div> -->
<!-- <div class="hidden media-right icon-border"> <span class="fa fa-wifi" aria-hidden="true"></span> -->
<!-- </div> -->
<!-- </div> -->
</div>
<div class="col-md-4 d-none d-md-block d-lg-block">
<div class="feature-mobile"> <img id="demo-image-features" src="images/Mockup-1-Feed.png"
class="img-fluid wow fadeInUp" style="max-width:100%; height: auto;" /> </div>
</div>
<div class="col-md-4 col-sm-12">
<div class="media single-feature wow fadeInUp" data-wow-delay="0.2s">
<div class="media-left icon-border media-right-margin"> <span class="fa-solid fa-handshake"
aria-hidden="true"></span> </div>
<div class="m laboreedia-body text-left">
<h5>Depolarizing Algorithms</h5>
<p>Engage with diverse perspectives to build common ground</p>
</div>
</div>
<div class="media single-feature wow fadeInUp" data-wow-delay="0.2s">
<div class="media-left icon-border media-right-margin"> <span class="fa-solid fa-user-edit"
aria-hidden="true"></span> </div>
<div class="media-body text-left">
<h5>Open Governance</h5>
<p>Take part in transparent community-driven moderation</p>
</div>
</div>
<!-- <div class="media single-feature wow fadeInUp" data-wow-delay="0.6s"> -->
<!-- <div class="hidden media-left icon-border media-right-margin"> <span class="fa fa-hdd" -->
<!-- aria-hidden="true"></span> </div> -->
<!-- <div class="hidden media-body text-left"> -->
<!-- <h5>Unlimited Storage</h5> -->
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididugnt ut -->
<!-- labore</p> -->
<!-- </div> -->
<!-- </div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-------Features End------->
<!-------Team Start------->
<section class="team section-padding" data-scroll-index='3'>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="sectioner-header text-center">
<h3>Our Team</h3>
<span class="line"></span>
<!-- <p>Sed quis nisi nisi. Proin consectetur porttitor dui sit amet viverra. Fusce sit amet lorem faucibus, -->
<!-- vestibulum ante in, pharetra ante.</p> -->
</div>
<div class="section-content text-center">
<div class="row">
<div class="col-md-4">
<div class="team-detail wow fadeInUp" data-wow-delay="0.2s"> <img src="images/yuting.jpg"
class="img-fluid" />
<h4><a rel="noopener noreferrer" target="_blank"
href="https://www.linkedin.com/in/yuting-jiang-zkorum/">Yuting Jiang</a></h4>
<p>CEO & Co-Founder</p>
</div>
</div>
<div class="col-md-4">
<div class="team-detail wow fadeInUp" data-wow-delay="0.2s"> <img src="images/nicolas.jpg"
class="img-fluid" />
<h4><a rel="noopener noreferrer" target="_blank" href="https://bsky.app/profile/nicobao.dev">Nicolas
Gimenez</a></h4>
<p>CTO & Co-Founder</p>
</div>
</div>
<div class="col-md-4">
<div class="team-detail wow fadeInUp" data-wow-delay="0.2s"> <img src="images/george.jpg"
class="img-fluid" />
<h4><a rel="noopener noreferrer" target="_blank" href="https://www.georgecharnley.com/">George
Charnley</a></h4>
<p>Product Designer</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-------Team End------->
<!-------Testimonial Start------->
<section class="testimonial section-padding" data-scroll-index='4'>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="sectioner-header text-center dark-blue">
<h3>Partners</h3>
<span class="line"></span>
</div>
<div class="text-center">
<div class="row">
<div class="p-5 col-md-4 d-flex justify-content-center align-items-center wow fadeInUp"
data-wow-delay="0.2s">
<a rel="noopener noreferrer" target="_blank" href="https://rarimo.com/"><img src="images/rarimo.png"
class="width-trusted" /></a>
</div>
<div class="p-5 col-md-4 d-flex justify-content-center align-items-center wow fadeInUp"
data-wow-delay="0.2s">
<a rel="noopener noreferrer" target="_blank" href="https://bchain4hr.com/"><img
src="images/blockchain-for-human-rights.png" class="width-trusted" /></a>
</div>
<div class="p-5 col-md-4 d-flex justify-content-center align-items-center wow fadeInUp"
data-wow-delay="0.2s">
<a rel="noopener noreferrer" target="_blank" href="https://savemyidentity.org/"><img
src="images/save-my-identity.png" class="width-trusted" /></a>
</div>
<div class="p-5 col-md-4 d-flex justify-content-center align-items-center wow fadeInUp"
data-wow-delay="0.4s">
<a rel="noopener noreferrer" target="_blank"
href="https://research-and-innovation.ec.europa.eu/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe_en"><img
src="images/eu.png" class="width-trusted" /></a>
</div>
<div class="p-5 col-md-4 d-flex justify-content-center align-items-center wow fadeInUp"
data-wow-delay="0.4s">
<a rel="noopener noreferrer" target="_blank" href="https://ngi.eu/"><img src="images/ngi.png"
class="width-trusted" /></a>
</div>
<div class="p-5 col-md-4 d-flex justify-content-center align-items-center wow fadeInUp"
data-wow-delay="0.4s">
<a rel="noopener noreferrer" target="_blank" href="https://thousandfaces.art/"><img
src="images/thousandfaces.webp" class="width-trusted" /></a>
</div>
<div class="p-5 col-md-4 d-flex justify-content-center align-items-center wow fadeInUp"
data-wow-delay="0.6s">
<a rel="noopener noreferrer" target="_blank" href="https://www.frenchtech-grandparis.com/"><img
src="images/ft_blanc.png" class="width-trusted" /></a>
</div>
<div class="p-5 col-md-4 d-flex justify-content-center align-items-center wow fadeInUp"
data-wow-delay="0.6s">
<a rel="noopener noreferrer" target="_blank"
href="https://www.info.gouv.fr/grand-dossier/france-2030"><img src="images/france2030.png"
class="width-trusted" /></a>
</div>
<div
class="p-5 col-md-4 d-flex justify-content-center align-items-center d-flex justify-content-center align-items-center wow fadeInUp"
data-wow-delay="0.6s">
<a rel="noopener noreferrer" target="_blank" href="https://www.bpifrance.fr/"><img
src="images/bpifrance.png" class="width-trusted" /></a>
</div>
<div class="p-5 col-md-4 d-flex justify-content-center align-items-center wow fadeInUp"
data-wow-delay="0.8s">
<a rel="noopener noreferrer" target="_blank" href="https://www.sheeos.fr/"><img src="images/sheeos.webp"
class="width-trusted" /></a>
</div>
<div class="p-5 col-md-4 d-flex justify-content-center align-items-center wow fadeInUp"
data-wow-delay="0.8s">
<a rel="noopener noreferrer" target="_blank" href="https://stationf.co/"><img src="images/stationf.png"
class="width-trusted" /></a>
</div>
<div class="p-5 col-md-4 d-flex justify-content-center align-items-center wow fadeInUp"
data-wow-delay="0.8s">
<a rel="noopener noreferrer" target="_blank" href="https://www.ville-demain.com/"><img
src="images/villededemain.png" class="width-trusted" /></a>
</div>
</div>
<div class="mt-3 sectioner-header text-center dark-blue">
<p class="dark-blue">This project has received funding from the European Union’s Horizon Europe 2020
research and
innovation program through the <a href="https://trustchain.ngi.eu/" target="_blank"
rel="noopener noreferrer">NGI TRUSTCHAIN</a> program under cascade funding agreement No. 101093274 and
the <a href="https://ngisargasso.eu/" target="_blank" rel="noopener noreferrer">NGI SARGASSO</a> project
under grant agreement No. 101092887.</p>
</div>
</div>
<!-- <div class="section-content"> -->
<!-- <div class="row"> -->
<!-- <div class="offset-md-2 col-md-8 col-sm-12"> -->
<!-- <div class="slider"> -->
<!-- <div class="slider-item"> -->
<!-- <div class="test-img"><img src="images/user1.jpg" alt="Placeholder" width="157" height="157"></div> -->
<!-- <div class="test-text"><span class="title"><span>John Michal</span> Digital Designer</span> -->
<!-- Consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna -->
<!-- aliquam eratvo lutpat.</div> -->
<!-- </div> -->
<!-- <div class="slider-item"> -->
<!-- <div class="test-img"><img src="images/user3.jpg" alt="Placeholder" width="157" height="157"></div> -->
<!-- <div class="test-text"><span class="title"><span>Steve Smith</span> App User</span> Euismod -->
<!-- tincidunt ut laoreet dolore magna aliquam eratvo lutpat. Ut wisi enim ad minim veniam, quis -->
<!-- nostrud v</div> -->
<!-- </div> -->
<!-- <div class="slider-item"> -->
<!-- <div class="test-img"><img src="images/user3.jpg" alt="Placeholder" width="157" height="157"></div> -->
<!-- <div class="test-text"><span class="title"><span>Gordon Shaw</span> Blogger</span> Consectetuer -->
<!-- adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam eratvo -->
<!-- lutpat. Ut wisi enim ad minim veniam, quis nostrud v</div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
</div>
</div>
</div>
</section>
<!-------Testimonial End------->
<!-------FAQ Start------->
<section class="faq section-padding prelative" data-scroll-index='5'>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="sectioner-header text-center">
<h3>Frequently Asked Questions</h3>
<span class="line"></span>
<p>If your question is not covered, feel free to send us a message via <a rel="noopener noreferrer"
target="_blank" href="https://discord.gg/cAkAJQSTEU">Discord</a>, <a rel="noopener noreferrer"
target="_blank" href="https://t.me/agorabyzkorum">Telegram</a> or <a href="mailto:[email protected]"
target="_blank">email</a>!</p>
</div>
<div class="section-content">
<div class="row">
<div class="col-md-6 faq-content wow fadeInUp" data-wow-delay="0.2s">
<h4><a data-toggle="collapse" href="#faq1" role="button" aria-expanded="true" aria-controls="faq1">What
makes Agora different from other social networks?</a></h4>
<p class="collapse" id="faq1">Unlike social networks built for entertainment or casual updates,
Agora is
purpose-built to foster
meaningful dialogue on important, often controversial topics. Tackling complex challenges like
polarization, <a href="https://navigator.oii.ox.ac.uk/what-is-comprop/" target="_blank"
rel="noopener noreferrer">computational propaganda</a>, balancing
freedom of expression and moderation, Agora adopts innovative technologies and moves beyond familiar
designs like traditional reply trees to encourage a new kind of social interaction that prevents
random trolling and is scalable.
</div>
<div class="col-md-6 faq-content wow fadeInUp" data-wow-delay="0.2s">
<h4><a data-toggle="collapse" href="#faq2" role="button" aria-expanded="true" aria-controls="faq2">What
is moderation like on Agora?</a></h4>
<div class="collapse" id="faq2">
<p>Moderation on Agora covers two types of content:</p>
<ul class="ml-4">
<li>
<p>Objective: Content that's illegal content or spam, which the Agora
moderation
team will remove directly.</p>
</li>
<li>
<p>Subjective: Content flagged as misleading, antisocial, or off-topic, which will be
moderated democratically by the community.</p>
</li>
</ul>
<p>We believe in transparency, so even if moderated content is removed from the platform, its
moderation
history remains publicly accessible (unless it contains illegal material or personal details) and
can
be verified through a decentralized network, <a rel="noopener noreferrer" target="_blank"
href="https://nostr.com/">Nostr</a>.</p>
</div>
</div>
<div class="col-md-6 faq-content wow fadeInUp" data-wow-delay="0.4s">
<h4><a data-toggle="collapse" href="#faq3" role="button" aria-expanded="true" aria-controls="faq3">How
do you ensure humans only?</a></h4>
<p class="collapse" id="faq3">In a world where bots outnumber humans, Agora aims to maintain the
integrity of dialogues while
preserving user privacy by encouraging the use of <a
href="https://blog.identity.foundation/balancing-online-trustworthiness-and-anonymity-with-personhood-credentials/"
target="_blank" rel="noopener noreferrer">Personhood Credentials</a>. They allow users to prove
aspects of their identity, such as unique personhood, age, and citizenship, without disclosing any
personal information to us. Currently, our users with
biometric passports can download <a href="https://rarime.com/" target="_blank"
rel="noopener noreferrer">RariMe</a> to convert their passports into anonymous credentials. Due to
this temporary technical constraint, we also allow users to verify their
identity using their phone numbers.</p>
</div>
<div class="col-md-6 faq-content wow fadeInUp" data-wow-delay="0.4s">
<h4><a data-toggle="collapse" href="#faq4" role="button" aria-expanded="true" aria-controls="faq4">What
do depolarizing algorithms mean?</a></h4>
<p class="collapse" id="faq4">Most social networks today use engagement-based ranking algorithms
designed to maximize user
attention and engagement. Unfortunately, these algorithms often promote polarizing content, which
tends to attract the most attention, whether good or bad. In contrast, Agora employs <a
href="https://www.belfercenter.org/publication/bridging-based-ranking" target="_blank"
rel="noopener noreferrer">bridging-based ranking algorithms</a> that aim to highlight content
appreciated by users across different political viewpoints. The goal is not to censor extreme opinions
but to preserve a rich diversity of viewpoints and identify common ground. Other tools utilizing
bridging-based algorithms include <a href="https://github.com/twitter/communitynotes" target="_blank"
rel="noopener noreferrer">Community Notes</a> and <a href="https://pol.is/home" target="_blank"
rel="noopener noreferrer">Polis</a>.</p>
</div>
<div class="col-md-6 faq-content wow fadeInUp" data-wow-delay="0.6s">
<h4><a data-toggle="collapse" href="#faq5" role="button" aria-expanded="true" aria-controls="faq5">What
is open-source?</a></h4>
<p class="collapse" id="faq5">Agora is fully <a rel="noopener noreferrer" target="_blank"
href="https://github.com/zkorum">open-source</a> under the AGPL license, which means that anyone is
invited to review and audit our codebase. This approach maximizes transparency while still allowing us
to have a sustainable business model.
</div>
<div class="col-md-6 faq-content wow fadeInUp" data-wow-delay="0.6s">
<h4><a data-toggle="collapse" href="#faq6" role="button" aria-expanded="true" aria-controls="faq6">What
is ZKorum?</a></h4>
<p class="collapse" id="faq6">Agora is developed and maintained by ZKorum, a Paris-based
startup dedicated to building
open-source solutions and products that rehumanize and depolarize online social interactions. ZK
refers to the use of Zero Knowledge Proof cryptography to maximize user privacy and ensure security.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-------FAQ End------->
<!-------Contact Start------->
<!-- <section class="contact section-padding" data-scroll-index='6'> -->
<!-- <div class="container"> -->
<!-- <div class="row"> -->
<!-- <div class="col-md-12"> -->
<!-- <div class="sectioner-header text-center"> -->
<!-- <h3>Contact us</h3> -->
<!-- <span class="line"></span> -->
<!-- <p>Sed quis nisi nisi. Proin consectetur porttitor dui sit amet viverra. Fusce sit amet lorem faucibus, -->
<!-- vestibulum ante in, pharetra ante.</p> -->
<!-- </div> -->
<!-- <div class="section-content"> -->
<!-- <div class="row"> -->
<!-- <div class="col-sm-12 col-md-12 col-lg-8"> -->
<!-- <form id="contact_form" action=""> -->
<!-- <div class="row"> -->
<!-- <div class="col"> -->
<!-- <input type="text" id="your_name" class="form-input w-100" name="full-name" -->
<!-- placeholder="Full Name" required> -->
<!-- </div> -->
<!-- <div class="col"> -->
<!-- <input type="email" id="email" class="form-input w-100" name="email" placeholder="Email" required> -->
<!-- </div> -->
<!-- </div> -->
<!-- <input type="text" id="subject" class="form-input w-100" name="subject" placeholder="Subject"> -->
<!-- <textarea class="form-input w-100" id="message" placeholder="Message" name="message"></textarea> -->
<!-- <button class="btn-grad w-100 text-uppercase" type="submit" name="button">submit</button> -->
<!-- </form> -->
<!-- </div> -->
<!-- <div class="col-sm-12 col-md-12 col-lg-4"> -->
<!-- <div class="contact-info white"> -->
<!-- <div class="contact-item media"> <i class="fa fa-map-marker-alt media-left media-right-margin"></i> -->
<!-- <div class="media-body"> -->
<!-- <p class="text-uppercase">Address</p> -->
<!-- <p class="text-uppercase">New Delhi, India</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="contact-item media"> <i class="fa fa-mobile media-left media-right-margin"></i> -->
<!-- <div class="media-body"> -->
<!-- <p class="text-uppercase">Phone</p> -->
<!-- <p class="text-uppercase"><a class="text-white" href="tel:+15173977100">009900990099</a> </p> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="contact-item media"> <i class="fa fa-envelope media-left media-right-margin"></i> -->
<!-- <div class="media-body"> -->
<!-- <p class="text-uppercase">E-mail</p> -->
<!-- <p class="text-uppercase"><a class="text-white" -->
<!-- href="mailto:[email protected]">[email protected]</a> </p> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="contact-item media"> <i class="fa fa-clock media-left media-right-margin"></i> -->
<!-- <div class="media-body"> -->
<!-- <p class="text-uppercase">Working Hours</p> -->
<!-- <p class="text-uppercase">Mon-Fri 9.00 AM to 5.00PM.</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </section> -->
<!-------Contact End------->
<!-------Download End------->
<section class="download section-padding" data-scroll-index='6'>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="sectioner-header text-center dark-blue">
<h3>Upcoming Launch</h3>
<span class="line"></span>
<p class="dark-blue">Experience Agora before the official launch!</p>
</div>
<div class="mt-4 sectioner-header text-center col-md-12">
<a href="https://agoracitizen.network/feed/" class="btn-grad w-80 text-uppercase" role="button"
style="text-decoration: none;">Try the
MVP</a>
<ul class="mt-5 w-100">
<li class="mx-3"><a rel="noopener noreferrer" target="_blank" href="https://discord.gg/cAkAJQSTEU"><i
class="fa-brands fa-discord " alt="Discord" style="font-size: 2rem; color: #5865F2;"></i>
</a></li>
<li class="mx-3"><a rel="noopener noreferrer" target="_blank" href="https://t.me/agorabyzkorum"><i
class="fa-brands fa-telegram" alt="Telegram" style="font-size: 2rem; color: #229ED9;"></i></a></li>
<li class="mx-3"><a href="mailto:[email protected]" target="_blank"><i class="fa-solid fa-envelope"
alt="Email" style="font-size: 2rem; color: black;"></i></a></li>
<li class="mx-3"><a href="https://github.com/zkorum" target="_blank"><i class="fa-brands fa-github"
alt="GitHub" style="font-size: 2rem; color: #24292e;"></i></a></li>
<li class="mx-3"><a href="https://bsky.app/profile/agoracitizen.network" target="_blank"><i
class="fa-brands fa-bluesky" alt="Bluesky" style="font-size: 2rem; color: #0886fe;"></i></a></li>
<li class="mx-3"><a href="https://x.com/AgoraCitizenNet" target="_blank"><i class="fa-brands fa-x-twitter"
alt="X" style="font-size: 2rem; color: black;"></i></a></li>
<li class="mx-3"><a href="https://www.linkedin.com/company/zkorum" target="_blank"><i
class="fa-brands fa-linkedin" alt="LinkedIn" style="font-size: 2rem; color: #0077B5;"></i></a></li>
</ul>
</div>
</div>
<!-- <div class="section-content text-center"> -->
<!-- <ul> -->
<!-- <li><a href="#"><img src="images/appstore.png" class="wow fadeInUp" data-wow-delay="0.4s" /></a></li> -->
<!-- <li><a href="#"><img src="images/playstore.png" class="wow fadeInUp" data-wow-delay="0.7s" /></a></li> -->
<!-- </ul> -->
<!-- </div> -->
</div>
</div>
</section>
<!-------Download End------->
<footer class="footer-copy">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<p>2024 © ZKorum SAS. Website Design based on <a href="http://w3Template.com" target="_blank"
rel="dofollow">W3
Template</a></p>
<a href="https://www.notion.so/zkorum/Legal-notice-French-90ddbd5ebddc48de93512241a6157095"
rel="noopener noreferrer" target="_blank">Legal notice (fr)</a>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js"></script>
<!-- scrollIt js -->
<script src="js/scrollIt.min.js"></script>
<script src="js/wow.min.js"></script>
<script>
wow = new WOW();
wow.init();
$(document).ready(function (e) {
$('#video-icon').on('click', function (e) {
e.preventDefault();
$('.video-popup').css('display', 'flex');
$('.iframe-src').slideDown();
});
$('.video-popup').on('click', function (e) {
var $target = e.target.nodeName;
var video_src = $(this).find('iframe').attr('src');
if ($target != 'IFRAME') {
$('.video-popup').fadeOut();
$('.iframe-src').slideUp();
$('.video-popup iframe').attr('src', " ");
$('.video-popup iframe').attr('src', video_src);
}
});
$('.slider').bxSlider({
pager: false
});
// Switch demo image every X seconds
const images = ["images/Mockup-1-Feed.png", "images/Mockup-2-Overview.png", "images/Mockup-3-Overview.png", "images/Mockup-4-Replies.png"]; // Array of image paths
let currentIndex = 0;
setInterval(function () {
currentIndex = (currentIndex + 1) % images.length; // Loop back to the first image
$('#demo-image').attr('src', images[currentIndex]); // Update the src attribute
$('#demo-image-features').attr('src', images[currentIndex]); // Update the src attribute
}, 4000);
});
document.addEventListener("DOMContentLoaded", function () {
const navbarCollapse = $('#navbarSupportedContent');
const navbarToggler = $('.navbar-toggler');
// Collapse the navbar on item click
$('.nav-link').on('click', function () {
if (navbarCollapse.hasClass('show')) {
navbarToggler.click(); // Programmatically toggle the navbar
}
});
// Collapse the navbar on click outside
$(document).on('click', function (event) {
const isClickInside = navbarCollapse[0].contains(event.target) || navbarToggler[0].contains(event.target);
if (!isClickInside && navbarCollapse.hasClass('show')) {
navbarToggler.click();
}
});
});
$(window).on("scroll", function () {
var bodyScroll = $(window).scrollTop(),
navbar = $(".navbar"),
navbarBrand = $(".navbar-brand");
if (bodyScroll > 50) {
$('.navbar-logo img').attr('src', 'images/small_logo_agora.png');
// $('.navbar-logo img').removeAttr('src').show();
navbar.addClass("nav-scroll");
navbarBrand.addClass("ml-2")
} else {
$('.navbar-logo img').attr('src', 'images/big_logo_agora.png');
navbar.removeClass("nav-scroll");
navbarBrand.removeClass("ml-2")
}
});
$(window).on("load", function () {
var bodyScroll = $(window).scrollTop(),
navbar = $(".navbar"),
navbarBrand = $(".navbar-brand");
if (bodyScroll > 50) {
$('.navbar-logo img').attr('src', 'images/small_logo_agora.png').attr();
// $('.navbar-logo img').attr('src').show();
navbar.addClass("nav-scroll");
navbarBrand.addClass("ml-2")
} else {
$('.navbar-logo img').attr('src', 'images/big_logo_agora.png');
navbar.removeClass("nav-scroll");
navbarBrand.removeClass("ml-2")
}
$.scrollIt({
easing: 'swing', // the easing function for animation
scrollTime: 900, // how long (in ms) the animation takes
activeClass: 'active', // class given to the active nav element
onPageChange: null, // function(pageIndex) that is called when page is changed
topOffset: -63
});
});
</script>
</body>
</html>