forked from tiarebalbi/lavab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpremium.html
More file actions
102 lines (81 loc) · 3.32 KB
/
premium.html
File metadata and controls
102 lines (81 loc) · 3.32 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
93
94
95
96
97
98
99
100
101
102
<html>
<head>
<title>Lavaboom for Work</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- <base href="https://lavaboom.com/"> -->
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="keywords" content="Secure email free provider privacy encryption simple">
<meta name="description" content="Highly secure company and personal email accounts. Lavaboom for Work comes with @company domains, 1TB storage and client-side email encryption as standard.">
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="sm-icons/flaticon.css" type="text/css">
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
</head>
<body>
<div class="menu-controller">
</div>
<div class="modal-overlay">
<div class="premium-signup-modal shadowed">
<div class="reserve">
<div class="premium-modal-text">
<h3 class="blue-header header">Secure email for work</h3>
<p class="white-subheader subheader">Coming late 2015</p>
</div>
<form id="res_form" name="res_form">
<p id="lfw-reserve"><input
class="fieldName signup-input required"
title="Enter your full name"
name="name"
type="text"
placeholder="Full name"
></p>
<p id="lfw-reserve"><input
class="fieldCompany signup-input required"
title="Enter your company or organisation"
name="company"
type="text"
placeholder="Company or organisation"
></p>
<p id="lfw-reserve"><input
class="fieldEmail signup-input required"
title="Enter your current email address"
name="email"
type="text"
placeholder="Current email address"
></p>
<p id="lfw-reserve"><input
class="signup-button-3 button blue-button"
type="button"
value="Join waiting list"
></p>
<p id="signup-error3"></p>
</form>
<div class="success-box-2">
<p id="success-box-text"></p>
<p id="success-box-text2">Check your email for confirmation.</p>
<a href="https://twitter.com/intent/tweet?text=I%20Just%20reserved%20my%20Lavaboom.com%20email%20address!%20"><button class="buttons-success">Share your success</button></a>
</div>
</div>
</div>
</div>
<div class="fullscreen hidden-dragon">
<p class="No-Javascript">You need to enable Javascript to enjoy this site.</p>
<!-- CONTENT GOES BELOW -->
<div class="hero-container lfw-hero">
<div class="lfw-hero-text">
<h1 class="black-header header lfw-header">Lavaboom for Work</h1>
<p class="black-subheader lfw-subheader">Custom domains, Multiple-factor authentication, 1TB storage space and best in class security. What more can we say?</p>
<a href="#"><div class="blue-button button lfw-hero-button">Get started</div></a>
</div>
</div>
</div>
<div class="landing-container cta-container-b col-xs-2">
</div>
<!-- END CONTENT -->
</div>
<footer class="footer">
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</body>
</html>