aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-07-01 01:57:23 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-07-01 01:57:23 -0400
commitbf2c95b546c5dbff1c8b5903fb89e2ecee9b297b (patch)
tree4db5f768404fd00ae41b1f409bede832e1377ff9 /index.html
parentbdad679715ca3d82a0ff4a2bae7353785ac9b125 (diff)
parent4ca99d426446508b63ad995ea029f4fc95c82952 (diff)
downloadfreenode-live-2017-presentation-bf2c95b546c5dbff1c8b5903fb89e2ecee9b297b.tar
freenode-live-2017-presentation-bf2c95b546c5dbff1c8b5903fb89e2ecee9b297b.tar.gz
Merge branch 'presenter_notes_server' of https://github.com/rmurphey/reveal.js into notes
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/index.html b/index.html
index a68dd6a..d4420ac 100644
--- a/index.html
+++ b/index.html
@@ -48,6 +48,10 @@
<p>
<i><small>- <a href="http://hakim.se">Hakim El Hattab</a> / <a href="http://twitter.com/hakimel">@hakimel</a></small></i>
</p>
+
+ <aside class="notes">
+ Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you run the speaker notes server.
+ </aside>
</section>
<!-- Example of nested vertical slides -->
@@ -268,6 +272,7 @@ linkify( 'a' );
<script>
// Parse the query string into a key/value object
var query = {};
+
location.search.replace( /[A-Z0-9]+?=(\w*)/gi, function(a) {
query[ a.split( '=' ).shift() ] = a.split( '=' ).pop();
} );
@@ -311,5 +316,8 @@ linkify( 'a' );
hljs.initHighlightingOnLoad();
</script>
+ <!-- the next two lines enable the speaker notes server -->
+ <script src="socket.io/socket.io.js"></script>
+ <script src="js/slidenotes.js"></script>
</body>
</html> \ No newline at end of file