diff options
author | Eric Bidelman | 2013-04-29 18:08:34 -0700 |
---|---|---|
committer | Eric Bidelman | 2013-04-29 18:08:34 -0700 |
commit | 31ea3d93f19250eef47f3345c3043c890ac31442 (patch) | |
tree | 2bdfdfa0f0b9cebba2d9464b151d7d893e1e2945 /template.html | |
parent | 18a84b085e593bb81448d6e6dc5995fd0a3fd39d (diff) | |
download | io-slides-remote-31ea3d93f19250eef47f3345c3043c890ac31442.tar.gz |
Adding bottom grey footer
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/template.html b/template.html index 1e09a8c..8cff66e 100644 --- a/template.html +++ b/template.html | |||
@@ -76,11 +76,20 @@ URL: https://code.google.com/p/io-2012-slides | |||
76 | <li>Pressing 'o' toggles overview mode</li> | 76 | <li>Pressing 'o' toggles overview mode</li> |
77 | <li>Pressing 'ESC' toggles off these goodies</li> | 77 | <li>Pressing 'ESC' toggles off these goodies</li> |
78 | </ul> | 78 | </ul> |
79 | </article> | ||
80 | </slide> | ||
81 | |||
82 | <slide> | ||
83 | <hgroup> | ||
84 | <h2>Slide with Bullets that Build</h2> | ||
85 | </hgroup> | ||
86 | <article> | ||
79 | <p>Another list, but items fade as they build:</p> | 87 | <p>Another list, but items fade as they build:</p> |
80 | <ul class="build fade"> | 88 | <ul class="build fade"> |
81 | <li>Hover over me!</li> | 89 | <li>Hover over me!</li> |
82 | <li>Hover over me!</li> | 90 | <li>Hover over me!</li> |
83 | <li>Hover over me!</li> | 91 | <li>Hover over me!</li> |
92 | <li>Hover over me!</li> | ||
84 | </ul> | 93 | </ul> |
85 | </article> | 94 | </article> |
86 | </slide> | 95 | </slide> |
@@ -143,11 +152,7 @@ function helloWorld(world) { | |||
143 | </style> | 152 | </style> |
144 | </pre> | 153 | </pre> |
145 | <pre class="prettyprint" data-lang="html"> | 154 | <pre class="prettyprint" data-lang="html"> |
146 | <!DOCTYPE html> | ||
147 | <html> | 155 | <html> |
148 | <head> | ||
149 | <title>My Awesome Page</title> | ||
150 | </head> | ||
151 | <body> | 156 | <body> |
152 | <p>Hello world</p> | 157 | <p>Hello world</p> |
153 | <body> | 158 | <body> |