From add331408b0f207b82f3ec1b76251c700197e807 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Mon, 16 Jun 2014 19:30:53 +0200 Subject: Import slides --- slides/intermediaire/slide_config.js | 50 ++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 slides/intermediaire/slide_config.js (limited to 'slides/intermediaire/slide_config.js') diff --git a/slides/intermediaire/slide_config.js b/slides/intermediaire/slide_config.js new file mode 100644 index 0000000..1b69520 --- /dev/null +++ b/slides/intermediaire/slide_config.js @@ -0,0 +1,50 @@ +var SLIDE_CONFIG = { + // Slide settings + settings : { + title : 'Avancement du projet', + subtitle : 'PR-1001 - Programmation d\'appareil de mesure', + // eventInfo: { + // title: 'Google I/O', + // date: '6/x/2013' + // }, + useBuilds : true, // Default: true. False will turn off slide + // animation builds. + usePrettify : true, // Default: true + enableSlideAreas : true, // Default: true. False turns off the click + // areas on either slide of the slides. + enableTouch : true, // Default: true. If touch support should enabled. + // Note: the device must support touch. + // analytics: 'UA-XXXXXXXX-1', // TODO: Using this breaks GA for some + // reason (probably requirejs). Update your tracking code in + // template.html instead. + favIcon : 'images/google_developers_logo_tiny.png', + fonts : [ 'Open Sans:regular,semibold,italic,italicsemibold', + 'Source Code Pro' ], + // theme: ['mytheme'], // Add your own custom themes or styles in + // /theme/css. Leave off the .css extension. + remoteSocket : "https://webcastor.herokuapp.com/", + remoteChannel : "HV4T2UTW", + }, + + // Author information + presenters : [ { + name : 'Pacien TRAN-GIRARD', + company: '' + }, + { + name: 'Timothée PALLOT', + company: '' + }, + { + name: 'Olivier DA ROCHA', + company: '' + }, + { + name: 'Benoît LUBRANO', + company: '' + }/* + * , { name: 'Second Name', company: 'Job Title, Google', gplus: + * 'http://plus.google.com/1234567890', twitter: '@yourhandle', www: + * 'http://www.you.com', github: 'http://github.com/you' } + */] +}; -- cgit v1.2.3