-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
452 lines (414 loc) · 26 KB
/
index.html
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Conférence Agile Laval">
<meta name="author" content="">
<title>Agile Laval</title>
<!-- Bootstrap Core CSS -->
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Fonts -->
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Custom Theme CSS -->
<link href="css/grayscale.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/jquery.flipcountdown.css" />
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="http://www.agilelaval.org/">
<i class="fa fa-spinner"></i> <span class="light">< Agile</span> Laval 2020
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#about">À propos</a>
</li>
<li class="page-scroll">
<a href="#videos">Videos</a>
</li>
<li class="page-scroll">
<a href="#programme">Programme</a>
</li>
<li class="page-scroll">
<a href="#Sponsors">Sponsors </a>
</li>
<li class="page-scroll">
<a href="#Partenaires">Partenaires</a>
</li>
<li class="page-scroll">
<a href="#contact">Contact</a>
</li>
<!-- <li class="page-scroll">
<a href="http://www.agilelaval.org/presentations/">Présentations</a>
<a href="#presentations">Présentations</a>
</li>-->
<li class="page-scroll">
<a href="#venue">Localisation</a>
</li>
<!-- <li class="page-scroll">
<a href="#Presse">Presse</a>
</li>-->
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<section class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<img class="img-responsive col-sm-4 col-sm-offset-4" src="img/LogoAgileLaval2.png" alt="Agile Laval" />
<!-- <img class="img-responsive col-sm-4 col-sm-offset-4" src="img/LogoAgileLaval1.png" alt="Agile Laval" />-->
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1>6ème édition de la journée Agile Laval </h1>
<h1> Jeudi 28 juin 2018, IUT de Laval</h1>
<p class="intro-text">
<table style="float: none; margin: 0 auto;">
<tbody>
<tr>
<td colspan="4"><div id="flipcountdownbox"></div></td>
</tr>
<tr>
<td style="width: 80px; text-align: center;">jours</td>
<td style="width: 80px; text-align: center;">heures</td>
<td style="width: 80px; text-align: center;">min</td>
<td style="width: 80px; text-align: center;">sec</td>
</tr>
</tbody>
</table>
</p>
<p class="intro-text">
<!-- <a href="https://docs.google.com/forms/d/e/1FAIpQLSd3PZKGJ_aUdv_4ZeMNRgRP8xSDxn4kb5bkipw9W6PqRevfFg/viewform" class="btn btn-default btn-lg" >Appel à orateurs</a><br/> -->
<a href="https://www.weezevent.com/agilelaval-2018" target="_blank" class="btn btn-default btn-lg">Inscriptions</a><br/>
<a href="#carpooling" class="btn btn-default btn-lg">Covoiturage</a><br/>
<!--
<a href="https://docs.google.com/forms/d/e/1FAIpQLSf9drnnD-MfPBnHB7TMFFUztf6HNSDm2HM_f4eOdPxCwKJCWQ/viewform" class="btn btn-default btn-lg" >Appel à orateurs (ouvert jusqu'au dimanche 14 mai)</a><br/>
-->
<!-- <a href="pdf/AgileLavalSponsors2018.pdf" class="btn btn-default btn-lg">Appel à sponsoring</a>-->
<!--<a href="pdf/programme_consultation.pdf" class="btn btn-default btn-lg">Programme PDF</a>-->
<!--
<a href="https://www.weezevent.com/agile-laval-2016" class="btn btn-default btn-lg">Inscription gratuite</a>
<a href="pdf/AgileLaval2016Supportsdesorateurs.pdf" class="btn btn-default btn-lg">Support des sessions</a>
-->
</p>
<div class="page-scroll">
<a href="#about" class="btn btn-circle">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="videos" class="container content-section text-center">
<div class="row">
<a href="http://umotion.univ-lemans.fr/video/3566-agile-laval-2018-video-de-la-journee/" target="_blank"
class="btn btn-default btn-lg">Vidéo de la journée</a>
<a href="http://umotion.univ-lemans.fr/video/3568-agile-laval-2018-keynote-le-projet-aristote/" target="_blank"
class="btn btn-default btn-lg">Keynote : Le projet Aristote</a>
<a href="http://umotion.univ-lemans.fr/video/3569-agile-laval-2018-keynote-le-bonheur-est-dans-le-pret/" target="_blank"
class="btn btn-default btn-lg">Keynote : Le bonheur est dans le pret</a>
<br/>
<br/>
<a href="http://umotion.univ-lemans.fr/video/3567-agile-laval-2018-un-point-cest-tout/" target="_blank"
class="btn btn-default btn-lg">Un point c'est tout</a>
<a href="http://umotion.univ-lemans.fr/video/3570-agile-laval-2018-noublie-pas-dapprendre/" target="_blank"
class="btn btn-default btn-lg">N'oublies pas d'apprendre</a>
<a href="http://umotion.univ-lemans.fr/video/3571-agile-laval-2018-passez-du-leader-cheap-au-leadership/" target="_blank"
class="btn btn-default btn-lg">Passez du leader cheap au leadership</a>
<div class="col-lg-8 col-lg-offset-2">
<iframe id="ytplayer" type="text/html" width="640" height="360"
src="https://www.youtube.com/embed/-3Cg_0KHq3Q?autoplay=0&origin=http://www.agilelaval.org"
frameborder="0"></iframe>
</div>
</div>
</section>
<section id="about" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<!-- <h2>À propos d'Agile Laval</h2> -->
<p>L'<a href="http://agilemanifesto.org/iso/fr/manifesto.html">agilité</a> avec l'ensemble de ses valeurs, de ses principes, de ses
méthodes et pratiques, se diffuse progressivement dans nos environnements de
travail et dans l'enseignement.</p>
<p>La 6ème édition de la conférence AgileLaval 2018 sera encore cette année l’évènement agile incontournable de la région. C'est le rendez-vous pour tous les professionnels, les enseignants et les étudiants qui souhaiteraient savoir comment s'y prendre, découvrir, échanger, apprendre, expérimenter, tester, approfondir leurs connaissances, ou simplement discuter autour de l’agilité.</p>
<p>Novices ou experts, curieux ou praticiens, venez donc partager et échanger sur des thématiques agiles.
<p> Pour l’édition 2018, les thèmes particulièrement mis en lumière sont les suivants:<br>
<UL TYPE="square">
<LI>Les bases de l’agilité
<LI>Les nouvelles méthodes pédagogiques et l’agilité (EduScrum, classe inversée, éducation positive, enseignant-coach...
<LI>le Management Agile, la programmation agile, le Lean IT, Lean Startup, Scrum, Kanban, eXtreme Programming...
</UL>
</p>
</div>
</div>
</section>
<section id="programme" class="content-section text-center">
<div class="programme-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Programme</h2>
<!-- <h3>À venir…</h3> -->
</div>
<img class="img-portfolio img-responsive" src="img/Programme30mai2018.png" alt="Programme">
</div>
</div>
</section>
<section id="Sponsors" class="content-section text-center">
<div class="Sponsors-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Sponsors</h2>
<div class="well">
<div class="row">
<!--
<img class="center-block img-responsive" src="img/sponsors/ozytis.png" alt="Ozytis" />
<img class="center-block img-responsive" src="img/sponsors/open.png" alt="Open" />
<img class="center-block img-responsive" src="img/sponsors/infotel.png" alt="Infotel" />
<img class="center-block img-responsive" src="img/sponsors/emergitude.jpg" alt="Émergitude" />
-->
<!--
<img class="center-block img-responsive" src="img/sponsors/acial.png" alt="acial">
<img class="center-block img-responsive" src="img/sponsors/jouve.png" alt="jouve">
<img class="center-block img-responsive" src="img/sponsors/shortways.png" alt="shortways">
<img class="center-block img-responsive" src="img/sponsors/sogeti.jpg" alt="sogeti">
-->
<!-- <img class="center-block img-responsive" src="img/Partenaires/logoIUTLAVAL.jpg" alt="IUT de Laval" />
-->
<a class="col-sm-4" href="http://www.iut-laval.univ-lemans.fr/" title="IUT de Laval" target="_blank">
<img class="img-responsive" src="img/Partenaires/logoIUTLAVAL.jpg" alt="IUT de Laval" />
</a>
<a class="col-sm-4" href="https://www.all4tec.net/" title="ALL4tec" target="_blank">
<img class="center-block img-responsive" src="img/sponsors/All4tecLOGO.png" alt="ALL4tec">
</a>
<a class="col-sm-4" href="http://www.infotel.com//" title="infotel" target="_blank">
<img class="center-block img-responsive" src="img/sponsors/Infotel_logoPNG.png" alt="infotel">
</a>
<div class="clearfix visible-sm-block"></div>
<a class="col-sm-4" href="https://www.softeamdigital.fr/" title="SOFTEAM Digital Ouest" target="_blank">
<img class="center-block img-responsive" src="img/sponsors/SOFTEAM.png" alt="SOFTEAM Digital Ouest">
</a>
<a class="col-sm-4" href="http://www.agilitic.fr/" title="Agilitic" target="_blank">
<img class="center-block img-responsive" src="img/sponsors/Agilitic.png" alt="Agilitic">
</a>
<a class="col-sm-4" href="http://www.kereval.com/" title="Kereval" target="_blank">
<img class="center-block img-responsive" src="img/sponsors/Kereval.png" alt="Kereval">
</a>
<a class="col-sm-4" href="https://www.jouve.com/" title="Jouve" target="_blank">
<img class="center-block img-responsive" src="img/sponsors/LogoJouve.jpeg" alt="Jouve">
</a>
<div class="clearfix visible-sm-block"></div>
<a class="col-sm-4" href="https://www.neo-soft.fr/" title="Neo Soft" target="_blank">
<img class="center-block img-responsive" src="img/sponsors/LogoNeoSoft.png" alt="Neo Soft">
</a>
<a class="col-sm-4" href="https://www.apside.com/" title="Apside" target="_blank">
<img class="center-block img-responsive" src="img/sponsors/Apside.png" alt="Apside">
</a>
<a class="col-sm-4" href="https://www.axa.fr/" title="AXA" target="_blank">
<img class="center-block img-responsive" src="img/sponsors/axa_logo.png" alt="AXA">
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Partenaires" class="content-section text-center">
<div class="Partenaires-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Partenaires</h2>
<div class="well">
<div class="row">
<a class="col-sm-4" href="http://www.iut-laval.univ-lemans.fr/" title="IUT de Laval" target="_blank">
<img class="img-responsive" src="img/Partenaires/logoIUTLAVAL.jpg" alt="IUT de Laval" />
</a>
<!--
<a class="col-sm-4" href="http://www.agilerennes.org/" title="Agile Rennes" target="_blank">
<img class="img-responsive" src="img/Partenaires/AgileRennes.png" alt="Agile Rennes" />
</a> -->
<a class="col-sm-4" href="http://adiil.fr/" title="Association du Département Informatique de l'IUT de Laval" target="_blank">
<img class="img-responsive" src="img/Partenaires/Logo_ADIIL.png" alt="Association du Département Informatique de l'IUT de Laval" />
</a>
<div class="clearfix visible-sm-block"></div>
<a class="col-sm-4" href="http://www-lium.univ-lemans.fr/fr/content/bienvenue" title="Site web du LIUM" target="_blank">
<img class="img-responsive" src="img/Partenaires/lium.png" alt="LIUM" />
</a>
<a class="col-sm-4" href="http://ic2.univ-lemans.fr/fr/index.html" title="Site web de Institut Informatique Claude Chappe" target="_blank">
<img class="img-responsive" src="img/Partenaires/ic2.png" alt="Institut Informatique Claude Chappe">
</a>
<a class="col-sm-4" href="http://www.univ-lemans.fr/fr/index.html" title="Le Mans Université" target="_blank">
<img class="img-responsive" src="img/Partenaires/logoLEMANSUNIVERSITE.jpg" alt="Le Mans Université" />
</a>
<div class="clearfix visible-sm-block"></div>
<a class="col-sm-4" href="http://www.laval-technopole.fr/" title="Site web de Laval Mayenne Technopole" target="_blank">
<img class="img-responsive" src="img/Partenaires/LMT.png" alt="Laval Mayenne Technopole">
</a>
<div class="col-sm-4">
<img class="img-responsive" src="img/Partenaires/logoprn.jpg" alt="PRN">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><i class="fa fa-users fa-fw"></i> Contact</h2>
<p>N'hésitez pas à nous contacter, si vous avez des questions, des suggestions, pour proposer votre aide ou un partenariat, ou juste prendre contact !</p>
<p></p>
<ul class="list-inline banner-social-buttons">
<li><a href="https://twitter.com/agilelaval" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a>
</li>
<li><a href="mailto:[email protected]" class="btn btn-default btn-lg"><i class="fa fa-envelope fa-fw"></i> <span class="network-name">[email protected]</span></a>
</li>
<!-- <li><a href="https://plus.google.com/+Startbootstrap/posts" class="btn btn-default btn-lg"><i class="fa fa-google-plus fa-fw"></i> <span class="network-name">Google+</span></a>
</li> -->
</ul>
<p>
<i class="fa fa-phone fa-fw"></i> 02 43 59 49 09<br/>
<i class="fa fa-retweet fa-fw"></i> <a href="https://twitter.com/search?q=%23agilelaval18">#AgileLaval18</a>
</p>
<br/>
<!-- <h4>Organisateurs</h4>-->
<h2>Comité d'organisation</h2>
<div class="row">
<div class="col-md-3">
<div>
<a href="https://twitter.com/bolongaetan">
<img src="img/people/GaetanBolon.jpeg" height="100" width="100" alt="Gaetan Bolon" />
</a>
</div>
<p class="orga">Gaetan Bolon</p>
</div>
<div class="col-md-3">
<div>
<a href="https://twitter.com/FabienGuntz">
<img src="img/people/FabienGUNTZ.png" height="100" width="100" alt="Fabien Guntz">
</a>
</div>
<p class="orga">Fabien Guntz</p>
</div>
<div class="col-md-3">
<div>
<a href="https://twitter.com/hrambelo">
<img src="img/people/hrambelo.jpg" height="100" width="100" alt="Haja Rambelontsalama">
</a>
</div>
<p class="orga">Haja Rambelontsalama</p>
</div>
<div class="col-md-3">
<div>
<a href="https://twitter.com/ChrisLeborgne">
<img src="img/people/ChristopheLeborgne.jpg" height="100" width="100" alt="Christophe Leborgne">
</a>
</div>
<p class="orga">Christophe Leborgne</p>
</div>
<div class="col-md-3">
<div>
<a href="https://twitter.com/AudreyLecomte3">
<img src="img/people/LecomteAudrey.jpg" height="100" width="100" alt="Audrey Lecomte">
</a>
</div>
<p class="orga">Audrey Lecomte</p>
</div>
<div class="col-md-3">
<div>
<a href="https://twitter.com/LahcenOubahssi">
<img src="img/people/loubahssi.jpg" height="100" width="100" alt="Lahcen Oubahssi">
</a>
</div>
<p class="orga">Lahcen Oubahssi</p>
</div>
<div class="col-md-3">
<div>
<a href="http://www.ngm.viadeo.com/p/0022150xeb59pn4h">
<img src="img/people/jgroulet.jpg" height="100" width="100" alt="Jérémie Groulet">
</a>
</div>
<p class="orga">Jérémie Groulet</p>
</div>
<div class="col-md-3">
<div>
<a href="https://twitter.com/gcollic">
<img src="img/people/gcollic.jpg" height="100" width="100" alt="Guillaume Collic">
</a>
</div>
<p class="orga">Guillaume Collic</p>
</div>
</div>
</div>
</div>
</section>
<section id="carpooling" class="content-section text-center">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Covoiturage</h2>
<p>
Cher Automobiliste voyageant vers #AgileLaval18. <br/>
Serais-tu prêt à partager ton véhicule avec de joyeux participants, dans ce cas, poste une annonce sur ce
covoiturage entre amis ci-dessous. <br>
N'hésite pas non plus à remplir ton véhicule avec de nouveaux participants
</p>
<a href="https://www.togetzer.com/index.php?view=organiser&slug=7qy1on"><img
class="img-portfolio img-responsive" src="img/Logo_TOGETZER.png" alt="Programme"></a>
</div>
</div>
</section>
<section id="venue" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Localisation</h2>
<p>IUT de Laval, département informatique<br/>
52 Rue des Docteurs Calmette et Guérin, 53000 Laval<br/>
<a href="http://www.iut-laval.univ-lemans.fr">www.iut-laval.univ-lemans.fr</a></p>
</div>
</div>
</section>
<iframe id="map" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2665.243207987698!2d-0.7589459008026127!3d48.08624901849987!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x2afd1c6255bdbcb0!2sI.U.T.!5e0!3m2!1sen!2s!4v1401539871370"></iframe>
<!--
<section id="Presse" class="content-section text-center">
<div class="Presse-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Presse</h2>
</div>
</div>
</div>
</section> -->
<section >
<div align="center">
<p ><font size="2">Photo de <a href="https://twitter.com/YannWalkowiak">Yann Walkowiak</a>
<br/>Source sur <a href="https://github.com/agilelaval"><i class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a>
<br/>Thème basé sur <a href="http://startbootstrap.com/grayscale">Grayscale</a></font></p>
</div>
</section>
<!-- Core JavaScript Files -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script type="text/javascript" src="js/jquery.flipcountdown.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/grayscale.js"></script>
</body>
</html>