diff options
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/template.html b/template.html index b0e2dc6..ee762d9 100644 --- a/template.html +++ b/template.html | |||
@@ -160,6 +160,24 @@ function helloWorld(world) { | |||
160 | </article> | 160 | </article> |
161 | </slide> | 161 | </slide> |
162 | 162 | ||
163 | <slide> | ||
164 | <hgroup> | ||
165 | <h2>Slide with Image</h2> | ||
166 | </hgroup> | ||
167 | <article> | ||
168 | <img src="images/chart.png" alt="Description" title="Description"> | ||
169 | </article> | ||
170 | </slide> | ||
171 | |||
172 | <slide> | ||
173 | <hgroup> | ||
174 | <h2>Slide with Image (centered horz/vert)</h2> | ||
175 | </hgroup> | ||
176 | <article class="flexbox vcenter" style="height: 80%;"> | ||
177 | <img src="images/barchart.png" alt="Description" title="Description"> | ||
178 | </article> | ||
179 | </slide> | ||
180 | |||
163 | <slide class="segue dark nobackground"> | 181 | <slide class="segue dark nobackground"> |
164 | <aside class="gdbar"><img src="images/google_developers_icon_128.png"></aside> | 182 | <aside class="gdbar"><img src="images/google_developers_icon_128.png"></aside> |
165 | <hgroup class="auto-fadein"> | 183 | <hgroup class="auto-fadein"> |
@@ -206,7 +224,7 @@ function helloWorld(world) { | |||
206 | var slideConfig = { | 224 | var slideConfig = { |
207 | // Slide settings | 225 | // Slide settings |
208 | settings: { | 226 | settings: { |
209 | title: 'Title Goes Here', | 227 | title: 'Title Goes Here<br>Up To Two Lines', |
210 | subtitle: 'Subtitle Goes Here', | 228 | subtitle: 'Subtitle Goes Here', |
211 | theme: 'default', | 229 | theme: 'default', |
212 | hashtag: '#html5', //TODO | 230 | hashtag: '#html5', //TODO |