index.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>reveal.js - The HTML Presentation Framework</title>
  6. <meta name="description" content="A framework for easily creating beautiful presentations using HTML">
  7. <meta name="author" content="Hakim El Hattab">
  8. <meta name="apple-mobile-web-app-capable" content="yes" />
  9. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
  10. <link rel="stylesheet" href="css/reveal.css">
  11. <link rel="stylesheet" href="css/theme/default.css" id="theme">
  12. <!-- For syntax highlighting -->
  13. <link rel="stylesheet" href="lib/css/zenburn.css">
  14. <!-- If the query includes 'print-pdf', use the PDF print sheet -->
  15. <script>
  16. document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
  17. </script>
  18. <!--[if lt IE 9]>
  19. <script src="lib/js/html5shiv.js"></script>
  20. <![endif]-->
  21. </head>
  22. <body>
  23. <div class="reveal">
  24. <!-- Any section element inside of this container is displayed as a slide -->
  25. <div class="slides">
  26. <section>
  27. <h1>Reveal.js</h1>
  28. <h3>HTML Presentations Made Easy</h3>
  29. </section>
  30. <section>
  31. <h2>Heads Up</h2>
  32. <p>
  33. reveal.js is a framework for easily creating beautiful presentations using HTML. You'll need a browser with
  34. support for CSS 3D transforms to see it in its full glory.
  35. </p>
  36. <p>
  37. <i><small>- <a href="http://hakim.se">Hakim El Hattab</a> / <a href="http://twitter.com/hakimel">@hakimel</a></small></i>
  38. </p>
  39. <aside class="notes">
  40. Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you run the speaker notes server.
  41. </aside>
  42. </section>
  43. <!-- Example of nested vertical slides -->
  44. <section>
  45. <section>
  46. <h2>Vertical Slides</h2>
  47. <p>
  48. Slides can be nested inside of other slides,
  49. try pressing <a href="#/2/1">down</a>.
  50. </p>
  51. <a href="#/2/1" class="image">
  52. <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
  53. </a>
  54. </section>
  55. <section>
  56. <h2>Basement Level 1</h2>
  57. <p>Press down or up to navigate.</p>
  58. </section>
  59. <section>
  60. <h2>Basement Level 2</h2>
  61. <p>Cornify</p>
  62. <a class="test" href="http://cornify.com">
  63. <img width="280" height="326" src="https://s3.amazonaws.com/hakim-static/reveal-js/cornify.gif" alt="Unicorn">
  64. </a>
  65. </section>
  66. <section>
  67. <h2>Basement Level 3</h2>
  68. <p>That's it, time to go back up.</p>
  69. <a href="#/2" class="image">
  70. <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="-webkit-transform: rotate(180deg);">
  71. </a>
  72. </section>
  73. </section>
  74. <section>
  75. <h2>Point of View</h2>
  76. <p>
  77. Press <strong>ESC</strong> to enter the slide overview. Hold down alt and click on any element to zoom in on it using <a href="http://lab.hakim.se/zoom-js">zoom.js</a>. Alt + click anywhere to zoom back out.
  78. </p>
  79. </section>
  80. <section>
  81. <h2>rvl.io</h2>
  82. <p>
  83. If you don't like writing slides in HTML you can use the online editor <a href="http://www.rvl.io" target="_blank">rvl.io</a>.
  84. </p>
  85. </section>
  86. <section>
  87. <h2>Works in Mobile Safari</h2>
  88. <p>
  89. Try it out! You can swipe through the slides and pinch your way to the overview.
  90. </p>
  91. </section>
  92. <section>
  93. <h2>Marvelous Unordered List</h2>
  94. <ul>
  95. <li>No order here</li>
  96. <li>Or here</li>
  97. <li>Or here</li>
  98. <li>Or here</li>
  99. </ul>
  100. </section>
  101. <section>
  102. <h2>Fantastic Ordered List</h2>
  103. <ol>
  104. <li>One is smaller than...</li>
  105. <li>Two is smaller than...</li>
  106. <li>Three!</li>
  107. </ol>
  108. </section>
  109. <section data-markdown>
  110. <script type="text/template">
  111. ## Markdown support
  112. For those of you who like that sort of thing. Instructions and a bit more info available [here](https://github.com/hakimel/reveal.js#markdown).
  113. <section data-markdown>
  114. ## Markdown support
  115. For those of you who like that sort of thing.
  116. Instructions and a bit more info available [here](https://github.com/hakimel/reveal.js#markdown).
  117. </section>
  118. </script>
  119. </section>
  120. <section id="transitions">
  121. <h2>Transition Styles</h2>
  122. <p>
  123. You can select from different transitions, like: <br>
  124. <a href="?transition=cube#/transitions">Cube</a> -
  125. <a href="?transition=page#/transitions">Page</a> -
  126. <a href="?transition=concave#/transitions">Concave</a> -
  127. <a href="?transition=zoom#/transitions">Zoom</a> -
  128. <a href="?transition=linear#/transitions">Linear</a> -
  129. <a href="?transition=none#/transitions">None</a> -
  130. <a href="?#/transitions">Default</a>
  131. </p>
  132. </section>
  133. <section id="themes">
  134. <h2>Themes</h2>
  135. <p>
  136. Reveal.js comes with a few themes built in: <br>
  137. <a href="?theme=sky#/themes">Sky</a> -
  138. <a href="?theme=beige#/themes">Beige</a> -
  139. <a href="?theme=simple#/themes">Simple</a> -
  140. <a href="?theme=serif#/themes">Serif</a> -
  141. <a href="?#/themes">Default</a>
  142. </p>
  143. <p>
  144. <small>
  145. * Theme demos are loaded after the presentation which leads to flicker. In production you should load your theme in the <code>&lt;head&gt;</code> using a <code>&lt;link&gt;</code>.
  146. </small>
  147. </p>
  148. </section>
  149. <section>
  150. <section data-state="alert">
  151. <h2>Global State</h2>
  152. <p>
  153. Set <code>data-state="something"</code> on a slide and <code>"something"</code>
  154. will be added as a class to the document element when the slide is open. This lets you
  155. apply broader style changes, like switching the background.
  156. </p>
  157. <a href="#/7/1" class="image">
  158. <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
  159. </a>
  160. </section>
  161. <section data-state="blackout">
  162. <h2>"blackout"</h2>
  163. <a href="#/7/2" class="image">
  164. <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
  165. </a>
  166. </section>
  167. <section data-state="soothe">
  168. <h2>"soothe"</h2>
  169. <a href="#/7/0" class="image">
  170. <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="-webkit-transform: rotate(180deg);">
  171. </a>
  172. </section>
  173. </section>
  174. <section data-state="customevent">
  175. <h2>Custom Events</h2>
  176. <p>
  177. Additionally custom events can be triggered on a per slide basis by binding to the <code>data-state</code> name.
  178. </p>
  179. <pre><code contenteditable style="font-size: 18px; margin-top: 20px;">Reveal.addEventListener( 'customevent', function() {
  180. console.log( '"customevent" has fired' );
  181. } );
  182. </code></pre>
  183. </section>
  184. <section>
  185. <h2>Clever Quotes</h2>
  186. <p>
  187. These guys come in two forms, inline: <q cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations">
  188. The nice thing about standards is that there are so many to choose from</q> and block:
  189. </p>
  190. <blockquote cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations">
  191. For years there has been a theory that millions of monkeys typing at random on millions of typewriters would
  192. reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.
  193. </blockquote>
  194. </section>
  195. <section>
  196. <h2>Pretty Code</h2>
  197. <pre><code contenteditable>
  198. function linkify( selector ) {
  199. if( supports3DTransforms ) {
  200. var nodes = document.querySelectorAll( selector );
  201. for( var i = 0, len = nodes.length; i &lt; len; i++ ) {
  202. var node = nodes[i];
  203. if( !node.className ) ) {
  204. node.className += ' roll';
  205. }
  206. };
  207. }
  208. }
  209. </code></pre>
  210. <p>Courtesy of <a href="http://softwaremaniacs.org/soft/highlight/en/description/">highlight.js</a>.</p>
  211. </section>
  212. <section>
  213. <h2>Intergalactic Interconnections</h2>
  214. <p>
  215. You can link between slides internally,
  216. <a href="#/2/3">like this</a>.
  217. </p>
  218. </section>
  219. <section>
  220. <h2>Fragmented Views</h2>
  221. <p>Hit the next arrow...</p>
  222. <p class="fragment">... to step through ...</p>
  223. <ol>
  224. <li class="fragment"><code>any type</code></li>
  225. <li class="fragment"><em>of view</em></li>
  226. <li class="fragment"><strong>fragments</strong></li>
  227. </ol>
  228. </section>
  229. <section>
  230. <h2>Spectacular image!</h2>
  231. <a class="image" href="http://lab.hakim.se/meny/" target="_blank">
  232. <img width="320" height="299" src="http://s3.amazonaws.com/hakim-static/portfolio/images/meny.png" alt="Meny">
  233. </a>
  234. </section>
  235. <section>
  236. <h2>Export to PDF</h2>
  237. <p>Presentations can be <a href="https://github.com/hakimel/reveal.js#pdf-export">exported to PDF</a>, below is an example that's been uploaded to SlideShare.</p>
  238. <iframe id="slideshare" src="http://www.slideshare.net/slideshow/embed_code/13872948" width="455" height="356" style="margin:0;overflow:hidden;border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe>
  239. <script>
  240. document.getElementById('slideshare').attributeName = 'allowfullscreen';
  241. </script>
  242. </section>
  243. <section>
  244. <h2>Take a Moment</h2>
  245. <p>
  246. Press b or period on your keyboard to enter the 'paused' mode. This mode is helpful when you want to take disctracting slides off the screen
  247. during a presentation.
  248. </p>
  249. </section>
  250. <section>
  251. <h2>Stellar Links</h2>
  252. <ul>
  253. <li><a href="https://github.com/hakimel/reveal.js">Source code on GitHub</a></li>
  254. <li><a href="http://hakim.se/projects/reveal-js">Leave feedback on my site</a></li>
  255. <li><a href="http://twitter.com/hakimel">Follow me on Twitter</a></li>
  256. </ul>
  257. </section>
  258. <section>
  259. <h2>It's free</h2>
  260. <p>
  261. reveal.js and <a href="http://www.rvl.io">rvl.io</a> are entirely free but if you'd like to support the projects you can donate below.
  262. Donations will go towards hosting and domain costs.
  263. </p>
  264. <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
  265. <input type="hidden" name="cmd" value="_donations">
  266. <input type="hidden" name="business" value="hakim.elhattab@gmail.com">
  267. <input type="hidden" name="lc" value="US">
  268. <input type="hidden" name="item_name" value="reveal.js / rvl.io">
  269. <input type="hidden" name="no_note" value="0">
  270. <input type="hidden" name="currency_code" value="USD">
  271. <input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_LG.gif:NonHostedGuest">
  272. <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
  273. </form>
  274. </section>
  275. <section>
  276. <h1>THE END</h1>
  277. <h3>BY Hakim El Hattab / hakim.se</h3>
  278. </section>
  279. </div>
  280. </div>
  281. <script src="lib/js/head.min.js"></script>
  282. <script src="js/reveal.min.js"></script>
  283. <script>
  284. // Full list of configuration options available here:
  285. // https://github.com/hakimel/reveal.js#configuration
  286. Reveal.initialize({
  287. controls: true,
  288. progress: true,
  289. history: true,
  290. theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
  291. transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/none
  292. // Optional libraries used to extend on reveal.js
  293. dependencies: [
  294. { src: 'lib/js/highlight.js', async: true, callback: function() { window.hljs.initHighlightingOnLoad(); } },
  295. { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
  296. { src: 'lib/js/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
  297. { src: 'lib/js/data-markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
  298. { src: 'plugin/zoom-js/zoom.js', condition: function() { return !!document.body.classList; } },
  299. { src: '/socket.io/socket.io.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } },
  300. { src: 'plugin/speakernotes/client.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } }
  301. ]
  302. });
  303. </script>
  304. </body>
  305. </html>