aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorEric Bidelman2012-04-19 10:09:05 -0700
committerEric Bidelman2012-04-19 10:09:05 -0700
commit18f0966bd4e84e73dda6be96879bb73efb173c64 (patch)
tree7730ee9784bae859bf5b07eccf4fea1aee960b68 /template.html
parent8aacb2e2406673a3c2848f522b1982bd1e5e774b (diff)
downloadio-slides-remote-18f0966bd4e84e73dda6be96879bb73efb173c64.tar.gz
Using more of modernizr and getting rid of polyfill deps
Diffstat (limited to 'template.html')
-rw-r--r--template.html20
1 files changed, 7 insertions, 13 deletions
diff --git a/template.html b/template.html
index 9b9e5be..d3e6f0a 100644
--- a/template.html
+++ b/template.html
@@ -66,9 +66,10 @@ URL: https://code.google.com/p/io-2012-slides
66 <article> 66 <article>
67 <p>A list where items build:</p> 67 <p>A list where items build:</p>
68 <ul class="build"> 68 <ul class="build">
69 <li>Pressing 'h' will highlight code snippets</li> 69 <li>Pressing 'h' highlights code snippets</li>
70 <li>Pressing 'p' will toggle speaker notes on the current slide</li> 70 <li>Pressing 'p' toggles speaker notes (if they're on the current slide)</li>
71 <li>Pressing 'f' will toggle fullscreen viewing</li> 71 <li>Pressing 'f' toggles fullscreen viewing</li>
72 <li>Pressing 'ESC' toggles off these goodies</li>
72 </ul> 73 </ul>
73 <p>Another list, but items fade as they build:</p> 74 <p>Another list, but items fade as they build:</p>
74 <ul class="build fade"> 75 <ul class="build fade">
@@ -85,14 +86,8 @@ URL: https://code.google.com/p/io-2012-slides
85 </hgroup> 86 </hgroup>
86 <article class="smaller"> 87 <article class="smaller">
87 <ul> 88 <ul>
88 <li>Titles are formatted as Open Sans with bold applied and font size is set at 45</li> 89 <li>All <a href="http://google.com">links</a> open in new tabs.</li>
89 <li>Title capitalization is title case 90 <li>To change that this, add <code>target="_self"</code> to the link.</li>
90 <ul>
91 <li>Subtitle capitalization is title case</li>
92 </ul>
93 </li>
94 <li>Subtitle capitalization is title case</li>
95 <li>All <a href="http://google.com">links</a> open in new tabs. To change that add a <code>target="_self"</code>.</li>
96 </ul> 91 </ul>
97 </article> 92 </article>
98 </slide> 93 </slide>
@@ -398,9 +393,8 @@ function helloWorld(world) {
398</slides> 393</slides>
399 394
400<script src="slide_config.js" defer></script> 395<script src="slide_config.js" defer></script>
401<script src="js/modernizr.custom.76029.js" defer></script> 396<script src="js/modernizr.custom.45394.js" defer></script>
402<script src="js/prettify/prettify.js" defer></script> 397<script src="js/prettify/prettify.js" defer></script>
403<script src="js/yepnope.1.5.3-min.js" defer></script>
404<script src="js/hammer.js" defer></script> 398<script src="js/hammer.js" defer></script>
405<script src="js/slide-controller.js" defer></script> 399<script src="js/slide-controller.js" defer></script>
406<script src="js/slides.js" defer></script> 400<script src="js/slides.js" defer></script>