This repository has been archived by the owner on Jul 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (79 loc) · 3.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Whiteout Mail - Protecting Your Privacy With Strong Encryption | Whiteout Networks</title>
<meta name="description" content="Encryption for the rest of us.">
<meta name="copyright" content="Copyright (c) 2016 Whiteout Networks GmbH i. L.">
<meta name="keywords" content="whiteout, end to end encryption, encrypted cloud email, mail, secure file sharing, securely share files, open source, privacy, security, client side encryption, pgp, gpg, openpgp, html5">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width">
<meta name="robots" content="index,follow,noodp">
<!-- link to chrome web store for inline installation -->
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/jjgghafhamholjigjoghcfcekhkonijg">
<link href="css/all.css" rel="stylesheet" type="text/css">
<script src="js/modernizr.js"></script>
<meta name="theme-color" content="#189dcd">
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52535674-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="top">
<div class="wp">
<header class="header header--sticky">
<nav>
<ul>
<li><a href="https://github.com/whiteout-io/mail" target="_blank">Github</a></li>
<li><a href="https://blog.whiteout.io" target="_blank">Blog</a></li>
</ul>
</nav>
<a href="/">
<img class="header__logo" src="img/whiteout_logo_white.svg" alt="whiteout.io">
</a>
<button type="button" class="header__navicon">
<svg>
<use xlink:href="icons/all.svg#navicon" />
<title>Open Menu</title>
</svg>
</button>
</header>
<div class="header-placeholder"></div>
<section class="section-teaser">
<div class="container container--thin">
<h1>Whiteout Mail - Protecting Your Privacy With Strong Encryption</h1>
<p class="section-teaser__description">
As of January 1st 2016 the Whiteout Mail service is no longer available.<br>
<a style="color:white;text-decoration: underline;" href="https://blog.whiteout.io/2015/11/30/end-of-life-for-whiteout-key-service-action-required/" target="_blank">Read our EOL blog post</a>.
</p>
</div>
<div class="container">
<div class="preview">
<img src="img/screens.png" alt="Whiteout mail client screenshots">
</div>
</div>
</section>
<footer class="footer">
<div class="footer__inner">
<div class="container container--wide">
<nav>
<ul>
<li><a href="https://github.com/whiteout-io/mail" target="_blank">Github</a></li>
<li><a href="imprint.html">Imprint</a></li>
<li><a href="privacy.html">Privacy</a></li>
</ul>
</nav>
<p>© 2015 Whiteout Networks GmbH i. L.</p>
</div>
</div>
</footer>
</div>
<script src="js/all.js"></script>
</body>
</html>