aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-06-10 08:43:01 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-06-10 08:43:01 +0200
commit7e50404ad71ac81432c3792d59b5a489543d7277 (patch)
tree6ac588ab23bea3dc39d1eafb01b70e1a5fb9fb3f /index.html
parent5655b5f4674f71ed23988c7e0fc04bfe4415206c (diff)
downloadfreenode-live-2017-presentation-7e50404ad71ac81432c3792d59b5a489543d7277.tar
freenode-live-2017-presentation-7e50404ad71ac81432c3792d59b5a489543d7277.tar.gz
markup error correction
Diffstat (limited to 'index.html')
-rw-r--r--index.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/index.html b/index.html
index aa4913f..e09ca91 100644
--- a/index.html
+++ b/index.html
@@ -191,6 +191,18 @@
</p>
</section>
+ <section data-state="customevent">
+ <h2>Custom Events</h2>
+ <p>
+ Additionally custom events can be triggered on a per slide basis by binding to the <code>data-state</code> name.
+ </p>
+ <pre><code data-trim contenteditable style="font-size: 18px; margin-top: 20px;">
+Reveal.addEventListener( 'customevent', function() {
+ console.log( '"customevent" has fired' );
+} );
+ </code></pre>
+ </section>
+
<section>
<section data-background="#007777">
<h2>Slide Backgrounds</h2>
@@ -211,18 +223,6 @@
</section>
</section>
- <section data-state="customevent">
- <h2>Custom Events</h2>
- <p>
- Additionally custom events can be triggered on a per slide basis by binding to the <code>data-state</code> name.
- </p>
- <pre><code data-trim contenteditable style="font-size: 18px; margin-top: 20px;">
-Reveal.addEventListener( 'customevent', function() {
- console.log( '"customevent" has fired' );
-} );
- </code></pre>
- </section>
-
<section>
<h2>Clever Quotes</h2>
<p>