diff options
author | Eric Bidelman | 2012-04-21 16:23:05 -0700 |
---|---|---|
committer | Eric Bidelman | 2012-04-21 16:23:05 -0700 |
commit | affc97dbb1c92ae4b6b9c8baf99a0384f806471e (patch) | |
tree | 673d96e1ce183e8fd8fdf136f7ba1b9c19a63cf5 /template.html | |
parent | 270d954981b250e62db9734898c66c50dade512f (diff) | |
download | io-slides-remote-affc97dbb1c92ae4b6b9c8baf99a0384f806471e.tar.gz |
.js to .json
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/template.html b/template.html index d3e6f0a..de1692b 100644 --- a/template.html +++ b/template.html | |||
@@ -32,11 +32,11 @@ URL: https://code.google.com/p/io-2012-slides | |||
32 | 32 | ||
33 | <slide class="title-slide segue nobackground"> | 33 | <slide class="title-slide segue nobackground"> |
34 | <aside class="gdbar"><img src="images/google_developers_icon_128.png"></aside> | 34 | <aside class="gdbar"><img src="images/google_developers_icon_128.png"></aside> |
35 | <!-- The content of this hgroup is replaced programmatically through the slide_config.js. --> | 35 | <!-- The content of this hgroup is replaced programmatically through the slide_config.json. --> |
36 | <hgroup class="auto-fadein"> | 36 | <hgroup class="auto-fadein"> |
37 | <h1 data-config-title><!-- populated from slide_config.js --></h1> | 37 | <h1 data-config-title><!-- populated from slide_config.json --></h1> |
38 | <h2 data-config-subtitle><!-- populated from slide_config.js --></h2> | 38 | <h2 data-config-subtitle><!-- populated from slide_config.json --></h2> |
39 | <p data-config-presenter><!-- populated from slide_config.js --></p> | 39 | <p data-config-presenter><!-- populated from slide_config.json --></p> |
40 | </hgroup> | 40 | </hgroup> |
41 | </slide> | 41 | </slide> |
42 | 42 | ||
@@ -378,7 +378,7 @@ function helloWorld(world) { | |||
378 | <p>Important contact information goes here.</p> | 378 | <p>Important contact information goes here.</p> |
379 | </article> | 379 | </article> |
380 | <p class="auto-fadein" data-config-contact> | 380 | <p class="auto-fadein" data-config-contact> |
381 | <!-- populated from slide_config.js --> | 381 | <!-- populated from slide_config.json --> |
382 | </p> | 382 | </p> |
383 | </slide> | 383 | </slide> |
384 | 384 | ||
@@ -392,7 +392,7 @@ function helloWorld(world) { | |||
392 | 392 | ||
393 | </slides> | 393 | </slides> |
394 | 394 | ||
395 | <script src="slide_config.js" defer></script> | 395 | <script src="slide_config.json" defer></script> |
396 | <script src="js/modernizr.custom.45394.js" defer></script> | 396 | <script src="js/modernizr.custom.45394.js" defer></script> |
397 | <script src="js/prettify/prettify.js" defer></script> | 397 | <script src="js/prettify/prettify.js" defer></script> |
398 | <script src="js/hammer.js" defer></script> | 398 | <script src="js/hammer.js" defer></script> |