-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathindex.html
40 lines (37 loc) · 1.73 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
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>Glacier</h1>
<p>Glacier is the step-by-step protocol for storing Bitcoins in a highly secure way, offline.</p>
<p><a class="btn btn-primary btn-lg" href="{{ "/docs/overview/" | prepend: site.baseurl }}" role="button">Learn more</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-lock" aria-hidden="true"></i></h1>
<h3 class="text-center">Highly secure</h3>
<p>Glacier secures your Bitcoins using multiple keys which are stored offline.
This makes your keys virtually invulnerable to electronic theft while
making sure that you can access your Bitcoins even if you lose one of the
keys.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-check-circle" aria-hidden="true"></i></h1>
<h3 class="text-center">Self-managed</h3>
<p>Glacier doesn't depend on any service or third-party to store your Bitcoin
keys. You can protect your keys without having to trust others or pay them
any service fees. Glacier also provides different ways to store your keys
offline, making it flexible.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fab fa-github" aria-hidden="true"></i></h1>
<h3 class="text-center">Open-source</h3>
<p>Glacier is open-source so that anyone can use it, review it, and help
make it safer. If you spot any weaknesses or vulnerabilities, you're
welcome to contribute by opening pull requests or opening issues.</p>
</div>
</div>
</div>