index.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. <!-- Printing and PDF exports -->
  12. <script>
  13. var link = document.createElement( 'link' );
  14. link.rel = 'stylesheet';
  15. link.type = 'text/css';
  16. link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
  17. document.getElementsByTagName( 'head' )[0].appendChild( link );
  18. </script>
  19. </head>
  20. <body>
  21. <div class="reveal">
  22. <div class="slides">
  23. <section>
  24. <section
  25. data-separator="^--$"
  26. data-markdown="slides/intro.md"></section>
  27. </section>
  28. <section>
  29. <section
  30. data-separator="^--$"
  31. data-markdown="slides/password.md"></section>
  32. </section>
  33. <section>
  34. <section
  35. data-separator="^--$"
  36. data-markdown="slides/metadata.md"></section>
  37. </section>
  38. <section>
  39. <section
  40. data-separator="^--$"
  41. data-markdown="slides/smartphone.md"></section>
  42. </section>
  43. <section>
  44. <section
  45. data-separator="^--$"
  46. data-markdown="slides/comunicare.md"></section>
  47. </section>
  48. <section>
  49. <section
  50. data-separator="^--$"
  51. data-markdown="slides/navigare.md"></section>
  52. </section>
  53. <section>
  54. <section
  55. data-separator="^--$"
  56. data-markdown="slides/anonimato.md"></section>
  57. </section>
  58. </div>
  59. </div>
  60. <script src="lib/js/head.min.js"></script>
  61. <script src="js/reveal.js"></script>
  62. <script>
  63. // More info about config & dependencies:
  64. // - https://github.com/hakimel/reveal.js#configuration
  65. // - https://github.com/hakimel/reveal.js#dependencies
  66. Reveal.initialize({
  67. defaultTiming: 120,
  68. slideNumber: 'c/t',
  69. dependencies: [
  70. { src: 'plugin/markdown/marked.js' },
  71. { src: 'plugin/markdown/markdown.js' },
  72. { src: 'plugin/notes/notes.js', async: true },
  73. { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
  74. ]
  75. });
  76. </script>
  77. </body>
  78. </html>