aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorEric Bidelman2012-04-06 16:26:23 -0700
committerEric Bidelman2012-04-06 16:26:23 -0700
commit321272492eaf2afe377a806ad666acdcb98ec658 (patch)
treec1b370981c9c4d7bceb58557c26bbacc0dbdd88e /template.html
parentde7412e5f6f208cb07519038d4537cf5fe467031 (diff)
downloadio-slides-remote-321272492eaf2afe377a806ad666acdcb98ec658.tar.gz
Adding compass/sass. Fixing slide # logic. Fixing slide # at bottom off slide. Fixigin prettify logic when it is false
Diffstat (limited to 'template.html')
-rw-r--r--template.html118
1 files changed, 59 insertions, 59 deletions
diff --git a/template.html b/template.html
index 74220cc..3100726 100644
--- a/template.html
+++ b/template.html
@@ -1,69 +1,69 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html> 2<html>
3 <head> 3<head>
4 <title>Title</title> 4 <title>Title</title>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <meta http-equiv="X-UA-Compatible" content="chrome=1"> 6 <meta http-equiv="X-UA-Compatible" content="chrome=1">
7 </head> 7</head>
8 <body style="display: none"> 8<body style="display: none">
9 <slides> 9 <slides>
10 <slide> 10 <slide>
11 A Slide 11 A Slide
12 </slide> 12 </slide>
13 13
14 <slide> 14 <slide>
15 A Slide 15 A Slide
16 </slide> 16 </slide>
17 17
18 <slide> 18 <slide>
19 A Slide 19 A Slide
20 </slide> 20 </slide>
21 21
22 <slide> 22 <slide>
23 A Slide 23 A Slide
24 </slide> 24 </slide>
25 </slides> 25 </slides>
26 26
27 <script type="text/slide-config"> 27 <script type="text/slide-config">
28 var slideConfig = { 28 var slideConfig = {
29 // Slide settings 29 // Slide settings
30 settings: { 30 settings: {
31 title: 'A Fancy Slide Deck', 31 title: 'A Fancy Slide Deck',
32 theme: 'default', 32 theme: 'default',
33 hashtag: '#html5', //TODO 33 hashtag: '#html5', //TODO
34 useBuilds: true, 34 useBuilds: true,
35 usePrettify: true, // TODO 35 usePrettify: true,
36 enableSideAreas: true, //TODO 36 enableSideAreas: true, //TODO
37 analytics: 'UA-25678279-1', 37 analytics: 'UA-25678279-1',
38 favIcon: 38 favIcon:
39 'http://tokyo.bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png', 39 'http://tokyo.bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png',
40 onLoad: null, // TODO. function to call onload 40 onLoad: null, // TODO. function to call onload
41 fonts: [ 41 fonts: [
42 'Open Sans:regular,semibold,italic,italicsemibold', 42 'Open Sans:regular,semibold,italic,italicsemibold',
43 'Droid Sans Mono' 43 'Droid Sans Mono'
44 ] 44 ]
45 }, 45 },
46 46
47 // Author information 47 // Author information
48 author: [{ 48 author: [{
49 name: 'Luke Mahe', 49 name: 'Luke Mahe',
50 gplus: 'http://www.google.com' 50 gplus: 'http://www.google.com'
51 }, { 51 }, {
52 name: 'Marcin Wichary', 52 name: 'Marcin Wichary',
53 gplus: 'http://www.google.com' 53 gplus: 'http://www.google.com'
54 }, { 54 }, {
55 name: 'Eric Bidelman', 55 name: 'Eric Bidelman',
56 gplus: 'http://www.google.com' 56 gplus: 'http://plus.ericbidelman.com'
57 }] 57 }]
58 }; 58 };
59 </script> 59 </script>
60 60
61 <script src="slides.js"></script> 61 <script src="js/slides.js"></script>
62 62
63 <!-- Add to slides.js --> 63 <!-- Add to slides.js -->
64 <!--[if IE]> 64 <!--[if IE]>
65 <script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script> 65 <script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
66 <script>CFInstall.check({mode: 'overlay'});</script> 66 <script>CFInstall.check({mode: 'overlay'});</script>
67 <![endif]--> 67 <![endif]-->
68 </body> 68</body>
69</html> 69</html>