From affc97dbb1c92ae4b6b9c8baf99a0384f806471e Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Sat, 21 Apr 2012 16:23:05 -0700 Subject: .js to .json --- slide_config.js | 42 ------------------------------------------ slide_config.json | 42 ++++++++++++++++++++++++++++++++++++++++++ template.html | 12 ++++++------ 3 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 slide_config.js create mode 100644 slide_config.json diff --git a/slide_config.js b/slide_config.js deleted file mode 100644 index 9a4a4e3..0000000 --- a/slide_config.js +++ /dev/null @@ -1,42 +0,0 @@ -var SLIDE_CONFIG = { - // Slide settings - settings: { - title: 'Title Goes Here
Up To Two Lines', - subtitle: 'Subtitle Goes Here', - //theme: ['mytheme'], - //hashtag: '#html5', //TODO - useBuilds: true, // Default: true - usePrettify: true, // Default: true - enableSideAreas: true, // Default: true - enableTouch: true, // Default: true if device supports touch. - analytics: 'UA-XXXXXXXX-1', - favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png', - onLoad: null, // TODO. function to call onload - fonts: [ - 'Open Sans:regular,semibold,italic,italicsemibold', - 'Inconsolata' - ] - }, - - // Author information - presenters: [{ - name: 'Firstname Lastname', - company: 'Job Title, Google', - gplus: 'http://plus.google.com/1234567890', - twitter: '@yourhandle', - www: 'http://www.you.com' - }/*, { - name: 'Eric Bidelman', - gplus: 'http://plus.ericbidelman.com', - company: 'Senior Developer Programs Engineer, Google Chrome', - twitter: '@ebidel', - www: 'http://www.ericbidelman.com' - }*/] -}; - -// SPEAKER MODE ---------------------------------------------------------------- -// To turn on the presenter mode (popup), add the presentme=true parameter: -// http://localhost/io-2012-slides/template.html?presentme=true -// -// To disable presenter mode, set presentme=false: -// http://localhost/io-2012-slides/template.html?presentme=false diff --git a/slide_config.json b/slide_config.json new file mode 100644 index 0000000..9a4a4e3 --- /dev/null +++ b/slide_config.json @@ -0,0 +1,42 @@ +var SLIDE_CONFIG = { + // Slide settings + settings: { + title: 'Title Goes Here
Up To Two Lines', + subtitle: 'Subtitle Goes Here', + //theme: ['mytheme'], + //hashtag: '#html5', //TODO + useBuilds: true, // Default: true + usePrettify: true, // Default: true + enableSideAreas: true, // Default: true + enableTouch: true, // Default: true if device supports touch. + analytics: 'UA-XXXXXXXX-1', + favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png', + onLoad: null, // TODO. function to call onload + fonts: [ + 'Open Sans:regular,semibold,italic,italicsemibold', + 'Inconsolata' + ] + }, + + // Author information + presenters: [{ + name: 'Firstname Lastname', + company: 'Job Title, Google', + gplus: 'http://plus.google.com/1234567890', + twitter: '@yourhandle', + www: 'http://www.you.com' + }/*, { + name: 'Eric Bidelman', + gplus: 'http://plus.ericbidelman.com', + company: 'Senior Developer Programs Engineer, Google Chrome', + twitter: '@ebidel', + www: 'http://www.ericbidelman.com' + }*/] +}; + +// SPEAKER MODE ---------------------------------------------------------------- +// To turn on the presenter mode (popup), add the presentme=true parameter: +// http://localhost/io-2012-slides/template.html?presentme=true +// +// To disable presenter mode, set presentme=false: +// http://localhost/io-2012-slides/template.html?presentme=false 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 - +
-

-

-

+

+

+

@@ -378,7 +378,7 @@ function helloWorld(world) {

Important contact information goes here.

- +

@@ -392,7 +392,7 @@ function helloWorld(world) { - + -- cgit v1.2.3