From ca26979ec3e0f76c6623e9b488bfb976cd976566 Mon Sep 17 00:00:00 2001
From: Eric Bidelman
Date: Mon, 9 Apr 2012 19:23:37 -0700
Subject: Contact info config hooked up
---
template.html | 39 ++++++++++++++++++++++-----------------
1 file changed, 22 insertions(+), 17 deletions(-)
(limited to 'template.html')
diff --git a/template.html b/template.html
index afac672..b0e2dc6 100644
--- a/template.html
+++ b/template.html
@@ -25,13 +25,11 @@ URL: https://code.google.com/p/io-2012-slides
- Speaker NameTitle Goes Here
- Subtitle Goes Here
-
- Title
-
Important contact information goes here.
-
- Insert contact info
+
+
@@ -208,7 +206,8 @@ function helloWorld(world) { var slideConfig = { // Slide settings settings: { - title: 'A Fancy Slide Deck - Google IO 2012', + title: 'Title Goes Here', + subtitle: 'Subtitle Goes Here', theme: 'default', hashtag: '#html5', //TODO useBuilds: true, @@ -224,13 +223,19 @@ function helloWorld(world) { }, // Author information - author: [{ - name: 'Luke Mahe', - gplus: 'http://www.google.com' - }, { + 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' - }] + gplus: 'http://plus.ericbidelman.com', + company: 'Senior Developer Programs Engineer, Google Chrome', + twitter: '@ebidel', + www: 'http://www.ericbidelman.com' + }*/] }; -- cgit v1.2.3