aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorEric Bidelman2012-04-09 20:10:25 -0700
committerEric Bidelman2012-04-09 20:10:25 -0700
commit3e6c68e22533bf589243cd5fdc95be819e4cb1ac (patch)
treec1d6e24e30f6f393e1828103da6e39287e944f2d /template.html
parentca26979ec3e0f76c6623e9b488bfb976cd976566 (diff)
downloadio-slides-remote-3e6c68e22533bf589243cd5fdc95be819e4cb1ac.tar.gz
io logo on title slide
Diffstat (limited to 'template.html')
-rw-r--r--template.html20
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