aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorEric Bidelman2012-04-09 23:35:39 -0700
committerEric Bidelman2012-04-09 23:35:39 -0700
commit10b9ae9cd661540c377b5e598cd1f38b7f79cc2d (patch)
tree597303be5d80cd1c1a52f5034984e9a211d17188 /template.html
parente14c8eaca6aa822bdac44de2147ad2b6285532bc (diff)
downloadio-slides-remote-10b9ae9cd661540c377b5e598cd1f38b7f79cc2d.tar.gz
Tables that kick azz
Diffstat (limited to 'template.html')
-rw-r--r--template.html85
1 files changed, 85 insertions, 0 deletions
diff --git a/template.html b/template.html
index d6a03ae..a86bf46 100644
--- a/template.html
+++ b/template.html
@@ -178,6 +178,91 @@ function helloWorld(world) {
178 </article> 178 </article>
179 </slide> 179 </slide>
180 180
181 <slide>
182 <hgroup>
183 <h2>Table Option A</h2>
184 <h3>Subtitle Placeholder</h3>
185 </hgroup>
186 <article>
187 <table>
188 <tr>
189 <th></th><th>Column 1</th><th>Column 2</th><th>Column 3</th><th>Column 4</th>
190 </tr>
191 <tr>
192 <td>Row 1</td><td>placeholder</td><td class="highlight">placeholder</td><td>placeholder</td><td>placeholder</td>
193 </tr>
194 <tr>
195 <td>Row 2</td><td>placeholder</td><td>placeholder</td><td>placeholder</td><td>placeholder</td>
196 </tr>
197 <tr>
198 <td>Row 3</td><td>placeholder</td><td>placeholder</td><td>placeholder</td><td>placeholder</td>
199 </tr>
200 <tr>
201 <td>Row 4</td><td>placeholder</td><td>placeholder</td><td>placeholder</td><td>placeholder</td>
202 </tr>
203 <tr>
204 <td>Row 5</td><td>placeholder</td><td>placeholder</td><td>placeholder</td><td>placeholder</td>
205 </tr>
206 </table>
207 </article>
208 </slide>
209
210 <slide>
211 <hgroup>
212 <h2>Table Option A (small text)</h2>
213 <h3>Subtitle Placeholder</h3>
214 </hgroup>
215 <article class="smaller">
216 <table>
217 <tr>
218 <th></th><th>Column 1</th><th>Column 2</th><th>Column 3</th><th>Column 4</th>
219 </tr>
220 <tr>
221 <td>Row 1</td><td>placeholder</td><td class="highlight">placeholder</td><td>placeholder</td><td>placeholder</td>
222 </tr>
223 <tr>
224 <td>Row 2</td><td>placeholder</td><td>placeholder</td><td>placeholder</td><td>placeholder</td>
225 </tr>
226 <tr>
227 <td>Row 3</td><td>placeholder</td><td>placeholder</td><td>placeholder</td><td>placeholder</td>
228 </tr>
229 <tr>
230 <td>Row 4</td><td>placeholder</td><td>placeholder</td><td>placeholder</td><td>placeholder</td>
231 </tr>
232 <tr>
233 <td>Row 5</td><td>placeholder</td><td>placeholder</td><td>placeholder</td><td>placeholder</td>
234 </tr>
235 </table>
236 </article>
237 </slide>
238
239 <slide>
240 <hgroup>
241 <h2>Table Option B</h2>
242 <h3>Subtitle Placeholder</h3>
243 </hgroup>
244 <article>
245 <table class="rows">
246 <tr>
247 <th>Header 1</th><td>placeholder</td><td class="highlight">placeholder</td><td>placeholder</td>
248 </tr>
249 <tr>
250 <th>Header 2</th><td>placeholder</td><td>placeholder</td><td>placeholder</td>
251 </tr>
252 <tr>
253 <th>Header 3</th><td>placeholder</td><td>placeholder</td><td>placeholder</td>
254 </tr>
255 <tr>
256 <th>Header 4</th><td>placeholder</td><td>placeholder</td><td>placeholder</td>
257 </tr>
258 <tr>
259 <th>Header 5</th><td>placeholder</td><td>placeholder</td><td>placeholder</td>
260 </tr>
261 </table>
262 </article>
263 </slide>
264
265
181 <slide class="segue dark nobackground"> 266 <slide class="segue dark nobackground">
182 <aside class="gdbar"><img src="images/google_developers_icon_128.png"></aside> 267 <aside class="gdbar"><img src="images/google_developers_icon_128.png"></aside>
183 <hgroup class="auto-fadein"> 268 <hgroup class="auto-fadein">