diff options
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 41 |
1 files changed, 29 insertions, 12 deletions
diff --git a/template.html b/template.html index 821cb47..aa5ae3f 100644 --- a/template.html +++ b/template.html | |||
@@ -28,7 +28,9 @@ | |||
28 | </slide> | 28 | </slide> |
29 | 29 | ||
30 | <slide> | 30 | <slide> |
31 | <h2>Slide with Bullets</h2> | 31 | <hgroup> |
32 | <h2>Slide with Bullets</h2> | ||
33 | </hgroup> | ||
32 | <article> | 34 | <article> |
33 | <ul> | 35 | <ul> |
34 | <li>Titles are formatted as Open Sans with bold applied and font size is set at 45</li> | 36 | <li>Titles are formatted as Open Sans with bold applied and font size is set at 45</li> |
@@ -65,7 +67,9 @@ | |||
65 | </slide> | 67 | </slide> |
66 | 68 | ||
67 | <slide> | 69 | <slide> |
68 | <h2>Slide with Smaller Font</h2> | 70 | <hgroup> |
71 | <h2>Slide with Smaller Font</h2> | ||
72 | </hgroup> | ||
69 | <article class="smaller"> | 73 | <article class="smaller"> |
70 | <ul> | 74 | <ul> |
71 | <li>Titles are formatted as Open Sans with bold applied and font size is set at 45</li> | 75 | <li>Titles are formatted as Open Sans with bold applied and font size is set at 45</li> |
@@ -142,7 +146,9 @@ function helloWorld(world) { | |||
142 | <aside class="note"> | 146 | <aside class="note"> |
143 | <section>Speaker notes can go here!</section> | 147 | <section>Speaker notes can go here!</section> |
144 | </aside> | 148 | </aside> |
145 | <h2>Slide with Speaker Notes</h2> | 149 | <hgroup> |
150 | <h2>Slide with Speaker Notes</h2> | ||
151 | </hgroup> | ||
146 | <article> | 152 | <article> |
147 | Press 'n' | 153 | Press 'n' |
148 | </article> | 154 | </article> |
@@ -150,20 +156,31 @@ function helloWorld(world) { | |||
150 | 156 | ||
151 | <slide class="segue dark nobackground"> | 157 | <slide class="segue dark nobackground"> |
152 | <aside class="gdbar"><img src="images/google_developers_icon_128.png"></aside> | 158 | <aside class="gdbar"><img src="images/google_developers_icon_128.png"></aside> |
153 | <article class="flexbox vleft"> | 159 | <hgroup class="auto-fadein"> |
154 | <hgroup class="auto-fadein"> | 160 | <h2>Segue Slide</h2> |
155 | <h2>Segue Slide</h2> | 161 | <h3>Subtitle Placeholder</h3> |
156 | <h3>Subtitle Placeholder</h3> | 162 | </hgroup> |
157 | </hgroup> | 163 | </slide> |
164 | |||
165 | <slide class="segue dark quote nobackground"> | ||
166 | <aside class="gdbar right bottom"><img src="images/google_developers_icon_128.png"></aside> | ||
167 | <article class="flexbox vleft auto-fadein"> | ||
168 | <q> | ||
169 | This is an example of quote text. | ||
170 | </q> | ||
171 | <div class="author"> | ||
172 | Name<br> | ||
173 | Company | ||
174 | </div> | ||
158 | </article> | 175 | </article> |
159 | </slide> | 176 | </slide> |
160 | 177 | ||
161 | <slide class="thank-you-slide segue nobackground"> | 178 | <slide class="thank-you-slide segue nobackground"> |
162 | <aside class="gdbar right"><img src="images/google_developers_icon_128.png"></aside> | 179 | <aside class="gdbar right"><img src="images/google_developers_icon_128.png"></aside> |
163 | <section class="flexbox vleft auto-fadein"> | 180 | <article class="flexbox vleft auto-fadein"> |
164 | <h2><Thanks You!></h2> | 181 | <h2><Thanks You!></h2> |
165 | <p>Important contact information goes here.</p> | 182 | <p>Important contact information goes here.</p> |
166 | </section> | 183 | </article> |
167 | <p class="auto-fadein"> | 184 | <p class="auto-fadein"> |
168 | Insert contact info<br> | 185 | Insert contact info<br> |
169 | Insert contact info<br> | 186 | Insert contact info<br> |
@@ -172,9 +189,9 @@ function helloWorld(world) { | |||
172 | </slide> | 189 | </slide> |
173 | 190 | ||
174 | <slide class="logoslide dark nobackground"> | 191 | <slide class="logoslide dark nobackground"> |
175 | <section class="flexbox vcenter"> | 192 | <article class="flexbox vcenter"> |
176 | <span><img src="images/google_developers_logo_white.png"></span> | 193 | <span><img src="images/google_developers_logo_white.png"></span> |
177 | </section> | 194 | </article> |
178 | </slide> | 195 | </slide> |
179 | 196 | ||
180 | </slides> | 197 | </slides> |