diff options
author | Pacien TRAN-GIRARD | 2014-06-16 19:30:53 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-06-16 19:30:53 +0200 |
commit | add331408b0f207b82f3ec1b76251c700197e807 (patch) | |
tree | efee398fbd8811adbad16dbe98b1b0506dddc363 /slides/intermediaire/slide_config.js | |
parent | c59a0f4780502c949c0d19287bea51a4c40fb109 (diff) | |
download | labviewplayer-master.tar.gz |
Diffstat (limited to 'slides/intermediaire/slide_config.js')
-rw-r--r-- | slides/intermediaire/slide_config.js | 50 |
1 files changed, 50 insertions, 0 deletions
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 @@ | |||
1 | var SLIDE_CONFIG = { | ||
2 | // Slide settings | ||
3 | settings : { | ||
4 | title : 'Avancement du projet', | ||
5 | subtitle : 'PR-1001 - Programmation d\'appareil de mesure', | ||
6 | // eventInfo: { | ||
7 | // title: 'Google I/O', | ||
8 | // date: '6/x/2013' | ||
9 | // }, | ||
10 | useBuilds : true, // Default: true. False will turn off slide | ||
11 | // animation builds. | ||
12 | usePrettify : true, // Default: true | ||
13 | enableSlideAreas : true, // Default: true. False turns off the click | ||
14 | // areas on either slide of the slides. | ||
15 | enableTouch : true, // Default: true. If touch support should enabled. | ||
16 | // Note: the device must support touch. | ||
17 | // analytics: 'UA-XXXXXXXX-1', // TODO: Using this breaks GA for some | ||
18 | // reason (probably requirejs). Update your tracking code in | ||
19 | // template.html instead. | ||
20 | favIcon : 'images/google_developers_logo_tiny.png', | ||
21 | fonts : [ 'Open Sans:regular,semibold,italic,italicsemibold', | ||
22 | 'Source Code Pro' ], | ||
23 | // theme: ['mytheme'], // Add your own custom themes or styles in | ||
24 | // /theme/css. Leave off the .css extension. | ||
25 | remoteSocket : "https://webcastor.herokuapp.com/", | ||
26 | remoteChannel : "HV4T2UTW", | ||
27 | }, | ||
28 | |||
29 | // Author information | ||
30 | presenters : [ { | ||
31 | name : 'Pacien TRAN-GIRARD', | ||
32 | company: '' | ||
33 | }, | ||
34 | { | ||
35 | name: 'Timothée PALLOT', | ||
36 | company: '' | ||
37 | }, | ||
38 | { | ||
39 | name: 'Olivier DA ROCHA', | ||
40 | company: '' | ||
41 | }, | ||
42 | { | ||
43 | name: 'Benoît LUBRANO', | ||
44 | company: '' | ||
45 | }/* | ||
46 | * , { name: 'Second Name', company: 'Job Title, Google', gplus: | ||
47 | * 'http://plus.google.com/1234567890', twitter: '@yourhandle', www: | ||
48 | * 'http://www.you.com', github: 'http://github.com/you' } | ||
49 | */] | ||
50 | }; | ||