forked from tiarebalbi/lavab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabout.html
More file actions
83 lines (60 loc) · 5.13 KB
/
about.html
File metadata and controls
83 lines (60 loc) · 5.13 KB
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
<html>
<head>
<title>Lavaboom | Company</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="keywords" content="Secure email provider free privacy encryption made simple">
<meta name="description" content="Privacy is at the core of our code. We built Lavaboom, a beautiful way to send encrypted email without lifting a finger. Lavaboom is built on a zero-knowledge architecture and comes with seamless client-side encryption as standard, this is packaged into an intuitive and highly secure email client.">
<link rel="stylesheet" href="sm-icons/flaticon.css" type="text/css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
</head>
<body>
<div class="menu-controller">
</div>
<div class="hidden-dragon">
<p class="No-Javascript">You need to enable Javascript to enjoy this site.</p>
<!-- CONTENT GOES BELOW -->
<div class="article-head">
<div class="About-head">
<h1>Privacy is at the core of our code.</h1>
<p>In everything we do, we strive to provide privacy for our users. With every feature we ship, every design, we consider the implications for user security. This is why we built Lavaboom, a beautiful way to send encrypted email without lifting a finger. Lavaboom is built on a zero-knowledge architecture and comes with seamless client-side encryption as standard, this is packaged into an intuitive and highly secure email client. Importantly, Lavaboom is free and always will be. We know one piece of software is not the key to having privacy online, or fighting dragnet surveillance. For you and our team, Email is just the start.</p>
</div>
<div class="team-head">
<div class="team-text">
<h1>Our Team</h1>
<p>24 hour paranoid people</p>
</div>
<div class="faces-div col-xs-12">
<div class="col-xs-6 col-sm-2 col-sm-offset-2 col-md-offset-2"><a href="https://twitter.com/fmuelleririon" target="blank"><div class="face" id="fmi-img"></div></a><p class="face-name">Felix Müller-Irion</p><p class="face-title">CEO & Founder</p></div>
<div class="col-xs-6 col-sm-2"><a href="https://github.com/andreis" target="blank"><div class="face" id="andrei-img"></div></a><p class="face-name">Andrei Simionescu</p><p class="face-title">Chief Technology Officer</p></div>
<div class="col-xs-6 col-sm-2"><a href="https://www.linkedin.com/profile/view?id=82963219" target="blank"><div class="face" id="fvl-img"></div></a><p class="face-name">Felix von Looz</p><p class="face-title">Head of Design</p></div>
<div class="col-xs-6 col-sm-2"><div class="face" id="julia-img"></div><p class="face-name">Julia Zimmermann</p><p class="face-title">Operations Officer</p></div>
</div>
<div class="faces-div col-xs-12">
<div class="col-xs-6 col-sm-2 col-md-offset-2"><a href="https://billfranklin.eu" target="blank"><div class="face" id="bill-img"></div></a><p class="face-name">Bill Franklin</p><p class="face-title">Marketing Advisor</p></div>
<div class="col-xs-6 col-sm-2"><div class="face" id="henrik-img"></div><p class="face-name">Henrik Balzer</p><p class="face-title">Designer</p></div>
<div class="col-xs-6 col-sm-2"><div class="face" id="jonas-img"></div><p class="face-name">Jonas Reisenauer</p><p class="face-title">Operations</p></div>
<div class="col-xs-6 col-sm-2"><div class="face" id="aramis-img"></div><p class="face-name">Aramis</p><p class="face-title">Chief Happiness Officer</p></div>
</div>
</div>
<div class="mission-head col-xs-12">
<h1 class="col-xs-12">Our Mission</h1>
<p class="col-xs-12">Encryption is the tool to reclaim our privacy, but as a rule it has always been difficult to use. We believe that the ability to talk privately is a Human Right. Our mission is to make encrypted communication accessible to everyone. <a href="mission" class="whiteLink">Read full mission.</a></p>
<h3 class="col-xs-12">Transparency</h3>
<p class="col-xs-12">We aim to be open in everything we do and involve the community in developing the email client. That's why our <a href="https://trello.com/b/YKHXhXEX/lavaboom-future-features-roadmap" class="whiteLink">Trello boards are open</a>, our code is <a href="https://github.com/lavab" class="whiteLink">open source on Github</a> and we have a monthly <a href="canary" class="whiteLink">transparency report</a> to detail the data requests we receive.</p>
<h3 class="col-xs-12">Privacy</h3>
<p class="col-xs-12">We have a Zero-knowledge policy towards Lavaboom users. This means that we don’t want to know who you are, who you are messaging or what you are emailing, this policy is backed up by our zero-knowledge architecture. <a href="privacy" class="whiteLink">Read privacy policy.</a></p>
</div>
</div>
<!-- CTA -->
<div class="landing-container cta-container">
</div>
<!-- END CONTENT -->
</div>
<footer class="footer">
</footer>
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</body>
</html>