aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorEric Bidelman2012-04-07 17:20:45 -0700
committerEric Bidelman2012-04-07 17:20:45 -0700
commit1a10348622e92803cc9a90ec4369bb6974cc5329 (patch)
treef29792498f236de313635620bc04da3981af584c /template.html
parentcb6cac6cb3f19a51254b7bb25acf86799c352989 (diff)
downloadio-slides-remote-1a10348622e92803cc9a90ec4369bb6974cc5329.tar.gz
slideleave now fires when navigating backwards
Diffstat (limited to 'template.html')
-rw-r--r--template.html28
1 files changed, 22 insertions, 6 deletions
diff --git a/template.html b/template.html
index 365adea..a55f3fe 100644
--- a/template.html
+++ b/template.html
@@ -15,7 +15,6 @@
15 </slide> 15 </slide>
16 16
17 <slide id="title-slide"> 17 <slide id="title-slide">
18 <!-- <aside class="bar"></aside> -->
19 <aside class="gdbar"><img src="images/google_developers_icon_128.png"></aside> 18 <aside class="gdbar"><img src="images/google_developers_icon_128.png"></aside>
20 <hgroup> 19 <hgroup>
21 <h1>Title Goes Here</h1> 20 <h1>Title Goes Here</h1>
@@ -29,10 +28,17 @@
29 28
30 <slide> 29 <slide>
31 <h2>Presentation Bullet Slide Layout</h2> 30 <h2>Presentation Bullet Slide Layout</h2>
32 <ul class="build"> 31 <article>
33 <li>Bullet1</li> 32 <ul>
34 <li>Bullet2</li> 33 <li>Bullet 1</li>
35 </ul> 34 <li>Bullet 2
35 <ul>
36 <li>Bullet 3</li>
37 </ul>
38 </li>
39 <li>Bullet 4</li>
40 </ul>
41 </article>
36 </slide> 42 </slide>
37 43
38 <slide> 44 <slide>
@@ -40,14 +46,24 @@
40 <h2>Presentation Bullet Slide Layout</h2> 46 <h2>Presentation Bullet Slide Layout</h2>
41 <h3>Subtitle Placeholder</h3> 47 <h3>Subtitle Placeholder</h3>
42 </hgroup> 48 </hgroup>
49 <article>
50 A Slide2
51 </article>
43 </slide> 52 </slide>
44 53
45 <slide hidden> 54 <slide hidden>
46 A hidden slide 55 A hidden slide
47 </slide> 56 </slide>
48 57
58 <!-- Slide with speaker notes. Press 'n' to display.-->
49 <slide> 59 <slide>
50 A Slide2 60 <aside class="note">
61 <section>Speaker notes can go here!</section>
62 </aside>
63 <h2>Presentation Bullet Slide Layout</h2>
64 <article>
65 A Slide2
66 </article>
51 </slide> 67 </slide>
52</slides> 68</slides>
53 69