aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'template.html')
-rw-r--r--template.html13
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&lt;/style&gt; 152&lt;/style&gt;
144</pre> 153</pre>
145<pre class="prettyprint" data-lang="html"> 154<pre class="prettyprint" data-lang="html">
146&lt;!DOCTYPE html>
147&lt;html> 155&lt;html>
148&lt;head>
149 &lt;title>My Awesome Page&lt;/title>
150&lt;/head>
151&lt;body> 156&lt;body>
152 &lt;p&gt;Hello world&lt;/p&gt; 157 &lt;p&gt;Hello world&lt;/p&gt;
153&lt;body> 158&lt;body>