aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2018-10-04 12:32:28 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2018-10-04 12:32:37 +0200
commit8582c9aac8888bc71d2658377778279a5d5f0c34 (patch)
tree4c38d89653af23ec9f4126b4fc1fd915b2eabbad /index.html
parent90fc0bc466c505b5e3b6ce68532565f3dd0745ae (diff)
parent250580fc4c97f83185e46f9d0e22286d0a01d3af (diff)
downloadperl-software-in-gnu-guix-8582c9aac8888bc71d2658377778279a5d5f0c34.tar
perl-software-in-gnu-guix-8582c9aac8888bc71d2658377778279a5d5f0c34.tar.gz
resolve notes merge conflict
Diffstat (limited to 'index.html')
-rw-r--r--index.html23
1 files changed, 20 insertions, 3 deletions
diff --git a/index.html b/index.html
index 98accc3..e3e10c1 100644
--- a/index.html
+++ b/index.html
@@ -24,8 +24,23 @@
<body>
<div class="reveal">
<div class="slides">
- <section>Slide 1</section>
- <section>Slide 2</section>
+ <section data-timing="6">
+ Slide 1
+
+ <aside>
+ these are not notes
+ </aside>
+ <aside class="notes">
+ these are notes for the first slide
+ </aside>
+ </section>
+ <section>
+ Slide 2
+
+ <aside class="notes">
+ these are the nodes for the second slide
+ </aside>
+ </section>
</div>
</div>
@@ -42,7 +57,9 @@
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
- ]
+ ],
+ controlsTutorial: false,
+ defaultTiming: 3
});
</script>
</body>