index.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Presentazioni @majo</title>
  6. <meta name="apple-mobile-web-app-capable" content="yes">
  7. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  9. <link rel="stylesheet" href="../reveal-js/css/reset.css">
  10. <link rel="stylesheet" href="../reveal-js/css/reveal.css"><link rel="stylesheet" href="../reveal-js/css/theme/black.css" id="theme">
  11. <link rel="stylesheet" href="../highlight-js/solarized-dark.min.css"><link rel="stylesheet" href="../style.css" id="custom_css">
  12. </head>
  13. <body>
  14. <div class="reveal">
  15. <div class="slides">
  16. <section>
  17. <section data-shortcode-section>
  18. <h1 id="osservatorio-nessuno">Osservatorio Nessuno</h1>
  19. </section><section>
  20. <h2 id="chi-siamo">Chi siamo</h2>
  21. </section><section>
  22. <h3 id="cosè-0n-osservatorio-nessuno">Cos&rsquo;è 0N (Osservatorio Nessuno)</h3>
  23. <p>Associazione No-profit per tutelare il diritto alla privacy,
  24. il diritto all&rsquo;anonimato, la libertà di informazione, espressione
  25. e comunicazione ed in generale i diritti digitali in rete.</p>
  26. </section><section>
  27. <h3 id="organizzazione-di-volontariato">Organizzazione di Volontariato</h3>
  28. <p>Insieme di persone che condividono ideali e obiettivi
  29. Senza scopo di lucro</p>
  30. </section><section>
  31. <h3 id="come-è-nata">Come è nata</h3>
  32. <p>Inverno 2018.<br>
  33. Necessita&rsquo; di mantenere exit-node Tor in italia.<br>
  34. 2 nodi attualmente online<br>
  35. 5 nodi dismessi</p>
  36. </section><section>
  37. <h3 id="0n-ha-lo-scopo-di">0N ha lo scopo di</h3>
  38. <ul>
  39. <li>Tutela della privacy;</li>
  40. <li>Tutela e garanzia della libertà di informazione, espressione e comunicazione;</li>
  41. <li>Divulgazione riguardo i diritti e strumenti digitali;</li>
  42. <li>Analisi della sicurezza;</li>
  43. <li>Supporto tecnico a persone a rischio.</li>
  44. </ul>
  45. </section>
  46. </section><section>
  47. <h3 id="u16-marzou"><u>16 marzo</u></h3>
  48. <h1 id="autodifesa-digitale">Autodifesa digitale</h1>
  49. </section><section>
  50. <p>I computer, Internet, gli smartphone,&hellip; tendono a
  51. prendere sempre più spazio nelle nostre vite. Il digitale
  52. sembra spesso molto semplice e rapido ma gli elementi
  53. di semplificazione della nostra vita non rappresentano
  54. sempre e solo dei vantaggi.</p>
  55. </section><section>
  56. <p>Basta essere paranoici:
  57. io non ho niente da nascondere!</p>
  58. </section><section>
  59. </section>
  60. </div>
  61. </div>
  62. <script type="text/javascript" src=../reveal-hugo/object-assign.js></script>
  63. <a href="../reveal-js/css/print/" id="print-location" style="display: none;"></a>
  64. <script type="text/javascript">
  65. var printLocationElement = document.getElementById('print-location');
  66. var link = document.createElement('link');
  67. link.rel = 'stylesheet';
  68. link.type = 'text/css';
  69. link.href = printLocationElement.href + (window.location.search.match(/print-pdf/gi) ? 'pdf.css' : 'paper.css');
  70. document.getElementsByTagName('head')[0].appendChild(link);
  71. </script>
  72. <script type="application/json" id="reveal-hugo-site-params">{"custom_css":"style.css","highlight_theme":"solarized-dark"}</script>
  73. <script type="application/json" id="reveal-hugo-page-params">null</script>
  74. <script src="../reveal-js/js/reveal.js"></script>
  75. <script type="text/javascript">
  76. function camelize(map) {
  77. if (map) {
  78. Object.keys(map).forEach(function(k) {
  79. newK = k.replace(/(\_\w)/g, function(m) { return m[1].toUpperCase() });
  80. if (newK != k) {
  81. map[newK] = map[k];
  82. delete map[k];
  83. }
  84. });
  85. }
  86. return map;
  87. }
  88. var revealHugoDefaults = { center: true, controls: true, history: true, progress: true, transition: "slide" };
  89. var revealHugoSiteParams = JSON.parse(document.getElementById('reveal-hugo-site-params').innerHTML);
  90. var revealHugoPageParams = JSON.parse(document.getElementById('reveal-hugo-page-params').innerHTML);
  91. var options = Object.assign({},
  92. camelize(revealHugoDefaults),
  93. camelize(revealHugoSiteParams),
  94. camelize(revealHugoPageParams));
  95. Reveal.initialize(options);
  96. </script>
  97. <script type="text/javascript" src="../reveal-js/plugin/markdown/marked.js"></script>
  98. <script type="text/javascript" src="../reveal-js/plugin/markdown/markdown.js"></script>
  99. <script type="text/javascript" src="../reveal-js/plugin/highlight/highlight.js"></script>
  100. <script type="text/javascript" src="../reveal-js/plugin/zoom-js/zoom.js"></script>
  101. <script type="text/javascript" src="../reveal-js/plugin/notes/notes.js"></script>
  102. </body>
  103. </html>