forked from tiarebalbi/lavab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdesign.html
More file actions
92 lines (71 loc) · 3.66 KB
/
design.html
File metadata and controls
92 lines (71 loc) · 3.66 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
84
85
86
87
88
89
90
91
92
<html>
<head>
<title>Lavaboom | Design showcase</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="We spend a lot of time focusing on bringing good UX to crypto. On this page you can view the Lavaboom encrypted email interface in all it's glory.">
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<link rel="stylesheet" href="sm-icons/flaticon.css" type="text/css">
</head>
<body>
<div class="menu-controller">
</div>
<div class="hidden-dragon">
<!-- CONTENT GOES BELOW -->
<div class="container_2">
<div class="container_3_text"></div>
<div class="textbox_head">
<h1>Design Showcase</h1>
</div>
<div class="textbox_body">
<p>We are pleased to announce a completely rebuilt and redesigned email client. Lavaboom 2.0 is easier to use, and more secure than any previous iteration. Most importantly our rewritten codebase will allow us to build new features faster and resume rolling out invitations without things breaking. <a href="https://blog.lavaboom.com/introducing-lavaboom-2-0/" target="blank">Read More</a>.
</p><br>
</div>
</div>
<div class="container_3">
<img class="lavaboom-email-view shadowed" src="img/lavaboom_shot_2.jpg"></img>
</div>
<div class="container_2">
<div class="textbox_body">
<h2>Entirely redesigned</h2>
<p>Bringing <a href="https://blog.lavaboom.com/welcome-to-the-team-felix-von-looz/" target="blank_">Felix von Looz</a> onto the team as Head of Design has led to an improved user interface and a greater focus on user experience. Encrypting email has never been so beautiful.
</p><br>
<h2>More features</h2>
<p>By rewriting our Backend codebase in Golang (previously was in Scala) we have been able to tidy up our codebase, this will allow us to build more features, faster.
</p>
<p>New features include: A more advanced addressbook, email signatures, rich text editing of emails, and new users can now use their existing keypair. Most of our features are yet to come, and this rewrite will allow us to build them faster than ever.</p>
</div>
</div>
<div class="container_3">
<img class="lavaboom-email-view shadowed" src="img/lavaboom_shot_3.jpg"></img>
</div>
<div class="container_2">
<div class="textbox_body">
<h2>Same security, better written</h2>
<p>We are using the <a href="/tech-info">same encryption protocols</a> to protect users in this rewritten version of Lavaboom. It is our intention to release Lavaboom as entirely open source software, this rewrite will mean audits are much easier and flaws are spotted faster. At no point are we rolling our own crypto.
</p><br>
</div>
</div>
<div class="container_3">
<img class="lavaboom-email-view shadowed" src="img/lavaboom_shot_4.jpg"></img>
</div>
<div class="container_2">
<div class="textbox_body">
<h2>More reliable and scaleable</h2>
<p>We are now confident that things will not break on inviting thousands of users at a time, this will allow us to invite those on the waiting list very soon. We can now resume the roll out of invitations.
</p><br>
</div>
</div>
<!-- END CONTENT -->
</div>
<div class="landing-container cta-container">
</div>
<footer class="footer">
</footer>
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/inview.jquery.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</body>
</html>