diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-01-08 09:58:06 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-01-08 09:58:06 +0100 |
commit | 3b93c8be337b94e9f5629a3660fea3bb6f69be09 (patch) | |
tree | 9703dd7c18952b6888df43e7f4710b3992f04228 /index.html | |
parent | 06ad3bf4c2692baf758c9ed3bd4b3bb8be1940c1 (diff) | |
download | fosdem-2018-presentation-3b93c8be337b94e9f5629a3660fea3bb6f69be09.tar fosdem-2018-presentation-3b93c8be337b94e9f5629a3660fea3bb6f69be09.tar.gz |
content tweaks
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 29 |
1 files changed, 10 insertions, 19 deletions
@@ -51,7 +51,7 @@ <section> <h2>Hello There</h2> <p> - 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. + reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do. </p> </section> @@ -83,7 +83,7 @@ <section> <h2>Slides</h2> <p> - 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>. + 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>. </p> </section> @@ -175,11 +175,6 @@ <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/moon.css'); return false;">Moon</a> - <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/solarized.css'); return false;">Solarized</a> </p> - <p> - <small> - * Theme demos are loaded after the presentation which leads to flicker. In production you should load your theme in the <head> using a <link>. - </small> - </p> </section> <section> @@ -242,7 +237,7 @@ function linkify( selector ) { } } </code></pre> - <p>Courtesy of <a href="http://softwaremaniacs.org/soft/highlight/en/description/">highlight.js</a>.</p> + <p>Code syntax highlighting courtesy of <a href="http://softwaremaniacs.org/soft/highlight/en/description/">highlight.js</a>.</p> </section> <section> @@ -362,23 +357,19 @@ Reveal.addEventListener( 'customevent', function() { <h2>Much more</h2> <ul> <li>Right-to-left support</li> + <li><a href="https://github.com/hakimel/reveal.js#api">Extensive JavaScript API</a></li> <li><a href="https://github.com/hakimel/reveal.js#auto-sliding">Auto-progression</a></li> <li><a href="https://github.com/hakimel/reveal.js#parallax-background">Parallax backgrounds</a></li> + <li><a href="https://github.com/hakimel/reveal.js#keyboard-bindings">Custom keyboard bindings</a></li> </ul> </section> - <section> - <h2>Stellar Links</h2> - <ul> - <li><a href="http://slid.es">Try the online editor</a></li> - <li><a href="https://github.com/hakimel/reveal.js">Source code on GitHub</a></li> - <li><a href="http://twitter.com/hakimel">Follow me on Twitter</a></li> - </ul> - </section> - - <section> + <section style="text-align: left;"> <h1>THE END</h1> - <h3>BY Hakim El Hattab / hakim.se</h3> + <p> + - <a href="http://slides.com">Try the online editor</a> <br> + - <a href="https://github.com/hakimel/reveal.js">Source code & documentation</a> + </p> </section> </div> |