demo.html 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  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">
  11. <link rel="stylesheet" href="css/reveal.css">
  12. <link rel="stylesheet" href="css/theme/black.css" id="theme">
  13. <!-- Code syntax highlighting -->
  14. <link rel="stylesheet" href="lib/css/zenburn.css">
  15. <!-- Printing and PDF exports -->
  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 data-background-color="#888">
  39. <h2>Hello There</h2>
  40. <p>
  41. reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.
  42. </p>
  43. <p>
  44. reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.
  45. </p>
  46. <p>
  47. reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.
  48. </p>
  49. <p>
  50. reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.
  51. </p>
  52. <p>
  53. reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.
  54. </p>
  55. <p>
  56. reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.
  57. </p>
  58. <p>
  59. reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.
  60. </p>
  61. <p>
  62. reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do. ---
  63. </p>
  64. </section>
  65. <!-- Example of nested vertical slides -->
  66. <section>
  67. <section>
  68. <h2>Vertical Slides</h2>
  69. <p>Slides can be nested inside of each other.</p>
  70. <p>Use the <em>Space</em> key to navigate through all slides.</p>
  71. <br>
  72. <a href="#" class="navigate-down">
  73. <img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
  74. </a>
  75. </section>
  76. <section>
  77. <h2>Basement Level 1</h2>
  78. <p>Nested slides are useful for adding additional detail underneath a high level horizontal slide.</p>
  79. </section>
  80. <section>
  81. <h2>Basement Level 2</h2>
  82. <p>That's it, time to go back up.</p>
  83. <br>
  84. <a href="#/2">
  85. <img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="transform: rotate(180deg); -webkit-transform: rotate(180deg);">
  86. </a>
  87. </section>
  88. </section>
  89. <section>
  90. <h2>Slides</h2>
  91. <p>
  92. Not a coder? Not a 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>.
  93. </p>
  94. </section>
  95. <section>
  96. <h2>Point of View</h2>
  97. <p>
  98. Press <strong>ESC</strong> to enter the slide overview.
  99. </p>
  100. <p>
  101. 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.
  102. </p>
  103. </section>
  104. <section>
  105. <h2>Touch Optimized</h2>
  106. <p>
  107. Presentations look great on touch devices, like mobile phones and tablets. Simply swipe through your slides.
  108. </p>
  109. </section>
  110. <section data-markdown>
  111. <script type="text/template">
  112. ## Markdown support
  113. Write content using inline or external Markdown.
  114. Instructions and more info available in the [readme](https://github.com/hakimel/reveal.js#markdown).
  115. ```
  116. <section data-markdown>
  117. ## Markdown support
  118. Write content using inline or external Markdown.
  119. Instructions and more info available in the [readme](https://github.com/hakimel/reveal.js#markdown).
  120. </section>
  121. ```
  122. </script>
  123. </section>
  124. <section>
  125. <section id="fragments">
  126. <h2>Fragments</h2>
  127. <p>Hit the next arrow...</p>
  128. <p class="fragment">... to step through ...</p>
  129. <p><span class="fragment">... a</span> <span class="fragment">fragmented</span> <span class="fragment">slide.</span></p>
  130. <aside class="notes">
  131. This slide has fragments which are also stepped through in the notes window.
  132. </aside>
  133. </section>
  134. <section>
  135. <h2>Fragment Styles</h2>
  136. <p>There's different types of fragments, like:</p>
  137. <p class="fragment grow">grow</p>
  138. <p class="fragment shrink">shrink</p>
  139. <p class="fragment fade-out">fade-out</p>
  140. <p class="fragment fade-up">fade-up (also down, left and right!)</p>
  141. <p class="fragment current-visible">current-visible</p>
  142. <p>Highlight <span class="fragment highlight-red">red</span> <span class="fragment highlight-blue">blue</span> <span class="fragment highlight-green">green</span></p>
  143. </section>
  144. </section>
  145. <section id="transitions">
  146. <h2>Transition Styles</h2>
  147. <p>
  148. You can select from different transitions, like: <br>
  149. <a href="?transition=none#/transitions">None</a> -
  150. <a href="?transition=fade#/transitions">Fade</a> -
  151. <a href="?transition=slide#/transitions">Slide</a> -
  152. <a href="?transition=convex#/transitions">Convex</a> -
  153. <a href="?transition=concave#/transitions">Concave</a> -
  154. <a href="?transition=zoom#/transitions">Zoom</a>
  155. </p>
  156. </section>
  157. <section id="themes">
  158. <h2>Themes</h2>
  159. <p>
  160. reveal.js comes with a few themes built in: <br>
  161. <!-- Hacks to swap themes after the page has loaded. Not flexible and only intended for the reveal.js demo deck. -->
  162. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/black.css'); return false;">Black (default)</a> -
  163. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/white.css'); return false;">White</a> -
  164. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/league.css'); return false;">League</a> -
  165. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/sky.css'); return false;">Sky</a> -
  166. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/beige.css'); return false;">Beige</a> -
  167. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/simple.css'); return false;">Simple</a> <br>
  168. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/serif.css'); return false;">Serif</a> -
  169. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/blood.css'); return false;">Blood</a> -
  170. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/night.css'); return false;">Night</a> -
  171. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/moon.css'); return false;">Moon</a> -
  172. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/solarized.css'); return false;">Solarized</a>
  173. </p>
  174. </section>
  175. <section>
  176. <section data-background="#dddddd">
  177. <h2>Slide Backgrounds</h2>
  178. <p>
  179. Set <code>data-background="#dddddd"</code> on a slide to change the background color. All CSS color formats are supported.
  180. </p>
  181. <a href="#" class="navigate-down">
  182. <img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
  183. </a>
  184. </section>
  185. <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/image-placeholder.png">
  186. <h2>Image Backgrounds</h2>
  187. <pre><code class="hljs">&lt;section data-background="image.png"&gt;</code></pre>
  188. </section>
  189. <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/image-placeholder.png" data-background-repeat="repeat" data-background-size="100px">
  190. <h2>Tiled Backgrounds</h2>
  191. <pre><code class="hljs" style="word-wrap: break-word;">&lt;section data-background="image.png" data-background-repeat="repeat" data-background-size="100px"&gt;</code></pre>
  192. </section>
  193. <section data-background-video="https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.mp4,https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.webm" data-background-color="#000000">
  194. <div style="background-color: rgba(0, 0, 0, 0.9); color: #fff; padding: 20px;">
  195. <h2>Video Backgrounds</h2>
  196. <pre><code class="hljs" style="word-wrap: break-word;">&lt;section data-background-video="video.mp4,video.webm"&gt;</code></pre>
  197. </div>
  198. </section>
  199. <section data-background="http://i.giphy.com/90F8aUepslB84.gif">
  200. <h2>... and GIFs!</h2>
  201. </section>
  202. </section>
  203. <section data-transition="slide" data-background="#4d7e65" data-background-transition="zoom">
  204. <h2>Background Transitions</h2>
  205. <p>
  206. Different background transitions are available via the backgroundTransition option. This one's called "zoom".
  207. </p>
  208. <pre><code class="hljs">Reveal.configure({ backgroundTransition: 'zoom' })</code></pre>
  209. </section>
  210. <section data-transition="slide" data-background="#b5533c" data-background-transition="zoom">
  211. <h2>Background Transitions</h2>
  212. <p>
  213. You can override background transitions per-slide.
  214. </p>
  215. <pre><code class="hljs" style="word-wrap: break-word;">&lt;section data-background-transition="zoom"&gt;</code></pre>
  216. </section>
  217. <section>
  218. <h2>Pretty Code</h2>
  219. <pre><code class="hljs" data-trim contenteditable>
  220. function linkify( selector ) {
  221. if( supports3DTransforms ) {
  222. var nodes = document.querySelectorAll( selector );
  223. for( var i = 0, len = nodes.length; i &lt; len; i++ ) {
  224. var node = nodes[i];
  225. if( !node.className ) {
  226. node.className += ' roll';
  227. }
  228. }
  229. }
  230. }
  231. </code></pre>
  232. <p>Code syntax highlighting courtesy of <a href="http://softwaremaniacs.org/soft/highlight/en/description/">highlight.js</a>.</p>
  233. </section>
  234. <section>
  235. <h2>Marvelous List</h2>
  236. <ul>
  237. <li>No order here</li>
  238. <li>Or here</li>
  239. <li>Or here</li>
  240. <li>Or here</li>
  241. </ul>
  242. </section>
  243. <section>
  244. <h2>Fantastic Ordered List</h2>
  245. <ol>
  246. <li>One is smaller than...</li>
  247. <li>Two is smaller than...</li>
  248. <li>Three!</li>
  249. </ol>
  250. </section>
  251. <section>
  252. <h2>Tabular Tables</h2>
  253. <table>
  254. <thead>
  255. <tr>
  256. <th>Item</th>
  257. <th>Value</th>
  258. <th>Quantity</th>
  259. </tr>
  260. </thead>
  261. <tbody>
  262. <tr>
  263. <td>Apples</td>
  264. <td>$1</td>
  265. <td>7</td>
  266. </tr>
  267. <tr>
  268. <td>Lemonade</td>
  269. <td>$2</td>
  270. <td>18</td>
  271. </tr>
  272. <tr>
  273. <td>Bread</td>
  274. <td>$3</td>
  275. <td>2</td>
  276. </tr>
  277. </tbody>
  278. </table>
  279. </section>
  280. <section>
  281. <h2>Clever Quotes</h2>
  282. <p>
  283. These guys come in two forms, inline: <q cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations">
  284. &ldquo;The nice thing about standards is that there are so many to choose from&rdquo;</q> and block:
  285. </p>
  286. <blockquote cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations">
  287. &ldquo;For years there has been a theory that millions of monkeys typing at random on millions of typewriters would
  288. reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.&rdquo;
  289. </blockquote>
  290. </section>
  291. <section>
  292. <h2>Intergalactic Interconnections</h2>
  293. <p>
  294. You can link between slides internally,
  295. <a href="#/2/3">like this</a>.
  296. </p>
  297. </section>
  298. <section>
  299. <h2>Speaker View</h2>
  300. <p>There's a <a href="https://github.com/hakimel/reveal.js#speaker-notes">speaker view</a>. It includes a timer, preview of the upcoming slide as well as your speaker notes.</p>
  301. <p>Press the <em>S</em> key to try it out.</p>
  302. <aside class="notes">
  303. 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).
  304. </aside>
  305. </section>
  306. <section>
  307. <h2>Export to PDF</h2>
  308. <p>Presentations can be <a href="https://github.com/hakimel/reveal.js#pdf-export">exported to PDF</a>, here's an example:</p>
  309. <iframe src="https://www.slideshare.net/slideshow/embed_code/42840540" width="445" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:3px solid #666; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
  310. </section>
  311. <section>
  312. <h2>Global State</h2>
  313. <p>
  314. Set <code>data-state="something"</code> on a slide and <code>"something"</code>
  315. will be added as a class to the document element when the slide is open. This lets you
  316. apply broader style changes, like switching the page background.
  317. </p>
  318. </section>
  319. <section data-state="customevent">
  320. <h2>State Events</h2>
  321. <p>
  322. Additionally custom events can be triggered on a per slide basis by binding to the <code>data-state</code> name.
  323. </p>
  324. <pre><code class="javascript" data-trim contenteditable style="font-size: 18px;">
  325. Reveal.addEventListener( 'customevent', function() {
  326. console.log( '"customevent" has fired' );
  327. } );
  328. </code></pre>
  329. </section>
  330. <section>
  331. <h2>Take a Moment</h2>
  332. <p>
  333. Press B or . on your keyboard to pause the presentation. This is helpful when you're on stage and want to take distracting slides off the screen.
  334. </p>
  335. </section>
  336. <section>
  337. <h2>Much more</h2>
  338. <ul>
  339. <li>Right-to-left support</li>
  340. <li><a href="https://github.com/hakimel/reveal.js#api">Extensive JavaScript API</a></li>
  341. <li><a href="https://github.com/hakimel/reveal.js#auto-sliding">Auto-progression</a></li>
  342. <li><a href="https://github.com/hakimel/reveal.js#parallax-background">Parallax backgrounds</a></li>
  343. <li><a href="https://github.com/hakimel/reveal.js#keyboard-bindings">Custom keyboard bindings</a></li>
  344. </ul>
  345. </section>
  346. <section style="text-align: left;">
  347. <h1>THE END</h1>
  348. <p>
  349. - <a href="http://slides.com">Try the online editor</a> <br>
  350. - <a href="https://github.com/hakimel/reveal.js">Source code &amp; documentation</a>
  351. </p>
  352. </section>
  353. </div>
  354. </div>
  355. <script src="lib/js/head.min.js"></script>
  356. <script src="js/reveal.js"></script>
  357. <script>
  358. // More info https://github.com/hakimel/reveal.js#configuration
  359. Reveal.initialize({
  360. controls: true,
  361. progress: true,
  362. history: true,
  363. center: true,
  364. transition: 'slide', // none/fade/slide/convex/concave/zoom
  365. // More info https://github.com/hakimel/reveal.js#dependencies
  366. dependencies: [
  367. { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
  368. { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
  369. { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
  370. { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
  371. { src: 'plugin/zoom-js/zoom.js', async: true },
  372. { src: 'plugin/notes/notes.js', async: true }
  373. ]
  374. });
  375. </script>
  376. </body>
  377. </html>