diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 24 |
1 files changed, 9 insertions, 15 deletions
@@ -34,9 +34,6 @@ <div class="reveal"> - <!-- Used to fade in a background when a specific slide state is reached --> - <div class="state-background"></div> - <!-- Any section element inside of this container is displayed as a slide --> <div class="slides"> <section> @@ -279,6 +276,14 @@ function linkify( selector ) { </section> <section> + <h2>Take a Moment</h2> + <p> + 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 + during a presentaion. + </p> + </section> + + <section> <h2>Stellar Links</h2> <ul> <li><a href="https://github.com/hakimel/reveal.js">Source code on GitHub</a></li> @@ -310,17 +315,6 @@ function linkify( selector ) { <h3>BY Hakim El Hattab / hakim.se</h3> </section> </div> - - <!-- The navigational controls UI --> - <aside class="controls"> - <a class="left" href="#">◄</a> - <a class="right" href="#">►</a> - <a class="up" href="#">▲</a> - <a class="down" href="#">▼</a> - </aside> - - <!-- Presentation progress bar --> - <div class="progress"><span></span></div> </div> @@ -346,7 +340,7 @@ function linkify( selector ) { { src: 'lib/js/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'lib/js/data-markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: '/socket.io/socket.io.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } }, - { src: 'plugin/speakernotes/client.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } }, + { src: 'plugin/speakernotes/client.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } } ] }); |