-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
174 lines (86 loc) · 4.92 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="rust-keylock Password Manager">
<meta name="keywords" content="password,manager,rust,secure">
<title>
rust-keylock
</title>
<meta name="generator" content="Hugo 0.74.3" />
<link rel="alternate" type="application/rss+xml" href="https://rust-keylock.github.io/index.xml">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400|Roboto+Slab:400,700|Roboto:300,300i,400,400i,500,500i,700,700i">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link rel="stylesheet" href="https://rust-keylock.github.io/css/main.css">
<link rel="stylesheet" href="https://rust-keylock.github.io/css/custom.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
</head>
<body lang="en-US">
<div class="container">
<header class="row text-center header">
<img src="/img/rust-keylock.png" alt="Author Image" class="img-circle text-center headshot">
<h1 class="author">rust-keylock</h1>
</header>
<section id="info-pane" class="row text-center info">
<h3 class="intro">A password manager that is intended to be</h3>
<h4 class="description"><p><strong>Secure</strong></p>
<p><strong>Simple to use</strong></p>
<p><strong>Portable</strong></p>
<p><strong>Extensible</strong></p>
<p><a href="https://snapcraft.io/rust-keylock-ui"><img src="/img/snapcraft.svg" alt="Get it from the Snap Store"></a> <a href="https://f-droid.org/en/packages/org.astonbitecode.rustkeylock/"><img src="/img/fdroid.png" alt="For Android: Get it from F-Droid"></a></p>
</h4>
</section>
<section id="social-pane" class="row text-center social">
<a href="https://github.com/rust-keylock/rust-keylock-lib" aria-label="Github" target="_blank"><i class="fab fa-github" aria-hidden="true"></i></a>
</section>
<section id="main-menu-pane" class="row text-center main-menu">
<h4><a class="menu-item" href="/about/rkl">find out more</a></h4>
<h4><a class="menu-item" href="/download/rkl">install</a></h4>
<h4><a class="menu-item" href="/blog/">blog</a></h4>
<h4><a class="menu-item" href="/wiki/">wiki</a></h4>
<h4><a class="menu-item" href="/faq/rkl">f.a.q.</a></h4>
</section>
<footer class="row text-center footer">
<hr />
<h6 class="text-center copyright"><p>Free software, licensed under <a href="https://www.gnu.org/licenses/gpl.html">GPLv3</a>. The rust-keylock developers 2017-2020.</p>
<p>This site uses Google Analytics. The IPs are anonymized, the “Do Not Track” HTTP header is respected and the GA Client ID is stored in the Session Storage.</p>
</h6>
<h6 class="text-center powered">Powered by <a href="https://gohugo.io/">Hugo v0.74.3</a> & <a href="https://github.com/shenoybr/hugo-goa">Goa</a>.</h6>
<h6><a href="" aria-label="RSS Feed"><i class="fas fa-rss" aria-hidden="true"></i></a></h6>
</footer>
</div>
<script type="application/javascript">
var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
var doNotTrack = (dnt == "1" || dnt == "yes");
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
if (window.sessionStorage) {
var GA_SESSION_STORAGE_KEY = 'ga:clientId';
ga('create', 'UA-84657729-2', {
'storage': 'none',
'clientId': sessionStorage.getItem(GA_SESSION_STORAGE_KEY)
});
ga(function(tracker) {
sessionStorage.setItem(GA_SESSION_STORAGE_KEY, tracker.get('clientId'));
});
}
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
<script src="js/custom.js"></script>
</body>
</html>