index.html 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  6. <title>Autodifesa Digitale I</title>
  7. <link rel="stylesheet" href="css/reveal.css">
  8. <link rel="stylesheet" href="css/theme/black.css">
  9. <!-- Theme used for syntax highlighting of code -->
  10. <link rel="stylesheet" href="lib/css/zenburn.css">
  11. <!-- User style -->
  12. <style>
  13. .red { color: #ff2c2d; }
  14. .green { color: #17ff2e; }
  15. .blue { color: #1b91ff; }
  16. .slides section { text-align: right; }
  17. .top-right { top: -200px; }
  18. .reveal section img { max-height: 400px; }
  19. </style>
  20. <!-- Printing and PDF exports -->
  21. <script>
  22. var link = document.createElement( 'link' );
  23. link.rel = 'stylesheet';
  24. link.type = 'text/css';
  25. link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
  26. document.getElementsByTagName( 'head' )[0].appendChild( link );
  27. </script>
  28. </head>
  29. <body>
  30. <div class="reveal">
  31. <div class="slides">
  32. <section>
  33. <section
  34. data-separator="^--$"
  35. data-markdown="slides/intro.md"></section>
  36. </section>
  37. <section>
  38. <section
  39. data-separator="^--$"
  40. data-markdown="slides/liberta.md"></section>
  41. </section>
  42. <section>
  43. <section
  44. data-separator="^--$"
  45. data-markdown="slides/password.md"></section>
  46. </section>
  47. <section>
  48. <section
  49. data-separator="^--$"
  50. data-markdown="slides/dati.md"></section>
  51. </section>
  52. <section>
  53. <section
  54. data-separator="^--$"
  55. data-markdown="slides/navigare.md"></section>
  56. </section>
  57. <section>
  58. <section
  59. data-separator="^--$"
  60. data-markdown="slides/metadata.md"></section>
  61. </section>
  62. <section>
  63. <section
  64. data-separator="^--$"
  65. data-markdown="slides/smartphone.md"></section>
  66. </section>
  67. <section>
  68. <section
  69. data-separator="^--$"
  70. data-markdown="slides/comunicare.md"></section>
  71. </section>
  72. <section>
  73. <section
  74. data-separator="^--$"
  75. data-markdown="slides/anonimato.md"></section>
  76. </section>
  77. </div>
  78. </div>
  79. <script src="lib/js/head.min.js"></script>
  80. <script src="js/reveal.js"></script>
  81. <script>
  82. // More info about config & dependencies:
  83. // - https://github.com/hakimel/reveal.js#configuration
  84. // - https://github.com/hakimel/reveal.js#dependencies
  85. Reveal.initialize({
  86. width: 1300,
  87. height: 600,
  88. minScale: 0.1,
  89. maxScale: 3,
  90. center: false,
  91. defaultTiming: 120,
  92. slideNumber: 'c/t',
  93. dependencies: [
  94. { src: 'plugin/markdown/marked.js' },
  95. { src: 'plugin/markdown/markdown.js' },
  96. { src: 'plugin/notes/notes.js', async: true },
  97. { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
  98. ]
  99. });
  100. </script>
  101. </body>
  102. </html>