aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-08 00:08:50 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-08 00:08:50 -0400
commitf22e5f85e8284aaca724c372e8f9efdfd9b11943 (patch)
tree337f336b17e93cf184e33c7b71fa89ed923e1428 /index.html
parent84b69b6b9a7275cdc83ba310dad777e69b8e8fec (diff)
downloadfreenode-live-2017-presentation-f22e5f85e8284aaca724c372e8f9efdfd9b11943.tar
freenode-live-2017-presentation-f22e5f85e8284aaca724c372e8f9efdfd9b11943.tar.gz
new paused mode feature (closes #144), controls and progress DOM elements are no longer required in HTML
Diffstat (limited to 'index.html')
-rw-r--r--index.html24
1 files changed, 9 insertions, 15 deletions
diff --git a/index.html b/index.html
index 1ebea32..b5625c9 100644
--- a/index.html
+++ b/index.html
@@ -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="#">&#x25C4;</a>
- <a class="right" href="#">&#x25BA;</a>
- <a class="up" href="#">&#x25B2;</a>
- <a class="down" href="#">&#x25BC;</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'; } }
]
});