-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
498 lines (441 loc) · 16.3 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
<!DOCTYPE html>
<head>
<title>Peergos</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta http-equiv="Content-Security-Policy" content="default-src https: 'self'; style-src 'unsafe-inline' 'self'; script-src 'unsafe-inline' 'unsafe-eval' 'self'; font-src 'self' data:;">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="shortcut icon" href="/theme/vendor/peergos-styles/dist/img/icons/favicon.ico"/>
<link rel="stylesheet" href="/theme/css/material-icons.css">
<link rel="stylesheet" href="/theme/css/luna-carousel.css">
<script src="/theme/js/toggle.js" defer></script>
<script src="/theme/js/slider.js" defer></script>
<link rel="stylesheet" href="/theme/css/style.css">
<link rel="stylesheet" href="/theme/css/signup.css">
<link rel="stylesheet" href="/theme/css/slider.css">
<link rel="stylesheet" href="/theme/css/montserrat.css" type="text/css">
<link rel="stylesheet" href="/theme/vendor/materialize/css/materialize.min.css" type="text/css"/>
<link rel="stylesheet" href="/theme/css/peergos.css" type="text/css"/>
<link rel="alternate" href="https://peergos.org/feeds/posts.atom.xml" type="application/atom+xml">
</head>
<body class="index" style="overflow-y: scroll;">
<nav>
<div class="nav-wrapper">
<a href="/" class="brand-logo"><img src="/theme/img/peergos/logo-main.svg" width="200"/></a>
<a href="#" data-activates="mobile" class="button-collapse"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li >
<a href="./features"
>
Features
</a>
</li>
<li >
<a href="./pricing"
>
Pricing
</a>
</li>
<li >
<a href="./security"
>
Security
</a>
</li>
<li >
<a href="./blog"
>
Blog
</a>
</li>
<li >
<a href="./about"
>
About
</a>
</li>
<li>
<a href="https://book.peergos.org" target="_new">
<span>
Tech
</span>
</a>
</li>
<li>
<a href="https://peergos.net" target="_new" class="btn btn-blue">
<span>
LOG IN
</span>
</a>
</li>
<li>
<a href="https://peergos.net/?signup=true" target="_new" class="btn">
<span>
SIGN UP
</span>
</a>
</li>
</ul>
<ul class="side-nav" id="mobile">
<li class="side-nav-header">
<a href="/" class="brand-logo"><img src="/theme/img/peergos/logo-tower-only-green.svg" width="180"/></a>
</li>
<li >
<a href="./features"
>
Features
</a>
</li>
<li >
<a href="./pricing"
>
Pricing
</a>
</li>
<li >
<a href="./security"
>
Security
</a>
</li>
<li >
<a href="./blog"
>
Blog
</a>
</li>
<li >
<a href="./about"
>
About
</a>
</li>
<li class="hidden-md hidden-lg nav_bar_grey_li">
<a href="https://book.peergos.org" target="_new" class="nav_bar_grey_lnk">
<span class="nav_bar_grey_span">
Tech
</span>
</a>
</li>
<li class="hidden-md hidden-lg nav_bar_grey_li">
<a href="https://peergos.net" target="_new" class="nav_bar_grey_lnk btn btn-blue">
<span class="nav_bar_grey_span">
LOG IN
</span>
</a>
</li>
<li class="hidden-md hidden-lg nav_bar_grey_li">
<a href="https://peergos.net/?signup=true" target="_new" class="nav_bar_grey_lnk btn">
<span class="nav_bar_grey_span">
SIGN UP
</span>
</a>
</li>
</ul>
</div>
</nav>
<div class="hero" align="center">
<div id="particles"></div>
<div class="hero-image"></div>
<div class="title-text">
<center>
<div style="text-align:center;width:fit-content;display:table;">
<h2> Control your data. <br/> Control your destiny. </h2>
</div>
</center>
<h3> Your private space online </h3>
<p>
<a href="https://peergos.net/?signup=true" target="_new" class="btn">
<span>
Sign up now
</span>
</a>
</p>
</div>
</div>
<div id="screenshots" class="feature-dark" align="center">
<div id="tour" style="padding-top:20px;"></div>
</div>
<div class="feature-dark" align="center">
<div class="row">
<div class="col m6">
<h2>Private <br> Secure <br> Simple</h2>
</div>
<div class="col m6">
<p>
Peergos is a secure
and private space where you can store, share and view your photos, videos,
music and documents.
</p>
<p>
Peergos secures your files with quantum-resistant end-to-end encryption
and ensures all data about your files, including who you share them
with, remains private.
</p>
</div>
</div>
</div>
<div class="feature-light" align="center">
<div class="row">
<div class="col m6 top">
<h2>Share with confidence</h2>
</div>
<div class="col m6">
<p>
You can be sure that you're only sharing with the people
you want to thanks to our cryptographic capability
architecture. Sharing on Peergos is between friends only. </p>
<p>
Peergos can also create secret links to your files for you to send
to friends and family who aren't yet Peergos users.</p>
</div>
<div class="col m6 bottom">
<h2>Share with confidence</h2>
</div>
</div>
</div>
<div class="feature-dark" align="center">
<div class="row">
<div class="col m6">
<h2> Self-sovereign identity and <br> multi-device access</h2>
</div>
<div class="col m6">
<p>
Your identity in Peergos is under your control and independent of
any server, domain name or company. We don't tie your identity to any
other data like your phone number or email address.
</p>
<p>
Log in to your account from any device, and through
any Peergos server. All you need is your username and your
password. </p>
</div>
</div>
</div>
<div class="feature-light" align="center">
<div class="row">
<div class="col m6 top">
<h2> Reduce your <br> online footprint </h2>
</div>
<div class="col m6">
<p>
Peergos doesn't monitor your online activity to sell to advertisers or
other third parties and makes sure your files stay safe from unwanted
intruders like web scrapers.
</p>
<p>
Peergos puts you back in control of your files and your privacy. It's up
to you what other people can see.</p>
</div>
<div class="col m6 bottom">
<h2> Reduce your <br> online footprint </h2>
</div>
</div>
</div>
<div class="feature-dark" align="center">
<div class="row">
<div class="col m6">
<h2>Features you won't <br> find anywhere else</h2>
</div>
<div class="col m6">
<p>
<ul>
<li><b> Quantum-resistant end-to-end encryption </b> - your files are always protected, in transit and at rest </li>
<li><b> Trustless architecture </b>- your data is safe, no matter where Peergos runs </li>
<li><b> Protected metadata </b>- your contact list, file sizes, and directory structure can never be seen, even by us </li>
<li><b> Decentralized storage </b>- store and access data across several servers without a hitch </li>
</ul>
</p>
</div>
</div>
</div>
<div class="feature-light" align="center">
<div class="row">
<div class="col m6 top">
<h2> Built to last </h2>
</div>
<div class="col m6">
<p>
Peergos is built on top of the InterPlanetary File System <a href="https://ipfs.io">(IPFS)</a>, a
distributed and content-addressed file system designed to be reliable, resilient and future-proof.
</p>
<center>
<a href="https://ipfs.io">
<img src="/theme/img/ipfs.svg" width="100"/>
</a>
</center>
</div>
<div class="col m6 bottom">
<h2> Built to last </h2>
</div>
</div>
</div>
<div class="feature-dark" align="center">
<div class="row">
<div class="col m6">
<center>
<h2>Our supporters</h2>
<a href="https://www.ngi.eu">
<img src="/theme/img/ngi-logo.png"/>
</a>
<a href="https://protocol.ai">
<img src="/theme/img/protocol-labs-light.svg"/>
</a>
<img src="/theme/img/oxfo-logo-small.png" />
</center>
</div>
<div class="col m6">
<p>
We're proud to be supported by exciting world-class organizations such as the Next Generation Internet Program for Open Internet Renovation (<a href="https://ngi.eu/ngi-projects/ngi-pointer/">NGI-POINTER</a>), <a href="https://protocol.ai/">Protocol Labs</a> and the Oxford Foundry at the University of Oxford.
</p>
<p>
<i>
NGI POINTER (NGI Program for Open Internet Renovation) has received funding from the European Commission, as part of the Horizon 2020 Research and Innovation Programme, under Grant Agreement No. 871528.
</i>
</p>
</div>
</div>
</div>
<div class="feature-light" align="center">
<div class="row">
<div class="col m6 top">
<h2>Open and <br> transparent</h2>
</div>
<div class="col m6">
<p>
There's no security in obscurity, so we're committed to keeping
everything we do open and transparent. Peergos is an open-source project
and all our code is available to be independently verified for
vulnerabilities, including our server-side source. We've been audited by
<a href="https://cure53.de">Cure53</a> and <a href="https://www.radicallyopensecurity.com/">Radically Open Security</a> and you can read their reports <a
href="https://cure53.de/pentest-report_peergos.pdf">here</a> and <a href="https://raw.githubusercontent.com/Peergos/Peergos/refs/heads/master/audits/Peergos%20penetration%20test%20report%202024%201.0.pdf">here</a>.
</p>
<p>
Want to see more? Check out our GitHub repo <a href="https://github.com/Peergos/Peergos">here</a>.
</p>
</div>
<div class="col m6 bottom">
<h2>Open and <br> transparent</h2>
</div>
</div>
</div>
<footer class="page-footer">
<div class="">
<div class="row">
<div class="col l6 m6 s12 footer-logo">
<img src="/theme/img/peergos/logo-dark-bg.svg" width="230">
</div>
<div class="col l3 m4 s12">
<h5 class="white-text">About Us</h5>
<ul>
<li><a href="https://book.peergos.org/" target="_new">Tech book</a></li>
<li><a href="/about" >About</a></li>
<li><a href="/contact" >Contact</a></li>
<li><a href="/faq" >FAQ</a></li>
</ul>
</div>
<div class="col l3 m3 s12">
<h5 class="white-text">Community</h5>
<ul>
<!--<li><a href="http://blog.peergos.org" target="_new">Blog</a></li>-->
<a href="https://github.com/peergos/peergos" target="_new">
<img src="/theme/img/contact/github.svg" width="100">
</a>
<a href="https://matrix.to/#/#peergos-chat:matrix.org" target="_new">
<img src="/theme/img/contact/matrix.png" width="100">
</a>
<a href="https://twitter.com/peergos" target="_new">
<img src="/theme/img/contact/twitter.svg" width="100">
</a>
<a href="https://reddit.com/r/peergos" target="_new">
<img src="/theme/img/contact/reddit.png" width="100">
</a>
</ul>
</div>
</div>
<div class="footer-copyright">
<div class="row">
<div class="col s12">
© PEERGOS | Designed by <a href="http://www.antarctic-design.co.uk" target="_blank"> Eamonn
Maguire</a>.
</div>
</div>
</div>
</footer>
</div>
<script src="/theme/vendor/jquery/dist/jquery.min.js"></script>
<script src="/theme/vendor/materialize/js/materialize.min.js"></script>
<script>
$(".button-collapse").sideNav();
</script>
<style>
.dot {
height: 10px;
width: 10px;
border-radius: 50%;
background: black;
opacity: 0.2;
cursor: pointer;
position: relative;
display: inline-block;
margin: 0 6px;
}
.dot-selected {
opacity: 0.7;
cursor: default;
}
</style>
<script src="/theme/js/luna-carousel.js"></script>
<script>
// setup tour
const tourData = [
{
text: "View your photos",
image: "theme/img/tour/images.jpg"
},
{
text: "Play your music collection",
image: "theme/img/tour/music.jpg"
},
{
text: "Watch videos",
image: "theme/img/tour/video.jpg"
},
{
text: "View and edit documents",
image: "theme/img/tour/documents.png"
},
{
text: "View and edit spreadsheets",
image: "theme/img/tour/spreadsheets.png"
},
{
text: "View PDF documents",
image: "theme/img/tour/pdf.jpg"
},
{
text: "Manage your calendar",
image: "theme/img/tour/calendar.png"
},
{
text: "Socialise with your friends",
image: "theme/img/tour/social-feed.jpg"
}];
function buildTour() {
const container = document.getElementById('tour')
const carousel = new LunaCarousel(container, { interval: 3000 })
for (var i=0; i < tourData.length; i++) {
// add images
carousel.append('<div style="display:flex;flex-direction: column;align-items: center;">' +
'<img style="objectFit:contain;position: center center;max-height:500px;max-width:100%;" src="' + tourData[i].image + '"/>' +
'<label style="height:4em; font-size: 1.5em;">' + tourData[i].text + '</label>'+
'</div>')
}
}
buildTour();
</script>
</body>
</html>