|
| 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 | + |
| 7 | + <title> CodeFirst: girls Sheffield</title> |
| 8 | + |
| 9 | + <link rel="stylesheet" href="reveal.js/css/reveal.css"> |
| 10 | + <link rel="stylesheet" href="reveal.js/css/theme/white.css"> |
| 11 | + <!-- or you can use the dark theme |
| 12 | + rel="stylesheet" href="reveal.js/css/theme/black.css"> --> |
| 13 | + |
| 14 | + <!-- Customised theme --> |
| 15 | + <link rel="stylesheet" href="reveal.js/css/theme/custom.css"> |
| 16 | + |
| 17 | + <!-- Theme used for syntax highlighting of code --> |
| 18 | + <link rel="stylesheet" href="reveal.js/lib/css/zenburn.css"> |
| 19 | + |
| 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 ) ? 'reveal.js/css/print/pdf.css' : 'css/print/paper.css'; |
| 26 | + document.getElementsByTagName( 'head' )[0].appendChild( link ); |
| 27 | + </script> |
| 28 | + |
| 29 | + </head> |
| 30 | + <body> |
| 31 | + <div class="reveal"> |
| 32 | + <div class="slides logo"> |
| 33 | + <section> |
| 34 | + <h2> Session name</h2> |
| 35 | + <p> |
| 36 | + Whatever you want to add |
| 37 | + </p> |
| 38 | + <p class='author'> Tania </p> |
| 39 | + </section> |
| 40 | + |
| 41 | + <section> |
| 42 | + <h2> A title </h2> |
| 43 | + <ul> |
| 44 | + <li> item 1 </li> |
| 45 | + <li> <strong> item 2 </strong></li> |
| 46 | + </ul> |
| 47 | + </section> |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + |
| 54 | + <script src="reveal.js/lib/js/head.min.js"></script> |
| 55 | + <script src="reveal.js/js/reveal.js"></script> |
| 56 | + |
| 57 | + <script> |
| 58 | + // More info about config & dependencies: |
| 59 | + // - https://github.com/hakimel/reveal.js#configuration |
| 60 | + // - https://github.com/hakimel/reveal.js#dependencies |
| 61 | + Reveal.initialize({ |
| 62 | + dependencies: [ |
| 63 | + { src: 'reveal.js/plugin/markdown/marked.js' }, |
| 64 | + { src: 'reveal.js/plugin/markdown/markdown.js' }, |
| 65 | + { src: 'reveal.js/plugin/notes/notes.js', async: true }, |
| 66 | + { src: 'reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } } |
| 67 | + ] |
| 68 | + }); |
| 69 | + </script> |
| 70 | + </body> |
| 71 | +</html> |
0 commit comments