FSF box (all OSs): fixing typo I just introduced (resting -> resisting).
[enc.git] / infographic.html
CommitLineData
f584fc69
AIC
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5
60e36d3c 6 <title>Email Self-Defense - a guide to fighting surveillance with GnuPG encryption</title>
f584fc69
AIC
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">
f65fbc20
LMM
11 <link rel="stylesheet" href="//static.fsf.org/nosvn/enc-dev0/css/main.css">
12 <link rel="shortcut icon" href="//static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
f584fc69 13
f584fc69
AIC
14 </head>
15 <body>
16
3070267d 17 <header class="row centered" id="header">
f584fc69 18 <div>
20304456 19 <p class="back">&larr; Read the <a href="index.html">full guide</a></p>
614e3bf4 20 <h3><a href="https://fsf.org/share?u=https://u.fsf.org/zc&amp;t=How public-key encryption works. Infographic via %40fsf %23EmailSelfDefense">Share our infographic</a> with the hashtag #EmailSelfDefense</h3>
6a4f7518 21
3070267d 22 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/full-infographic.png" alt="View &amp; share our infographic" /></p>
20304456 23
d62ec03e 24 <p><a href="//static.fsf.org/nosvn/enc-dev0/gnupg-infographic.zip">Download the source files</a> for the infographic</p>
20304456 25 <p class="back">&larr; Read the <a href="index.html">full guide</a></p>
f584fc69
AIC
26 </div>
27 </header><!-- End #header -->
28
29<!-- ~~~~~~~~~ Footer ~~~~~~~~~ -->
30 <footer class="row" id="footer">
31 <div>
32 <div id="copyright">
33 <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>
34 <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>
35 <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>
3070267d 36 <p>Fonts used in the guide &amp; infographic: <a href="https://www.google.com/fonts/specimen/Dosis">Dosis</a> by Pablo Impallari, <a href="http://www.google.com/fonts/specimen/Signika">Signika</a> by Anna Giedry&#347; <a href="http://www.google.com/fonts/specimen/Archivo+Narrow">Archivo Narrow</a> by Omnibus-Type, <a href="http://www.thegopherarchive.com/gopher-files-hacks-pxl2000-119351.htm">PXL-2000</a> by Florian Cramer.</p>
f584fc69 37 </div><!-- /#copyright -->
7e60af07 38 <p class="credits">
3070267d 39 Infographic and guide design by <a rel="external" href="http://jplusplus.org"><strong>Journalism++</strong> <img src="//static.fsf.org/nosvn/enc-dev0/img/jplusplus.png" alt="Journalism++" /></a>
7e60af07 40 </p><!-- /.credits -->
f584fc69
AIC
41 </div>
42 </footer><!-- End #footer -->
43
f65fbc20
LMM
44 <script src="//static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
45 <script src="//static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
f584fc69
AIC
46
47 <!-- Piwik -->
48 <script type="text/javascript">
49 /*
50 @licstart The following is the entire license notice for the
51 JavaScript code in this page.
52
53 Copyright 2014 Matthieu Aubry
54
55 This program is free software: you can redistribute it and/or modify
56 it under the terms of the GNU General Public License as published by
57 the Free Software Foundation, either version 3 of the License, or
58 (at your option) any later version.
59
60 This program is distributed in the hope that it will be useful,
61 but WITHOUT ANY WARRANTY; without even the implied warranty of
62 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
63 GNU General Public License for more details.
64
65 You should have received a copy of the GNU General Public License
66 along with this program. If not, see http://www.gnu.org/licenses/.
67
68 @licend The above is the entire license notice
69 for the JavaScript code in this page.
70 */
71 var _paq = _paq || [];
72 _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
73 _paq.push(["setCookieDomain", "*.www.fsf.org"]);
74 _paq.push(["setDomains", ["*.www.fsf.org","*.www.fsf.org"]]);
75 _paq.push(["trackPageView"]);
76 _paq.push(["enableLinkTracking"]);
77
78 (function() {
79 var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/";
80 _paq.push(["setTrackerUrl", u+"piwik.php"]);
81 _paq.push(["setSiteId", "5"]);
82 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
83 g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
84 })();
85 </script>
86 <!-- End Piwik Code -->
87
88 </body>
89</html>