index.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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="/majo/reveal-js/css/reset.css">
  10. <link rel="stylesheet" href="/majo/reveal-js/css/reveal.css"><link rel="stylesheet" href="/majo/reveal-js/css/theme/black.css" id="theme">
  11. <link rel="stylesheet" href="/majo/highlight-js/solarized-dark.min.css"><link rel="stylesheet" href="/majo/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. </section><section>
  24. <h3 id="organizzazione-di-volontariato">Organizzazione di Volontariato</h3>
  25. <p>(modello associativo, senza lucro)</p>
  26. </section><section>
  27. <p>Perchè? / Come è nata</p>
  28. </section><section>
  29. <p>In cosa crediamo / Obiettivi (da statuto)</p>
  30. </section>
  31. </section><section>
  32. <h3 id="u16-marzou"><u>16 marzo</u></h3>
  33. <h1 id="autodifesa-digitale">Autodifesa digitale</h1>
  34. </section><section>
  35. <p>I computer, Internet, gli smartphone,&hellip; tendono a
  36. prendere sempre più spazio nelle nostre vite. Il digitale
  37. sembra spesso molto semplice e rapido ma gli elementi
  38. di semplificazione della nostra vita non rappresentano
  39. sempre e solo dei vantaggi.</p>
  40. </section><section>
  41. <p>Basta essere paranoici:
  42. io non ho niente da nascondere!</p>
  43. </section><section>
  44. </section>
  45. </div>
  46. </div>
  47. <script type="text/javascript" src=/majo/reveal-hugo/object-assign.js></script>
  48. <a href="/majo/reveal-js/css/print/" id="print-location" style="display: none;"></a>
  49. <script type="text/javascript">
  50. var printLocationElement = document.getElementById('print-location');
  51. var link = document.createElement('link');
  52. link.rel = 'stylesheet';
  53. link.type = 'text/css';
  54. link.href = printLocationElement.href + (window.location.search.match(/print-pdf/gi) ? 'pdf.css' : 'paper.css');
  55. document.getElementsByTagName('head')[0].appendChild(link);
  56. </script>
  57. <script type="application/json" id="reveal-hugo-site-params">{"custom_css":"style.css","highlight_theme":"solarized-dark"}</script>
  58. <script type="application/json" id="reveal-hugo-page-params">null</script>
  59. <script src="/majo/reveal-js/js/reveal.js"></script>
  60. <script type="text/javascript">
  61. function camelize(map) {
  62. if (map) {
  63. Object.keys(map).forEach(function(k) {
  64. newK = k.replace(/(\_\w)/g, function(m) { return m[1].toUpperCase() });
  65. if (newK != k) {
  66. map[newK] = map[k];
  67. delete map[k];
  68. }
  69. });
  70. }
  71. return map;
  72. }
  73. var revealHugoDefaults = { center: true, controls: true, history: true, progress: true, transition: "slide" };
  74. var revealHugoSiteParams = JSON.parse(document.getElementById('reveal-hugo-site-params').innerHTML);
  75. var revealHugoPageParams = JSON.parse(document.getElementById('reveal-hugo-page-params').innerHTML);
  76. var options = Object.assign({},
  77. camelize(revealHugoDefaults),
  78. camelize(revealHugoSiteParams),
  79. camelize(revealHugoPageParams));
  80. Reveal.initialize(options);
  81. </script>
  82. <script type="text/javascript" src="/majo/reveal-js/plugin/markdown/marked.js"></script>
  83. <script type="text/javascript" src="/majo/reveal-js/plugin/markdown/markdown.js"></script>
  84. <script type="text/javascript" src="/majo/reveal-js/plugin/highlight/highlight.js"></script>
  85. <script type="text/javascript" src="/majo/reveal-js/plugin/zoom-js/zoom.js"></script>
  86. <script type="text/javascript" src="/majo/reveal-js/plugin/notes/notes.js"></script>
  87. </body>
  88. </html>