diff options
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/template.html b/template.html index 973666a..da89780 100644 --- a/template.html +++ b/template.html | |||
@@ -74,7 +74,7 @@ URL: https://code.google.com/p/io-2012-slides | |||
74 | 74 | ||
75 | <slide> | 75 | <slide> |
76 | <hgroup> | 76 | <hgroup> |
77 | <h2>Slide with Smaller Font</h2> | 77 | <h2>Slide with (Smaller Font)</h2> |
78 | </hgroup> | 78 | </hgroup> |
79 | <article class="smaller"> | 79 | <article class="smaller"> |
80 | <ul> | 80 | <ul> |
@@ -172,7 +172,7 @@ function helloWorld(world) { | |||
172 | 172 | ||
173 | <slide> | 173 | <slide> |
174 | <hgroup> | 174 | <hgroup> |
175 | <h2>Slide with Image (centered horz/vert)</h2> | 175 | <h2>Slide with Image (Centered horz/vert)</h2> |
176 | </hgroup> | 176 | </hgroup> |
177 | <article class="flexbox vcenter" style="height: 80%;"> | 177 | <article class="flexbox vcenter" style="height: 80%;"> |
178 | <img src="images/barchart.png" alt="Description" title="Description"> | 178 | <img src="images/barchart.png" alt="Description" title="Description"> |
@@ -210,7 +210,7 @@ function helloWorld(world) { | |||
210 | 210 | ||
211 | <slide> | 211 | <slide> |
212 | <hgroup> | 212 | <hgroup> |
213 | <h2>Table Option A (small text)</h2> | 213 | <h2>Table Option A (Smaller Text)</h2> |
214 | <h3>Subtitle Placeholder</h3> | 214 | <h3>Subtitle Placeholder</h3> |
215 | </hgroup> | 215 | </hgroup> |
216 | <article class="smaller"> | 216 | <article class="smaller"> |
@@ -265,7 +265,7 @@ function helloWorld(world) { | |||
265 | 265 | ||
266 | <slide> | 266 | <slide> |
267 | <hgroup> | 267 | <hgroup> |
268 | <h2>Slide styles</h2> | 268 | <h2>Slide Styles</h2> |
269 | </hgroup> | 269 | </hgroup> |
270 | <article class="smaller columns-2"> | 270 | <article class="smaller columns-2"> |
271 | <ul> | 271 | <ul> |
@@ -313,7 +313,7 @@ function helloWorld(world) { | |||
313 | 313 | ||
314 | <slide> | 314 | <slide> |
315 | <hgroup> | 315 | <hgroup> |
316 | <h2>Slide with iframe</h2> | 316 | <h2>Slide with Iframe</h2> |
317 | </hgroup> | 317 | </hgroup> |
318 | <article> | 318 | <article> |
319 | <iframe data-src="http://www.google.com/doodle4google/history.html"></iframe> | 319 | <iframe data-src="http://www.google.com/doodle4google/history.html"></iframe> |
@@ -343,6 +343,8 @@ function helloWorld(world) { | |||
343 | </article> | 343 | </article> |
344 | </slide> | 344 | </slide> |
345 | 345 | ||
346 | <slide class="backdrop"></slide> | ||
347 | |||
346 | </slides> | 348 | </slides> |
347 | 349 | ||
348 | <script type="text/slide-config"> | 350 | <script type="text/slide-config"> |