diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -7,8 +7,8 @@ <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> - <link rel="stylesheet" href="https://unpkg.com/reveal.js@^4//dist/reset.css"> - <link rel="stylesheet" href="https://unpkg.com/reveal.js@^4//dist/reveal.css"> + <link rel="stylesheet" href="reveal.js/dist/reset.css"> + <link rel="stylesheet" href="reveal.js/dist/reveal.css"> <style> .reveal .sourceCode { /* see #7635 */ overflow: visible; @@ -20,7 +20,8 @@ div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} ul.task-list{list-style: none;} </style> - <link rel="stylesheet" href="https://unpkg.com/reveal.js@^4//dist/theme/moon.css" id="theme"> + <link rel="stylesheet" href="reveal.js/dist/theme/moon.css" id="theme"> + <link rel="stylesheet" href="css/index.css"/> </head> <body> <div class="reveal"> @@ -33,27 +34,27 @@ <section id="section" class="slide level2"> <h2>2019</h2> <ul> -<li><a href="salve-quem-puder">Salve quem puder</a>: o apagão de dados -no Brasil</li> +<li class="fragment"><a href="2019/salve-quem-puder">Salve quem +puder</a>: o apagão de dados no Brasil</li> </ul> </section> <section id="section-1" class="slide level2"> <h2>2011</h2> <ul> -<li><a href="gestaossl">Convergence e Monkeysphere</a>: chaves para -gestão SSL distribuída.</li> +<li class="fragment"><a href="2011/gestaossl">Convergence e +Monkeysphere</a>: chaves para gestão SSL distribuída.</li> </ul> </section> </div> </div> - <script src="https://unpkg.com/reveal.js@^4//dist/reveal.js"></script> + <script src="reveal.js/dist/reveal.js"></script> <!-- reveal.js plugins --> - <script src="https://unpkg.com/reveal.js@^4//plugin/notes/notes.js"></script> - <script src="https://unpkg.com/reveal.js@^4//plugin/search/search.js"></script> - <script src="https://unpkg.com/reveal.js@^4//plugin/zoom/zoom.js"></script> - <script src="https://unpkg.com/reveal.js@^4//plugin/math/math.js"></script> + <script src="reveal.js/plugin/notes/notes.js"></script> + <script src="reveal.js/plugin/search/search.js"></script> + <script src="reveal.js/plugin/zoom/zoom.js"></script> + <script src="reveal.js/plugin/math/math.js"></script> <script> |