-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (55 loc) · 2.57 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>redbackup</title>
<meta name="description" content="redbackup - The redundant distributed backup solution.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/spectre.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="container grid-960 navbar">
<section class="navbar-banner column col-1 col-md-2 col-xs-12">
<a class="navbar-brand" href=""><img src="images/redback.png" class="logo"/></a>
</section>
<section class="navbar-banner column col-5 col-md-10 col-xs-12">
<a href="" class="navbar-brand"><span class="red">red</span>backup <span class="sub">redundant distributed backups</span></a>
</section>
<section class="column col-3 col-md-6 col-xs-12">
<ul>
<li><a href="index.html" class="btn btn-link">🏠 Home</a></li>
<li><a href="overview/index.html" class="btn btn-link">🔭 Overview</a></li>
<li><a href="development/index.html" class="btn btn-link">⚙️ Development</a></li>
<li>
</ul>
</section>
<section class="column col-3 col-md-6 col-xs-12">
<ul>
<li><a href="https://project.redbackup.org/projects/REDPRO" class="btn btn-link">🗃 Project Tracker</a></li>
<li><a href="https://github.com/redbackup" class="btn btn-link">📄 Source Code</a></li>
</ul>
</section>
</header>
<section class="container grid-960">
<div class="empty jumbotron">
<p class="empty-title">Redbackup allows you to create encrypted backups and store them in your own distributed cloud.</p>
<a href="problem-statement.pdf" class="btn btn-primary" >➡️ Checkout the task description</a>
</div>
<h3>Featuring</h3>
<ul>
<li>create compress and encrypt backups (content and metadata).</li>
<li>build a peer-to-peer network of trusted nodes over the internet.</li>
<li>store data with a defined degree of redundancy.</li>
<li>protect data from being modified or deleted</li>
<li>address and retrieve stored data.</li>
<li>allow access from clients including authentication over an API.</li>
</ul>
<h3>License</h3>
This is free software, published under the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL-License</a>.
<footer>
© the redbackup collective. Content on this website is available under the <a href="https://www.gnu.org/copyleft/fdl.html">GNU FDL</a>, unless noted differently.
</footer>
</section>
</body>
</html>