Fixed link to infographic. Changed screenshots in step 1b.
[enc.git] / infographic.html
CommitLineData
f584fc69
AIC
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5
6 <title>Email Self-Defense - a guide to fighting surveillance with GnuPG</title>
7 <meta name="keywords" content="GnuPG, GPG, privacy, email, Enigmail" />
8 <meta name="description" content="Email surveillance violates our fundamental rights and makes free speech risky. This guide will teach you email self-defense in 30 minutes with GnuPG.">
9
10 <meta name="viewport" content="width=device-width, initial-scale=1">
11 <link rel="stylesheet" href="http://static.fsf.org/nosvn/enc-dev0/css/main.css">
12 <link rel="shortcut icon" href="http://static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
13
14 <!-- our local static folder url -->
15 <link rel="stylesheet" href="static/css/main.css">
16
17 </head>
18 <body>
19
20 <header class="row" id="header">
21 <div>
22 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/full-infographic.png" alt="Email Self-Defense, infographic" /></p>
23
24 <!-- ~~~~~~~~~ Additional text and links ~~~~~~~~~ -->
25 <div class="intro">
26 <p>Read the <a href="index.html">full guide.</a></p>
27 </div>
28
29 </div>
30 </header><!-- End #header -->
31
32<!-- ~~~~~~~~~ Footer ~~~~~~~~~ -->
33 <footer class="row" id="footer">
34 <div>
35 <div id="copyright">
36 <h4><a href="https://u.fsf.org/ys"><img alt="Free Software Foundation" src="//static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png"></a></h4>
37 <p>Copyright &copy; 2014 <a href="https://u.fsf.org/ys">Free Software Foundation</a>, Inc. <a href="https://my.fsf.org/donate/privacypolicy.html">Privacy Policy</a>. <a href="https://u.fsf.org/yr">Join.</a></p>
38 <p>The images on this page are under a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 license (or later version)</a>, and the rest of it is under a <a href="https://creativecommons.org/licenses/by-sa/4.0">Creative Commons Attribution-ShareAlike 4.0 license (or later version)</a>. &mdash; <a href="http://www.gnu.org/licenses/license-list.html#OtherLicenses">Why these licenses?</a></p>
39 </div><!-- /#copyright -->
40 </div>
41 </footer><!-- End #footer -->
42
43 <script src="http://static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
44 <script src="http://static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
45
46 <!-- Piwik -->
47 <script type="text/javascript">
48 /*
49 @licstart The following is the entire license notice for the
50 JavaScript code in this page.
51
52 Copyright 2014 Matthieu Aubry
53
54 This program is free software: you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
56 the Free Software Foundation, either version 3 of the License, or
57 (at your option) any later version.
58
59 This program is distributed in the hope that it will be useful,
60 but WITHOUT ANY WARRANTY; without even the implied warranty of
61 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
62 GNU General Public License for more details.
63
64 You should have received a copy of the GNU General Public License
65 along with this program. If not, see http://www.gnu.org/licenses/.
66
67 @licend The above is the entire license notice
68 for the JavaScript code in this page.
69 */
70 var _paq = _paq || [];
71 _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
72 _paq.push(["setCookieDomain", "*.www.fsf.org"]);
73 _paq.push(["setDomains", ["*.www.fsf.org","*.www.fsf.org"]]);
74 _paq.push(["trackPageView"]);
75 _paq.push(["enableLinkTracking"]);
76
77 (function() {
78 var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/";
79 _paq.push(["setTrackerUrl", u+"piwik.php"]);
80 _paq.push(["setSiteId", "5"]);
81 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
82 g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
83 })();
84 </script>
85 <!-- End Piwik Code -->
86
87 </body>
88</html>