diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-06-10 08:43:01 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-06-10 08:43:01 +0200 |
commit | 7e50404ad71ac81432c3792d59b5a489543d7277 (patch) | |
tree | 6ac588ab23bea3dc39d1eafb01b70e1a5fb9fb3f /index.html | |
parent | 5655b5f4674f71ed23988c7e0fc04bfe4415206c (diff) | |
download | fosdem-2018-presentation-7e50404ad71ac81432c3792d59b5a489543d7277.tar fosdem-2018-presentation-7e50404ad71ac81432c3792d59b5a489543d7277.tar.gz |
markup error correction
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -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> |