index.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  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. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
  11. <link rel="stylesheet" href="css/reveal.css">
  12. <link rel="stylesheet" href="css/theme/default.css" id="theme">
  13. <!-- For syntax highlighting -->
  14. <link rel="stylesheet" href="lib/css/zenburn.css">
  15. <!-- Include the appropriate print stylesheet -->
  16. <script>
  17. var link = document.createElement( 'link' );
  18. link.rel = 'stylesheet';
  19. link.type = 'text/css';
  20. link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
  21. document.getElementsByTagName( 'head' )[0].appendChild( link );
  22. </script>
  23. <!--[if lt IE 9]>
  24. <script src="lib/js/html5shiv.js"></script>
  25. <![endif]-->
  26. </head>
  27. <body>
  28. <div class="reveal">
  29. <!-- Any section element inside of this container is displayed as a slide -->
  30. <div class="slides">
  31. <section>
  32. <h1>Reveal.js</h1>
  33. <h3>The HTML Presentation Framework</h3>
  34. <p>
  35. <small>Created by <a href="http://hakim.se">Hakim El Hattab</a> / <a href="http://twitter.com/hakimel">@hakimel</a></small>
  36. </p>
  37. </section>
  38. <section>
  39. <h2>Hello There</h2>
  40. <p>
  41. reveal.js is a framework that enables you to create beautiful presentations using HTML. This demo presentation will tell you more about what you can do with it.
  42. </p>
  43. <aside class="notes">
  44. Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard).
  45. </aside>
  46. </section>
  47. <!-- Example of nested vertical slides -->
  48. <section>
  49. <section>
  50. <h2>Vertical Slides</h2>
  51. <p>Slides can be nested inside of each other.</p>
  52. <p>Use the <em>Space</em> key to navigate through all slides.</p>
  53. <br>
  54. <a href="#" class="navigate-down">
  55. <img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
  56. </a>
  57. </section>
  58. <section>
  59. <h2>Basement Level 1</h2>
  60. <p>Nested slides are useful for adding additional detail underneath a high level horizontal slide.</p>
  61. </section>
  62. <section>
  63. <h2>Basement Level 2</h2>
  64. <p>That's it, time to go back up.</p>
  65. <br>
  66. <a href="#/2">
  67. <img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="-webkit-transform: rotate(180deg);">
  68. </a>
  69. </section>
  70. </section>
  71. <section>
  72. <h2>Slides</h2>
  73. <p>
  74. Not a coder? No problem. There's a fully-featured visual editor for authoring these, try it out at <a href="http://slides.com" target="_blank">http://slides.com</a>.
  75. </p>
  76. </section>
  77. <section>
  78. <h2>Point of View</h2>
  79. <p>
  80. Press <strong>ESC</strong> to enter the slide overview.
  81. </p>
  82. <p>
  83. 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.
  84. </p>
  85. </section>
  86. <section>
  87. <h2>Mobile Support</h2>
  88. <p>
  89. Presentations work on touch devices such as phones and tablets. Simply swipe through your slides.
  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>
  110. <h2>Superb Tables</h2>
  111. <table>
  112. <thead>
  113. <tr>
  114. <th>Item</th>
  115. <th>Value</th>
  116. <th>Quantity</th>
  117. </tr>
  118. </thead>
  119. <tbody>
  120. <tr>
  121. <td>Apples</td>
  122. <td>$1</td>
  123. <td>7</td>
  124. <tr>
  125. <tr>
  126. <td>Lemonade</td>
  127. <td>$2</td>
  128. <td>18</td>
  129. <tr>
  130. <tr>
  131. <td>Bread</td>
  132. <td>$3</td>
  133. <td>2</td>
  134. <tr>
  135. </tbody>
  136. </table>
  137. </section>
  138. <section data-markdown>
  139. <script type="text/template">
  140. ## Markdown support
  141. 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).
  142. ```
  143. <section data-markdown>
  144. ## Markdown support
  145. For those of you who like that sort of thing.
  146. Instructions and a bit more info available [here](https://github.com/hakimel/reveal.js#markdown).
  147. </section>
  148. ```
  149. </script>
  150. </section>
  151. <section id="transitions">
  152. <h2>Transition Styles</h2>
  153. <p>
  154. You can select from different transitions, like: <br>
  155. <a href="?#/transitions">Default</a> -
  156. <a href="?transition=none#/transitions">None</a> -
  157. <a href="?transition=fade#/transitions">Fade</a> -
  158. <a href="?transition=slide#/transitions">Slide</a> -
  159. <a href="?transition=concave#/transitions">Concave</a> -
  160. <a href="?transition=zoom#/transitions">Zoom</a>
  161. </p>
  162. </section>
  163. <section id="themes">
  164. <h2>Themes</h2>
  165. <p>
  166. Reveal.js comes with a few themes built in: <br>
  167. <a href="?#/themes">Default</a> -
  168. <a href="?theme=sky#/themes">Sky</a> -
  169. <a href="?theme=beige#/themes">Beige</a> -
  170. <a href="?theme=simple#/themes">Simple</a> -
  171. <a href="?theme=serif#/themes">Serif</a> -
  172. <a href="?theme=night#/themes">Night</a> <br>
  173. <a href="?theme=moon#/themes">Moon</a> -
  174. <a href="?theme=solarized#/themes">Solarized</a>
  175. </p>
  176. <p>
  177. <small>
  178. * 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>.
  179. </small>
  180. </p>
  181. </section>
  182. <section>
  183. <h2>Global State</h2>
  184. <p>
  185. Set <code>data-state="something"</code> on a slide and <code>"something"</code>
  186. will be added as a class to the document element when the slide is open. This lets you
  187. apply broader style changes, like switching the background.
  188. </p>
  189. </section>
  190. <section data-state="customevent">
  191. <h2>Custom Events</h2>
  192. <p>
  193. Additionally custom events can be triggered on a per slide basis by binding to the <code>data-state</code> name.
  194. </p>
  195. <pre><code class="javascript" data-trim contenteditable style="font-size: 18px;">
  196. Reveal.addEventListener( 'customevent', function() {
  197. console.log( '"customevent" has fired' );
  198. } );
  199. </code></pre>
  200. </section>
  201. <section>
  202. <section data-background="#007777">
  203. <h2>Slide Backgrounds</h2>
  204. <p>
  205. Set <code>data-background="#007777"</code> on a slide to change the full page background to the given color. All CSS color formats are supported.
  206. </p>
  207. <a href="#" class="navigate-down">
  208. <img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
  209. </a>
  210. </section>
  211. <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/image-placeholder.png">
  212. <h2>Image Backgrounds</h2>
  213. <pre><code>&lt;section data-background="image.png"&gt;</code></pre>
  214. </section>
  215. <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/image-placeholder.png" data-background-repeat="repeat" data-background-size="100px">
  216. <h2>Repeated Image Backgrounds</h2>
  217. <pre><code style="word-wrap: break-word;">&lt;section data-background="image.png" data-background-repeat="repeat" data-background-size="100px"&gt;</code></pre>
  218. </section>
  219. </section>
  220. <section data-transition="slide" data-background="#4d7e65" data-background-transition="zoom">
  221. <h2>Background Transitions</h2>
  222. <p>
  223. Different background transitions are available via the <code>backgroundTransition</code> option. This one's called "zoom".
  224. </p>
  225. </section>
  226. <section data-transition="slide" data-background="#8c4738" data-background-transition="zoom">
  227. <h2>Background Transitions</h2>
  228. <p>
  229. You can override background transitions per slide by using <code>data-background-transition="slide"</code>.
  230. </p>
  231. </section>
  232. <section>
  233. <h2>Clever Quotes</h2>
  234. <p>
  235. These guys come in two forms, inline: <q cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations">
  236. &ldquo;The nice thing about standards is that there are so many to choose from&rdquo;</q> and block:
  237. </p>
  238. <blockquote cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations">
  239. &ldquo;For years there has been a theory that millions of monkeys typing at random on millions of typewriters would
  240. reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.&rdquo;
  241. </blockquote>
  242. </section>
  243. <section>
  244. <h2>Pretty Code</h2>
  245. <pre><code data-trim contenteditable>
  246. function linkify( selector ) {
  247. if( supports3DTransforms ) {
  248. var nodes = document.querySelectorAll( selector );
  249. for( var i = 0, len = nodes.length; i &lt; len; i++ ) {
  250. var node = nodes[i];
  251. if( !node.className ) {
  252. node.className += ' roll';
  253. }
  254. }
  255. }
  256. }
  257. </code></pre>
  258. <p>Courtesy of <a href="http://softwaremaniacs.org/soft/highlight/en/description/">highlight.js</a>.</p>
  259. </section>
  260. <section>
  261. <h2>Intergalactic Interconnections</h2>
  262. <p>
  263. You can link between slides internally,
  264. <a href="#/2/3">like this</a>.
  265. </p>
  266. </section>
  267. <section>
  268. <section id="fragments">
  269. <h2>Fragmented Views</h2>
  270. <p>Hit the next arrow...</p>
  271. <p class="fragment">... to step through ...</p>
  272. <ol>
  273. <li class="fragment"><code>any type</code></li>
  274. <li class="fragment"><em>of view</em></li>
  275. <li class="fragment"><strong>fragments</strong></li>
  276. </ol>
  277. <aside class="notes">
  278. This slide has fragments which are also stepped through in the notes window.
  279. </aside>
  280. </section>
  281. <section>
  282. <h2>Fragment Styles</h2>
  283. <p>There's a few styles of fragments, like:</p>
  284. <p class="fragment grow">grow</p>
  285. <p class="fragment shrink">shrink</p>
  286. <p class="fragment roll-in">roll-in</p>
  287. <p class="fragment fade-out">fade-out</p>
  288. <p class="fragment highlight-red">highlight-red</p>
  289. <p class="fragment current-visible">current-visible</p>
  290. <p class="fragment highlight-current-blue">highlight-current-blue</p>
  291. </section>
  292. </section>
  293. <section>
  294. <h2>Spectacular image!</h2>
  295. <a href="http://lab.hakim.se/meny/" target="_blank">
  296. <img width="320" height="299" data-src="http://s3.amazonaws.com/hakim-static/portfolio/images/meny.png" alt="Meny">
  297. </a>
  298. </section>
  299. <section>
  300. <h2>Export to PDF</h2>
  301. <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>
  302. <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>
  303. <script>
  304. document.getElementById('slideshare').attributeName = 'allowfullscreen';
  305. </script>
  306. </section>
  307. <section>
  308. <h2>Take a Moment</h2>
  309. <p>
  310. Press b or period on your keyboard to enter the 'paused' mode. This mode is helpful when you want to take distracting slides off the screen during a presentation.
  311. </p>
  312. </section>
  313. <section>
  314. <h2>Stellar Links</h2>
  315. <ul>
  316. <li><a href="http://slid.es">Try the online editor</a></li>
  317. <li><a href="https://github.com/hakimel/reveal.js">Source code on GitHub</a></li>
  318. <li><a href="http://twitter.com/hakimel">Follow me on Twitter</a></li>
  319. </ul>
  320. </section>
  321. <section>
  322. <h1>THE END</h1>
  323. <h3>BY Hakim El Hattab / hakim.se</h3>
  324. </section>
  325. </div>
  326. </div>
  327. <script src="lib/js/head.min.js"></script>
  328. <script src="js/reveal.js"></script>
  329. <script>
  330. // Full list of configuration options available here:
  331. // https://github.com/hakimel/reveal.js#configuration
  332. Reveal.initialize({
  333. controls: true,
  334. progress: true,
  335. history: true,
  336. center: true,
  337. transition: 'slide', // none/fade/slide/convex/concave/zoom
  338. // Optional libraries used to extend on reveal.js
  339. dependencies: [
  340. { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
  341. { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
  342. { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
  343. { src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
  344. { src: 'plugin/zoom-js/zoom.js', async: true },
  345. { src: 'plugin/notes/notes.js', async: true }
  346. ]
  347. });
  348. </script>
  349. </body>
  350. </html>