-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagenda.html
513 lines (303 loc) · 18 KB
/
agenda.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
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Landing PAGE Html5 Template">
<meta name="keywords" content="landing,startup,flat">
<meta name="author" content="Made By GN DESIGNS">
<title>agenda</title>
<!-- // PLUGINS (css files) // -->
<link href="assets/js/plugins/bootsnav_files/skins/color.css" rel="stylesheet">
<link href="assets/js/plugins/bootsnav_files/css/animate.css" rel="stylesheet">
<link href="assets/js/plugins/bootsnav_files/css/bootsnav.css" rel="stylesheet">
<link href="assets/js/plugins/bootsnav_files/css/overwrite.css" rel="stylesheet">
<link href="assets/js/plugins/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="assets/js/plugins/owl-carousel/owl.theme.css" rel="stylesheet">
<link href="assets/js/plugins/owl-carousel/owl.transitions.css" rel="stylesheet">
<link href="assets/js/plugins/Magnific-Popup-master/Magnific-Popup-master/dist/magnific-popup.css" rel="stylesheet">
<link rel="stylesheet" href="">
<!-------------------------------------------------------------------->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel='stylesheet prefetch' href='https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css'>
<link rel='stylesheet prefetch' href='https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick-theme.css'>
<!-------Links Agenda--------------------------------------->
<link rel="stylesheet" href="assets/css/agenda.css">
<link rel="stylesheet" href="assets/css/footer.css">
<!-------Links Agenda--------------------------------------->
<link rel="stylesheet" type="text/css" href="./css/Timeline.css">
<link rel="stylesheet" type="text/css" href="./css/TimelineTablet.css">
<link rel="stylesheet" type="text/css" href="./css/TimelineAnimation.css">
<link rel="stylesheet" type="text/css" href="./css/TimelienUapperParts.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/js/foundation.js"></script>
<!--// ICONS //-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--// BOOTSTRAP & Main //-->
<link href="assets/bootstrap-3.3.7/bootstrap-3.3.7-dist/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/footer.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script|Oxygen|Roboto+Condensed|Teko|Yanone+Kaffeesatz" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body id="large-header" class="hero-bkg-animated">
<!--========================================
Preloader
========================================-->
<div class="page-preloader">
<div class="spinner">
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
<div class="rect5"></div>
</div>
</div>
<!--========================================
Header
========================================-->
<nav class="navbar navbar-default navbar-fixed white bootsnav navbar-scrollspy" data-minus-value-desktop="70" data-minus-value-mobile="55" data-speed="1000">
<div class="container">
<!-- Start Header Navigation -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">
<img src="assets/img/white.png" width="180" alt="logo">
</a>
</div>
<!-- End Header Navigation -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="nav navbar-nav navbar-right">
<li class="active "><a href="index.html">ACCUEIL</a>
</li>
<li class=" dropdown"><a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">L'ECOLE</a>
<ul class="dropdown-menu">
<li><a style="color:#000; text-align: center;font-weight:bold;" href="index.html#about">QUI SOMME-NOUS ?</a></li>
<li><a style="color:#000; text-align: center;font-weight:bold;" href="index.html#price">PEDAGOGIE</a></li>
<li><a style="color:#000; text-align: center;font-weight:bold;" href="programme.html">PROGRAMME</a></li>
<li><a style="color:#000; text-align: center;font-weight:bold;" href="staff.html">STAFF</a></li>
<li><a style="color:#000; text-align: center; font-weight:bold;" href="index.html#clients">PARTENAIRE</a></li>
</ul>
</li>
<li class=" dropdown"><a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">VIE DE L'ECOLE</a>
<ul class="dropdown-menu">
<li ><a style="color:#000;text-align: center; font-weight:bold;" href="#team">FORMATEURS</a></li>
<li><a style="color:#000; text-align: center;font-weight:bold;" class="white" href="portrait.html">APPRENANTS </a></li>
<li><a style="color:#000;text-align: center;font-weight:bold;" class="white" href="actualite.html">ACTUALITE</a></li>
<li><a style="color:#000; text-align: center;font-weight:bold;" class="white" href="agenda.html">AGENDA </a></li>
</ul>
</li>
<li class=""><a href="recrutement.html">RECRUTEMENT</a></li>
<li class=""><a href="index.html#contact">CONTACT</a></li>
<li class="button-holder">
<button type="button" class="btn btn-blue navbar-btn" data-toggle="modal" data-target="#SignIn">S'IDENTIFIER
</button>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<!------------------------------------------------Header---------------------------------------------------->
<section id="home">
<div class="crossfade">
<figure></figure>
<figure></figure>
<figure></figure>
<figure></figure>
<figure></figure>
</div>
<div class="container">
<div class="row">
<div id="particles-js"></div>
<!-- Introduction -->
<div class="col-md-6 caption">
<h1>
Agenda
</h1>
<p>l'organisation et la particiation à des événement sont parmis nos principe</p>
<a class="btn btn-blue " href="#agenda">
VOIR NOS EVENEMENT
</a>
</div>
</div>
</div>
</section>
<!------------------------------------------------Header---------------------------------------------------->
<canvas>
</canvas>
<!------------------------------------------Fin Header------------------------------------------->
<!-----------------------------------Agenda---------------------------------------------------->
<!--Connecting Lines -this is the vertical and horizontal lines parts before timeline starts-->
<div class="large-12 medium-12 small-12 connection-line" id="agenda">
<div class="horizontal-lines" id="line-right"> <h2>AGENDA</h2>
</div>
</div>
<!--TimeLine start-->
<ul class="timeline" style="padding-left:30px; padding-right:30px;">
<li>
<div class="timeline-badge">2018</div>
<div class="timeline-panel">
<div class="timeline-panel-body">
<div class="timeline-heading">
<h4 class="timeline-title">Local Hack Day</h4>
</div>
<div class="timeline-body">
<p>oin us on December 1st, 2018 for MLH's Local Hack Day, a global hackathon and celebration of learning, building, and sharing! Whether you're a first timer who is learning to program or you go to hackathons every weekend, everyone is welcome to participate!
This is MLH's 5th year organizing Local Hack Day.
</p>
</div>
</div>
</div>
<div class="timeline-panel timeline-inverted timeline-panel-img">
<div class="timeline-panel-body">
<img src="https://pbs.twimg.com/profile_images/936071400107986944/wTyddGAy_400x400.jpg" alt="">
</div>
</div>
</li>
<li>
<div class="timeline-badge">mars</div>
<div class="timeline-panel">
<div class="timeline-panel-body">
<div class="timeline-heading">
<h4 class="timeline-title">Github</h4>
</div>
<div class="timeline-body">
<p>To understand GitHub, you must first have an understanding of Git. Git is an open-source version control system that was started by Linus Trovalds—the same person who created Linux. Git is similar to other version control systems—Subversion, CVS, and Mercurial to name a few.
</p>
</div>
</div>
</div>
<div class="timeline-panel timeline-inverted timeline-panel-img">
<div class="timeline-panel-body">
<img class = "github" src="https://i1.wp.com/www.lediligent.com/wp/wp-content/uploads/2015/03/GitHub.jpg?fit=750%2C400&ssl=1" alt="">
</div>
</div>
</li>
<li>
<div class="timeline-badge">mai</div>
<div class="timeline-panel">
<div class="timeline-panel-body">
<div class="timeline-heading">
<h4 class="timeline-title">Tedx Talk</h4>
</div>
<div class="timeline-body">
<p>A TEDx event is a local gathering where live TED-like talks and videos previously recorded at TED conferences are shared with the community. TEDx events are fully planned and coordinated independently, on a community-by-community basis.
</p>
</div>
</div>
</div>
<div class="timeline-panel timeline-inverted timeline-panel-img">
<div class="timeline-panel-body">
<img src="https://alchimistedelajoie.com/wp-content/uploads/2018/09/TED-talks-logo.jpg" alt="">
</div>
</div>
</li>
<div class="timeline-panel timeline-inverted">
<div class="timeline-panel-body">
<div class="timeline-heading">
<h4 class="timeline-title">ouvérture des inscription</h4>
</div>
<div class="timeline-body">
<p>l'inscription au sein de l'école YouCode va commancé le 1 septembre. le déroulement de l'inscription
est le suit:</br>
le passage du test en ligne par les candidats veulent s'inscrire dans cette formation
.</p>
</div>
</div>
</div>
</li>
<li>
<div class="timeline-badge">septembre</div>
</li>
</ul>
<!---EndParts Starts-->
<div class="grid-container fluid">
<div class="endpart">
</div>
</div>
<script src="./js/timeline.js"></script>
<script src="./js/fadeIn.js"></script>
<!---------------------------------------------Fin Agenda--------------------------------------------------------->
<!--========================================
Footer
========================================-->
<footer class="footer-distributed">
<div class="footer-left">
<img class="logo-footer" src="assets/img/white.png">
<p class="footer-links">
<a href="index.html">Accueil</a>
·
<a href="programme.html">Programme</a>
·
<a href="actualite.html">Actualité</a>
·
<a href="agenda.html">Agenda</a>
·
<a href="recrutement.html">Recrutement</a>
</p>
<div class="search__container">
<input class="search__input" type="text" placeholder="Search">
</div>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>21 Revolution Street</span> Yousssoufia, Maroc</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+212 6 00 00 00 00</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:support@company.com">Support@Youcode.ma</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About the company</span>
Lorem ipsum dolor sit amet, consectateur adispicing elit. Fusce euismod convallis velit, eu auctor lacus vehicula sit amet.
</p>
<div class="footer-icons">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-github"></i></a>
</div>
</div>
<div class="copyright">
<p class="footer-company-name">Company Name © 2015</p>
</div>
</footer>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js'></script>
<script src='https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js'></script>
<script src="assets/js/index.js"></script>
<script src="assets/js/scrolle.js"></script>
<script src="assets/js/programmeback.js"></script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="assets/bootstrap-3.3.7/bootstrap-3.3.7-dist/js/bootstrap.min.js"></script>
<script src="assets/js/plugins/owl-carousel/owl.carousel.min.js"></script>
<script src="assets/js/plugins/bootsnav_files/js/bootsnav.js"></script>
<script src="assets/js/plugins/typed.js-master/typed.js-master/dist/typed.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js"></script>
<script src="assets/js/plugins/Magnific-Popup-master/Magnific-Popup-master/dist/jquery.magnific-popup.js"></script>
<script src="assets/js/plugins/particles.js-master/particles.js-master/particles.min.js"></script>
<script src="assets/js/particales-script.js"></script>
<!-- script header -->
<script src="assets/js/head.js"></script>
<!-- script agenda -->
<script src="assets/js/main.js"></script>
<script src="assets/js/agenda.js"></script>
</body>
</html>