-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathblend.html
More file actions
563 lines (380 loc) · 19.7 KB
/
Copy pathblend.html
File metadata and controls
563 lines (380 loc) · 19.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>L'art de Bricoler</title>
<meta name="description" content="Présentation interactive présentant une expérimentation HTML5 créée par la team Kontest.">
<meta name="author" content="Sylvain Weber" />
<link href="http://fonts.googleapis.com/css?family=Exo:400,700" rel="stylesheet" />
<link href="css/html5.css" rel="stylesheet" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-415654-37']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="impress" class="impress-not-supported">
<div class="fallback-message">
<p>Your browser <b>doesn't support all the features required</b>, so you are presented with a simplified version of this presentation.</p>
<p>For the best experience please use the latest <b>Chrome</b> or <b>Safari</b> browser. Firefox 10 (to be released soon) will also handle it.</p>
</div>
<div class="step" id="home" data-x="-1000" data-y="-1500">
<img style="right: -270px; bottom: 0px;" src="img/bricoler.jpg" height="900" />
<h1 style="color: white; position: absolute">L'art de <span style="font-size: 130px">Bricoler</span></h1>
<p style="color: white; position: absolute; margin-top: 170px">Blend - Octobre 2013<br/>
@sylvainw<br/>
<a style="color:black; font-size: .8em" href="http://www.youtube.com/watch?v=TCeZm5yzN80">Vidéo de la présentation</a><br/>
<a style="color:black; font-size: .8em" href="http://www.youtube.com/watch?v=HpSHcp-B8JY">Version courte</a>
</p>
</div>
<div class="step" id="whoami" data-x="500" data-y="-1500">
<h1>Présentation</h1>
<ul style="margin-top: 50px; list-style-type: none">
<li><b><a href="http://www.linkedin.com/in/sylvainw" style="font-size:1.5em">Sylvain Weber</a> / <a href="http://twitter.com/sylvainw">@sylvainw</a></b></li>
</ul>
<em>"Innover et donner envie d'innover"</em>
<ul style="position: absolute; bottom: 120px; right: 100px; font-size: 2em; list-style-type:none">
<li><img style="position: absolute; right: 300px; bottom: 300px; width: 400px" src="img/dailymotion.jpg" /> 2008</li>
<li><img style="position: absolute; right: 300px; bottom: 130px; width: 400px" src="img/google.png" />2011</li>
<li><img style="position: absolute; right: 300px; bottom: 10px; width: 400px" src="img/logo_kontest.jpg" />2013</li>
<ul>
</div>
<div class="step" id="poll" data-x="2000" data-y="-1500">
<img style="right: -270px; bottom: 0px; top: 0" src="img/bricoler2.jpg" height="900" />
<h1 style="top: 120px; left: -60px; color: white; position: absolute; font-size: 1.8em"><em>Qui bricole<br/> dans la salle ?</em></h1>
</div>
<div class="step" id="quote" data-x="3500" data-y="-1500">
<blockquote style="margin-top: 250px">
<em>Pour explorer le champ des possibles, le bricolage est la méthode la plus efficace.</em>
<footer><strong>— Hubert Reeves, Astrophysicien</strong></footer>
</blockquote>
<img style="position: absolute; right: 99px; bottom: 280px;" src="img/hubert.jpg" />
</div>
<div class="step" id="meetup" data-x="5000" data-y="-1500">
<h1>Du HTML5 et des pizzas !</h1>
<p>Une recette qui fonctionne</p>
<ul>
<li>1er <a href="http://html5meetup.com">meetup HTML5</a> en Février 2012</li>
<li>L'équipe <a href="http://fr.bemyapp.com">BeMyApp</a> m'invite à collaborer</li>
<li>Google, Mozilla, Deezer et bien d'autres</li>
<li><b>12</b> meetups, <b>+1500</b> membres, <b>250</b> chaque mois</li>
</ul>
<img style="position: absolute; right: 653px; bottom: 120px; height: 217px" src="img/john_karp.jpg" />
<img style="position: absolute; right: 310px; bottom: 120px; height: 217px" src="img/meetup4.jpg" />
<img style="position: absolute; right: -54px; bottom: 120px; height: 217px" src="img/meetup5.jpg" />
</div>
<div class="step" id="oneyear" data-x="6500" data-y="-1500">
<h1>Mais il y a un problème</h1>
<ul>
<li>Démos issues de la scène US</li>
<li>L'audience reste spectateur</li>
<li>Sommes-nous <b>moins bons, moins motivés ?</b></li>
</ul>
<img style="position: absolute; right: 99px; bottom: 64px; height: 390px" src="img/ralph.gif" />
</div>
<div class="step" id="no" data-x="8000" data-y="-1500" style="background-color: red; width: 1500px">
<h1 style="font-size: 10em; width: 1000px; margin-top: 100px; text-align:center; margin-left: -100px; color: white; width: 1500px">NON !</h1>
</div>
<div class="step" id="think" data-x="9500" data-y="-1500">
<h1>Alors, on va se détendre</h1>
<ol style="width: 1000px">
<li><b>Constat n°1</b> : C'est la crise</li>
<li><b>Constat n°2</b> : Nous sommes un vieux pays</li>
<li><b>Constat n°3</b> : <em><a href="http://www.youtube.com/watch?v=_tjYoKCBYag">La vie est dangereuse, on risque de mourir !</a></em></li>
</ol><a href="http://paris.blog.lemonde.fr/a-propos/"><img style="position: absolute; right: 0px; bottom: 274px; height: 230px; border: 20px solid yellow" src="img/peter_gabor.jpg" /></a>
<img style="position: absolute; right: 300px; bottom: 93px; height: 430px" src="img/balneo.jpg" />
</div>
<div class="step" id="innovate" data-x="11000" data-y="-1500">
<h1>Donner envie d'innover ?</h1>
<ol>
<li>Ne plus présenter le travail des autres</li>
<li>Innover par moi-même</li>
<li>En parler au meetup</li>
<li>Observer les réactions</li>
</ol>
<img style="position: absolute; right: 300px; bottom: 93px; height: 330px" src="img/accident.jpg" />
</div>
<div class="step" id="ddrPlay" data-x="12500" data-y="-1500">
<h1>Dance Dance Revolution</h1>
<img style="position: absolute; right: 59px; bottom: 100px; height: 600px" src="img/ddrPlay.png" />
<p style="position: absolute; right: -559px; bottom: -300px; font-size: 1000px">+</p>
</div>
<div class="step" id="america" data-x="14000" data-y="-1500">
<h1>Walk across America</h1>
<img style="position: absolute; right: 109px; bottom: 100px; height: 600px" src="img/walk.jpg" />
</div>
<div class="step" id="before" data-x="16500" data-y="-1500">
<h1>Pré-requis</h1>
<ol>
<li>Récupérer le tapis chez ma sœur</li>
<li>Vérifier la prise en charge de la manette</li>
<li>Varier la vitesse d'une vidéo HTML5</li>
</ol>
<p>OK ? <strong>JUST DO IT !</strong></p>
<img style="position: absolute; right: 99px; bottom: 64px; height: 300px" src="img/ddr.png" />
<img style="position: absolute; right: 430px; bottom: 64px;" src="img/usb.jpg" />
</div>
<div class="step" id="demo" data-x="18000" data-y="-1500">
<h1>Running Spree !</h1>
<iframe style="margin-top:50px" width="800" height="480" src="http://www.youtube.com/embed/ZBceuwwKLZc" frameborder="0" allowfullscreen></iframe>
© Vidéo verticale : <a href="mailto:john@bemyapp.com">john@bemyapp.com</a>
</div>
<div class="step" id="opportunity" data-x="19500" data-y="-1500">
<h1>Ça a du bon de Bricoler</h1>
<ul>
<li>Participation à <a href="http://parleys.com/play/517c6cb6e4b0c6dcd954647b">Devoxx</a> Paris</li>
<li>Des calories perdues sur le Stand Google</li>
<li>Présence à BLEND !</li>
</ul>
<img style="position: absolute; left: -70px; bottom: 100px; height: 400px" src="img/devoxx_sylvain_weber.jpg" />
<iframe style="position:absolute; bottom: 100px; right: -100px" width="500" height="400" src="http://www.youtube.com/embed/54xiszFUsZY" frameborder="0" allowfullscreen></iframe>
</div>
<div class="step" id="lastround" data-x="21000" data-y="-1500">
<h1>3 nouveaux Bricoleurs</h1>
<ol style="font-size: .8em">
<li>
<img style="position: absolute; bottom: 520px; height: 200px; width: 200px; right: 180px" src="img/jm.jpg"/>
<img style="position: absolute; bottom: 520px; height: 200px; width: 250px; right: -80px" src="img/HTML5Hero.png"/>
<strong><a href="http://goo.gl/g944T">HTML5 Hero</a></strong> par <a href="http://twitter.com/_jmpp">@_jmpp</a>
<ul>
<li>Guitar Hero</li>
<li>Gamepad API</li>
<li>Canvas 2D</li>
</ul>
</li>
<li>
<img style="position: absolute; bottom: 300px; height: 200px; width: 200px; right: 180px" src="img/florian2.png"/>
<img style="position: absolute; bottom: 300px; height: 200px; width: 250px; right: -80px" src="img/mingo.png"/>
<strong><a href="http://goo.gl/nwBmG">Mingo</a></strong> par <a href="http://twitter.com/FlorianReneau">@FlorianReneau</a>
<ul>
<li>Jeu multijoueur mobile</li>
<li>PeerJS</li>
<li>Clay.io API</li>
</ul>
</li>
<li>
<img style="position: absolute; bottom: 80px; height: 200px; width: 200px; right: 180px" src="img/vladimir.png"/>
<img style="position: absolute; bottom: 80px; height: 200px; width: 250px; right: -80px" src="img/deezehero_partie_3d_scale.jpg"/>
<strong>Deezer Hero</strong> par <a href="http://twitter.com/vladimirkosmala">@vladimirkosmala</a>
<ul>
<li>Guitar Hero</li>
<li>Deezer API</li>
</ul>
</li>
</ol>
</div>
<div class="step" id="deezer" data-x="22500" data-y="-1500">
<h1>Bricolage #4 : Deezer Hero</h1>
<iframe style="margin-top:50px" width="800" height="480" src="http://www.youtube.com/embed/ml02uX-ioz8" frameborder="0" allowfullscreen></iframe>
</div>
<div class="step" id="process" data-x="24000" data-y="-1500">
<h1>Mode d'emploi</h1>
<ol style="margin-top: 40px; font-size: 50px">
<li>Partir d'une intuition</li>
<li>Bricoler <strong>sans limite</strong></li>
<li>Partager ses trouvailles</li>
<li>Passer le relais</li>
</ol>
<img style="position: absolute; right: -100px; bottom: 60px; height: 378px" src="img/bartHomer.gif" />
</div>
<div class="step" id="startup" data-x="25500" data-y="-1500">
<blockquote style="margin-top: 50px; margin-left: 0; font-weight: bold; font-size: 50px">
<em>Peut-on BRICOLER <br/>dans une startup ?</em>
</blockquote>
<img style="position: absolute; right: 100px; bottom: 100px; width: 750px" src="img/team2013-2.gif" />
</div>
<div class="step" id="kontest" data-x="27000" data-y="-1500">
<h1>C'est quoi <a href="http://kontestapp.com">Kontest</a> ?</h1>
<ul>
<li>Plateforme de création de jeux multicanaux</li>
<li>Basée sur les technos HTML5</li>
<li>Propulsée par une team géniale</li>
</ul>
<img src="img/kontest_multicanal.png" style="bottom: 100px" />
</div>
<div class="step" id="easyjet" data-x="28500" data-y="-1500">
<img style="position: absolute; right: -330px; top: 2px; width: 1750px; opacity: .5" src="img/easyjet.png" />
<blockquote style="position: absolute; margin-top: 50px; margin-left: -50px">
<em>Le monde n'attend pas</em>
<footer><strong>— Easyjet</strong></footer>
</blockquote>
</div>
<div class="step" id="innovation" data-x="30000" data-y="-1500" style="background-color: black; width: 1500px">
<h1 style="text-align: center; color:white">3 ans d'innovation en 1 min</h1>
<iframe style="margin-top: 30px; margin-left: 200px" width="1000" height="600" src="https://player.vimeo.com/video/74685445" frameborder="0" allowfullscreen></iframe>
</div>
<div class="step" id="challenge" data-x="31500" data-y="-1500">
<h1>Notre défi</h1>
<em>Créer une expérience de jeu unique au monde</em>
<img src="img/guiness-record.jpg" height="600" style="bottom: 50px; right: 130px" />
</div>
<div class="step" id="plexio" data-x="33000" data-y="-1500">
<h1>Notre Bricolage : "Plexio"</h1>
<p style="margin-top: 70px">Un jeu de course avec :</p>
<ul style="list-style-type: none; margin-top: 50px">
<li>… des milliers de joueurs<br/><b>WHAT ?</b></li>
<li>… en simultané<br/><b>YOU KIDDING ME ?</b></li>
<li>… dans la même partie<br/><b>OMG !!!</b></li>
</ul>
<img style="right: -100px; bottom: 40px" src="img/sketch_plexio.jpg" />
</div>
<div class="step" id="dreamteam" data-x="34500" data-y="-1500">
<h1>La DreamTeam !</h1>
<ul>
<li>Multiplayer : <b>Arnaud S.</b></li>
<li>Engine : <b>Clément</b></li>
<li>Mobile : <b>Arnaud P.</b></li>
</ul>
<ul style="position: relative; top: -210px; left: 500px">
<li>Social : <b>Mathieu D.</b></li>
<li>Gameplay : <b>Florian</b></li>
<li>Dashboard : <b>Mathieu S.</b></li>
</ul>
<img src="img/team-tech.jpg" height="450" style="bottom:60px" />
</div>
<div class="step" id="first" data-x="36000" data-y="-1500">
<h1>Ça n'a pas été facile</h1>
<ul>
<li><b>4 mois</b> de développement</li>
<li><b>5 développeurs</b> à plein temps</li>
<li>Des technos web encore fragiles sur mobile</li>
</ul>
<img src="img/team-tech-work.jpg" height="400" style="bottom:100px; left: -100px" />
<img src="img/plexio_mobile.jpg" height="400" style="bottom:100px; right: -100px" />
</div>
<div class="step" id="scale" data-x="37500" data-y="-1500">
<h1>1000 joueurs en simultané...</h1>
<ul>
<li>Prédiction complexe côté client</li>
<li>Tests difficiles avec Websocket</li>
<li>Pas de réponse des barbus</li>
</ul>
<img src="img/barbu.jpg" height="450" style="bottom:60px; right: -50px" />
<img src="img/tsung.png" height="450" style="bottom:60px; right: 250px" />
</div>
<div class="step" id="reality" data-x="39000" data-y="-1500">
<h1>On a voulu tester en vrai</h1>
<ul>
<li>Tests quotidiens avec l'équipe</li>
<li><b>20 joueurs</b> atteints à la pépinière</li>
</ul>
<iframe style="margin-top:30px" width="800" height="480" src="http://www.youtube.com/embed/ihmBllOJs8k" frameborder="0" allowfullscreen></iframe>
</div>
<div class="step" id="criteo" data-x="40500" data-y="-1500">
<img style="right: -170px; bottom: 2px; height: 900px" src="img/meetup_criteo.jpg" />
<img style="right: -150px; bottom: 70px; height: 250px; border: 10px solid white" src="img/34_players.jpg" />
<h1 style="color: white; position: absolute;">Record à battre</h1>
<ul style="color: white; position: absolute; top: 200px; list-style-type: none">
<li>1 borne Wifi</li>
<li style="font-size: 2em;"><b>34 joueurs</b></li>
</ul>
</div>
<div class="step" id="testing" data-x="42000" data-y="-1500">
<h1>Nous pouvons faire mieux !</h1>
<ul>
<li>6 Access Point dual radio</li>
<li>Wifi a/b/g/n</li>
<li>600 connexions simultanées</li>
<li>lien Internet à 60 Mbps</li>
<ul>
<img src="img/blend.jpg" height="450" style="bottom:60px; right: -240px" />
<a href="http://www.zdnet.fr/actualites/le-centre-de-congres-de-lyon-leader-en-europe-pour-son-infrastructure-ip-et-sa-connectivite-internet-39789340.htm"><img src="img/zdnet_lyon.png" height="350" style="top:200px; right: -150px; border: 10px solid white" /></a>
</div>
<div class="step" id="in1min" data-x="43500" data-y="-1500">
<h1>Avertissement</h1>
<ul>
<li>Il s'agit d'une expérimentation</li>
<li>1 min avec 500 joueurs :
<ul style="margin-left: 30px">
<li><b>500 connexions</b> FBLogin déclenchées</li>
<li><b>250.000 avatars</b> téléchargés</li>
<li><b>100.000 échanges</b> avec le serveur</li>
</ul>
<li style="margin-top: 20px"><b>ÇA VA PLANTER !</b><br/>la question c'est quand ?</li>
</ul>
<img src="img/simpson_twitter.jpg" height="300" style="bottom: 70px; right: -50px" />
</div>
<div class="step" id="disclaimer" data-x="45000" data-y="-1500">
<h1>Braver l'impossible</h1>
<ol>
<li>Impossible d'accéder au Wifi</li>
<li>Impossible de charger le jeu</li>
<li>Impossible de charger les avatars</li>
<li>Impossible de lancer la partie, de jouer</li>
<li>Impossible de voir son avatar avancer</li>
<li>Impossible de voir les scores à la fin. Etc.</li>
</ol>
<img src="img/impossible.jpg" height="300" style="bottom: 10px; right: 250px" />
</div>
<div class="step" id="setup" data-x="46500" data-y="-1500">
<h1>Derniers préparatifs</h1>
<ul>
<li>Avoir un compte Facebook</li>
<li><b>Sur iOS</b> : Safari > Raccourci sur l'écran d'accueil</li>
<li><b>Sur Android</b> : Google Chrome seulement</li>
<li>Autres : <strong><em>C'est pas ma guerre, colonel !</em></strong></li>
</ul>
<img src="img/rambo.jpg" height="400" width="600" style="bottom: 10px; right: 200px" />
</div>
<div class="step" id="mobile" data-x="48000" data-y="-1500" style="background-color: green; width: 1500px">
<h1 style="font-size: 5em; width: 1000px; margin-top: 100px; text-align:center; margin-left: -100px; color: white; width: 1500px">SORTEZ VOS MOBILES</h1>
<p style="text-align:center"><a href="http://plex.io">Démo</a></p>
</div>
<div class="step" id="progress" data-x="49500" data-y="-1500">
<h1 style="font-size: 1.6em">Scale and Drink</h1>
<ul style="margin-top: 50px; margin-left: 100px; font-size: 1.2em">
<li><b>500</b> joueurs</li>
<li><b>250</b> joueurs</li>
<li><b>100</b> joueurs</li>
<li><b>50</b> joueurs</li>
<li><b>25</b> joueurs</li>
<li><b>10</b> joueurs</li>
</ul>
<p style="position:absolute; bottom:100px; left: 50px"><b>Arnaud fête chaque test réussi avec un SHOT !</b></p>
<img src="img/shot2.jpg" height="500" style="top:200px; right: 80px" />
</div>
<div class="step" id="congratulation" data-x="51000" data-y="-1500">
<blockquote style="margin-top: 50px; margin-left: 0; font-weight: bold; font-size: 45px">
<em>BRAVO À L'ÉQUIPE !</em>
</blockquote>
<img src="img/night.jpg" height="400" style="bottom:300px; right: 300px" />
<img src="img/dead.jpg" height="400" style="bottom:30px; right: 400px" />
<img src="img/pizza.jpg" height="400" style="bottom:270px; right: 10px" />
<a style="position: absolute; bottom:200px; right: 50px" href="http://www.zenconnect.fr">
Nos experts Wifi<br/>
<img src="img/zenconnect.png" height="130" style="top: 60px" />
</a>
</div>
<div class="step" id="feedbacks" data-x="52500" data-y="-1500">
<h1>Ce n'est que le début...</h1>
<ul style="margin-top: 250px">
<li>Bientôt sur les Stores</li>
<li><a href="mailto:feedback@plex.io">feedback@plex.io</a></li>
<li>Suivez l'aventure : <br/><a href="http://plex.io"><b>http://plex.io</b></a></li>
</ul>
<a style="position: absolute; bottom:0px; right: -70px" href="http://plex.io"><img src="img/plexio_site.png" width="550" /></a>
</div>
<div class="step" id="chaplin" data-x="54000" data-y="-1500">
<blockquote style="margin-top: 250px; margin-left: -100px">
<em>Du chaos naissent les étoiles.</em>
<footer><strong>— Charlie Chaplin</strong></footer>
</blockquote>
<img style="position: absolute; right: -270px; bottom: 2px;" src="img/charlot.png" />
</div>
<div class="step" id="end" data-x="-3000" data-y="0" data-z="10000">
<p>A votre tour de bricoler.</p>
<h1>Merci</h1>
<p>
Tweetez cette Présentation<br/> <b style="font-size: 3em"><a href="http://www.twitter.com/share?url=http://goo.gl/bNy4So">goo.gl/bNy4So</a></b>
</p>
</div>
</div>
<script src="js/impress.js"></script>
</body>
</html>