diff options
author | Eric Bidelman | 2012-07-11 10:43:37 -0700 |
---|---|---|
committer | Eric Bidelman | 2012-07-11 10:43:37 -0700 |
commit | f208307cbdd403d3fa92a1aae1dc9c094c7ec9d8 (patch) | |
tree | eb8ac9966f182313db6b11e12c2f4fd5bab070b7 /template.html | |
parent | d78d1c5069ecdb6723a8933dbb86f4b7a20c59e9 (diff) | |
download | io-slides-remote-f208307cbdd403d3fa92a1aae1dc9c094c7ec9d8.tar.gz |
Bringing in upstream changes
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/template.html b/template.html index 9d19d59..3560397 100644 --- a/template.html +++ b/template.html | |||
@@ -20,8 +20,9 @@ URL: https://code.google.com/p/io-2012-slides | |||
20 | <link rel="stylesheet" media="all" href="theme/css/default.css"> | 20 | <link rel="stylesheet" media="all" href="theme/css/default.css"> |
21 | <link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="theme/css/phone.css"> | 21 | <link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="theme/css/phone.css"> |
22 | <base target="_blank"> <!-- This amazingness opens all links in a new tab. --> | 22 | <base target="_blank"> <!-- This amazingness opens all links in a new tab. --> |
23 | <script data-main="js/slides" src="js/require-1.0.8.min.js"></script> | ||
23 | </head> | 24 | </head> |
24 | <body> | 25 | <body style="opacity: 0"> |
25 | 26 | ||
26 | <slides class="layout-widescreen"> | 27 | <slides class="layout-widescreen"> |
27 | 28 | ||
@@ -70,6 +71,8 @@ URL: https://code.google.com/p/io-2012-slides | |||
70 | <li>Pressing 'h' highlights code snippets</li> | 71 | <li>Pressing 'h' highlights code snippets</li> |
71 | <li>Pressing 'p' toggles speaker notes (if they're on the current slide)</li> | 72 | <li>Pressing 'p' toggles speaker notes (if they're on the current slide)</li> |
72 | <li>Pressing 'f' toggles fullscreen viewing</li> | 73 | <li>Pressing 'f' toggles fullscreen viewing</li> |
74 | <li>Pressing 'w' toggles widescreen</li> | ||
75 | <li>Pressing 'o' toggles overview mode</li> | ||
73 | <li>Pressing 'ESC' toggles off these goodies</li> | 76 | <li>Pressing 'ESC' toggles off these goodies</li> |
74 | </ul> | 77 | </ul> |
75 | <p>Another list, but items fade as they build:</p> | 78 | <p>Another list, but items fade as they build:</p> |
@@ -393,8 +396,18 @@ function helloWorld(world) { | |||
393 | 396 | ||
394 | </slides> | 397 | </slides> |
395 | 398 | ||
396 | <script src="slide_config.json" defer></script> | 399 | <script> |
397 | <script src="js/slides.js" defer></script> | 400 | var _gaq = _gaq || []; |
401 | _gaq.push(['_setAccount', 'UA-XXXXXXXX-1']); | ||
402 | _gaq.push(['_trackPageview']); | ||
403 | |||
404 | (function() { | ||
405 | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
406 | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
407 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
408 | })(); | ||
409 | </script> | ||
410 | |||
398 | <!--[if IE]> | 411 | <!--[if IE]> |
399 | <script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script> | 412 | <script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script> |
400 | <script>CFInstall.check({mode: 'overlay'});</script> | 413 | <script>CFInstall.check({mode: 'overlay'});</script> |