diff options
author | Hakim El Hattab | 2012-06-02 17:58:09 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-06-02 17:58:09 -0400 |
commit | 43da46f06b602b179df18e86f442eb8dde9e0590 (patch) | |
tree | 28507c0294a3df87234b059d7fb4059ab0f321f1 /index.html | |
parent | 4f08e2aeb08010bb0b78ad3ce871958383336e10 (diff) |
comments, tweaks and a new slide highlighting mobile support
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -90,6 +90,13 @@ </section> <section> + <h2>Works in Mobile Safari</h2> + <p> + Try it out! You can swipe through the slides pinch your way to the overview. + </p> + </section> + + <section> <h2>Transition Styles</h2> <p> You can select from different transitions, like: @@ -251,13 +258,13 @@ linkify( 'a' ); <div class="progress"><span></span></div> </div> - - <script src="js/reveal.js"></script> <!-- Optional libraries for code syntax highlighting and classList support in IE9 --> <script src="lib/highlight.js"></script> <script src="lib/classList.js"></script> + <script src="js/reveal.js"></script> + <script> // Parse the query string into a key/value object var query = {}; |