-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
601 lines (581 loc) · 39.8 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
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
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/styles.css">
<link rel="stylesheet" href="./css/normalize.css">
<link rel="icon" href="images/etml_logo_violet.png">
<title>Découvrez la section informatique</title>
</head>
<body>
<!-- NAVIGATION START -->
<header id="navigation" class="text-gray-200 bg-gray-900 body-font sticky top-0 z-50 shadow-md shadow-gray-800/40">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a href="https://www.etml.ch/">
<img src="./images/etml_logo_violet.png" class="max-full h-auto rounded-full" width="150" height="150" alt="logo">
</a>
<nav class="md:ml-auto flex flex-wrap items-center text-base justify-center">
<a href="#presentation" class="mr-5 hover:text-indigo-300">Présentation</a>
<a href="#formation" class="mr-5 hover:text-indigo-300">Formation</a>
<a href="#admissions" class="mr-5 hover:text-indigo-300">Admission</a>
<a href="#debouches" class="mr-5 hover:text-indigo-300">Débouchés</a>
<a href="#team" class="mr-5 hover:text-indigo-300">Notre Equipe</a>
</nav>
<a href="#avis" class="hover:text-white">
<button class="inline-flex items-center text-white bg-indigo-500 border-1 py-3 px-6 focus:outline-none hover:bg-indigo-600 rounded-full text-base mt-0 md:mt-0">Ton Avis</button>
</a>
</div>
</header>
<!-- NAVIGATION END -->
<main>
<!-- INTRO START -->
<section class="text-gray-400 bg-gray-900 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-justified">
<h1 class="title-font sm:text-5xl text-3xl mb-6 font-medium text-white">Bienvenue à l'Ecole Technique des Métiers de Lausanne</h1>
<h2 class="title-font sm:text-4xl text-3xl mb-10 font-medium text-white">Prêt·e à nous rejoindre ?</h2>
<p class="mb-4 leading-relaxed text-justify">Si tu es curieux·se, créatif·ve, toujours prêt·e à expérimenter de nouvelles choses, et que tu aimes les TIC, tu es tombé·e au bon endroit ! À l'ETML, on forme différents types d'informaticien·nes; que tu préfères le code et la progra' ou du système et réseaux, tu trouveras ton bonheur.</p>
<p class="mb-8 leading-relaxed text-justify">Attends-toi à découvrir de nouveaux outils, et à pratiquer, pratiquer, pratiquer jusqu'à devenir un·e pro de l'informatique. Ça donne envie non ?</p>
<div class="flex justify-between space-x-8">
<a href="#formation" class="w-4/12 hover:text-white"><button class="inline-flex text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded-full text-lg">Ok, mais y a quoi comme filières ?</button></a>
<a href="#admissions" class="w-4/12 hover:text-white"><button class="inline-flex text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded-full text-lg">Et on fait comment pour être admis·e ?</button></a>
<a href="#debouches" class="w-4/12 hover:text-white"><button class="inline-flex text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded-full text-lg">Je fais quoi après l'ETML ?</button></a>
</div>
</div>
<!-- CAROUSEL START -->
<div class="carousel rounded-xl">
<div class="carousel__item carousel__item--visible">
<img src="./images/anelisse_salma1.jpg" alt="une élève montre du code à une autre élève"/>
</div>
<div class="carousel__item">
<img src="./images/prof_harun_camille.jpg" alt="un enseignant donne des explications à deux élèves"/>
</div>
<div class="carousel__item">
<img src="./images/group2.jpg" alt="un groupe d'élèves qui discutent"/>
</div>
<div class="carousel__item">
<img src="./images/guo_yu.jpg" alt="un élève devant son écran"/>
</div>
<div class="carousel__item">
<img src="./images/theo2.png" alt="un élève teste le matériel VR"/>
</div>
<div class="carousel__actions">
<button id="carousel__button--prev" aria-label="Previous slide" class="bg-gray-700 opacity-75 hover:bg-indigo-300 hover:text-gray-600"><</button>
<button id="carousel__button--next" aria-label="Next slide" class="bg-gray-700 opacity-75 hover:bg-indigo-300 hover:text-gray-600">></button>
</div>
</div>
<!-- CAROUSEL END -->
</div>
</section>
<!-- INTRO END -->
<!-- PRSENTATION START -->
<section id="presentation" class="text-gray-400 bg-gray-900">
<div class="py-6 sm:py-8 lg:py-24">
<div class="max-w-screen-2xl px-4 md:px-8 mx-auto">
<!-- text start -->
<div class="mb-10 md:mb-16">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-white text-center">Ce qu'on fait en informatique à l'ETML</h1>
<p class="max-w-4xl md:text-lg text-center mx-auto">Durant ta formation tu auras autant d'enseignements théoriques, que pratiques. On t'encouragera à être créatif·ve, à faire fonctionner tes méninges pour trouver des idées et les réaliser. A tes côtés tu auras tes camarades de classe avec qui tu pourras t'entraîner, et collaborer.</p>
</div>
<!-- text end -->
<div class="text-gray-200 grid sm:grid-cols-2 xl:grid-cols-3 gap-8 md:gap-12 xl:gap-16">
<!-- feature start -->
<div class="flex items-center gap-4 md:gap-6">
<div class="w-12 md:w-14 h-12 md:h-14 flex justify-center items-center shrink-0 bg-indigo-500 text-white rounded-lg md:rounded-xl shadow-lg">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path></svg>
</div>
<div>
<h3 class="text-lg md:text-xl font-semibold mb-2">Développement web</h3>
</div>
</div>
<!-- feature end -->
<!-- feature start -->
<div class="flex items-center gap-4 md:gap-6">
<div class="w-12 md:w-14 h-12 md:h-14 flex justify-center items-center shrink-0 bg-indigo-500 text-white rounded-lg md:rounded-xl shadow-lg">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.618 5.984A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016zM12 9v2m0 4h.01"></path></svg>
</div>
<div>
<h3 class="text-lg md:text-xl font-semibold mb-2">Cybersécurité</h3>
</div>
</div>
<!-- feature end -->
<!-- feature start -->
<div class="flex items-center gap-4 md:gap-6">
<div class="w-12 md:w-14 h-12 md:h-14 flex justify-center items-center shrink-0 bg-indigo-500 text-white rounded-lg md:rounded-xl shadow-lg">
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 15a4 4 0 004 4h9a5 5 0 10-.1-9.999 5.002 5.002 0 10-9.78 2.096A4.001 4.001 0 003 15z" />
</svg>
</div>
<div>
<h3 class="text-lg md:text-xl font-semibold mb-2">Gestion des infrastructures des entreprises</h3>
</div>
</div>
<!-- feature end -->
<!-- feature start -->
<div class="flex items-center gap-4 md:gap-6">
<div class="w-12 md:w-14 h-12 md:h-14 flex justify-center items-center shrink-0 bg-indigo-500 text-white rounded-lg md:rounded-xl shadow-lg">
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" />
</svg>
</div>
<div>
<h3 class="text-lg md:text-xl font-semibold mb-2">Maintenance et support technique</h3>
</div>
</div>
<!-- feature end -->
<!-- feature start -->
<div class="flex items-center gap-4 md:gap-6">
<div class="w-12 md:w-14 h-12 md:h-14 flex justify-center items-center shrink-0 bg-indigo-500 text-white rounded-lg md:rounded-xl shadow-lg">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"></path></svg>
</div>
<div>
<h3 class="text-lg md:text-xl font-semibold mb-2">Formation des utilisateurs</h3>
</div>
</div>
<!-- feature end -->
<!-- feature start -->
<div class="flex items-center gap-4 md:gap-6">
<div class="w-12 md:w-14 h-12 md:h-14 flex justify-center items-center shrink-0 bg-indigo-500 text-white rounded-lg md:rounded-xl shadow-lg">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path></svg>
</div>
<div>
<h3 class="text-lg md:text-xl font-semibold mb-2">Développement des services et programmes informatiques</h3>
</div>
</div>
<!-- feature end -->
</div>
</div>
</div>
</section>
<!-- PRSENTATION END -->
<!-- FORMATION START -->
<section id="formation" class="text-gray-400 body-font bg-gray-900">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-10">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-white">Le CFC en 2, ou 4 ans ? </h1>
</div>
<div> <!-- DIV DE TROP/ MOINS ??? -->
<img src="./images/filieres_cfc.png" alt="infographie representant les filieres de l'ETML">
</div><!-- DIV DE TROP/ MOINS ??? -->
</section>
<!-- FORMATION END -->
<!-- ADMISSIONS START -->
<section id="admissions" class="text-gray-400 bg-gray-900 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="text-center mb-20"> <!-- Title & text -->
<h1 class="sm:text-3xl text-2xl font-medium text-center title-font text-white mb-4">Conditions d'admissions</h1>
<p class="text-base leading-relaxed xl:w-2/4 lg:w-3/4 mx-auto">Les inscriptions sont ouvertes à la rentrée scolaire. Elles sont traitées dès le mois de janvier de l'année scolaire en cours pour la rentrée suivante.</p>
</div>
<div class="flex flex-wrap -m-4">
<div class="p-4 lg:w-1/3 sm:w-1/2 w-full">
<h2 class="font-medium title-font tracking-widest text-white mb-4 text-sm text-left sm:text-left">CFC</h2> <!-- CFC -->
<nav class="flex flex-col sm:items-start sm:text-left text-center items-center -mb-1 space-y-2">
<a>
<span class="bg-gray-800 text-indigo-400 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>
<span>Avoir 15 ans révolus</span>
</a>
<a>
<span class="bg-gray-800 text-indigo-400 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>
<span>Scolarité obligatoire achevée</span>
</a>
<a>
<span class="bg-gray-800 text-indigo-400 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>Dossier
</a>
<a>
<span class="bg-gray-800 text-indigo-400 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>
<span>Tests d'admission</span>
</a>
<a>
<span class="bg-gray-800 text-indigo-400 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>
<span>Entretien d'admission</span>
</a>
</nav>
</div>
<div class="p-4 lg:w-1/3 sm:w-1/2 w-full">
<h2 class="font-medium title-font tracking-widest text-white mb-4 text-sm text-left sm:text-left">CFC avec Matu Pro intégrée</h2> <!-- MPi -->
<nav class="flex flex-col sm:items-start sm:text-left text-left items-center -mb-1 space-y-2">
<a>
<span class="bg-gray-800 text-indigo-400 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>
<span>Etre admis·se en filière CFC (tests d'admission, dossier & entretien personnel)</span>
</a>
<a>
<span class="bg-gray-800 text-indigo-400 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>
<span>Remplir les conditions d'admission en école de maturité professionelle ou école de culture générale</span>
</a>
</nav>
</div>
<div class="p-4 lg:w-1/3 sm:w-1/2 w-full">
<h2 class="font-medium title-font tracking-widest text-white mb-4 text-sm text-left sm:text-left">FPA</h2>
<nav class="flex flex-col sm:items-start sm:text-left text-left items-center -mb-1 space-y-2">
<a>
<span class="bg-gray-800 text-indigo-400 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>
<span>Etre titulaire d'un certificat de culture générale, d'une maturité académique ou d'un titre jugé équivalent</span>
</a>
<a>
<span class="bg-gray-800 text-indigo-400 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>
<span>Dossier</span>
</a>
<a>
<span class="bg-gray-800 text-indigo-400 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" class="w-3 h-3" viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"></path>
</svg>
</span>
<span>Entretien personnel</span>
</a>
</nav>
</div>
</div>
<section class="text-gray-400 bg-gray-900 body-font"> <!-- Calendrier START -->
<div class="container px-5 pt-24 pb-6 mx-auto flex flex-wrap">
<div class="flex flex-wrap w-full">
<div class="lg:w-2/5 md:w-1/2 md:pr-10 md:py-6">
<div class="flex relative pt-12 pb-20">
<div class="h-full w-10 absolute inset-0 flex items-center justify-center">
<div class="h-full w-1 bg-gray-800 pointer-events-none"></div>
</div>
<div class="flex-shrink-0 w-10 h-10 rounded-full bg-indigo-500 inline-flex items-center justify-center text-white relative z-10">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
</div>
<div class="flex-grow pl-4">
<h2 class="font-medium title-font text-white mb-1 text-xl">27 janvier 2023</h2>
<p class="leading-relaxed">Délai d'inscription pour les CFC et les MPi</p>
</div>
</div>
<div class="flex relative pb-20">
<div class="h-full w-10 absolute inset-0 flex items-center justify-center">
<div class="h-full w-1 bg-gray-800 pointer-events-none"></div>
</div>
<div class="flex-shrink-0 w-10 h-10 rounded-full bg-indigo-500 inline-flex items-center justify-center text-white relative z-10">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
</div>
<div class="flex-grow pl-4">
<h2 class="font-medium title-font text-white mb-1 text-xl">20 février 2023</h2>
<p class="leading-relaxed">Épreuves d'admissions pour les CFC et les MPi</p>
</div>
</div>
<div class="flex relative pb-20">
<div class="h-full w-10 absolute inset-0 flex items-center justify-center">
<div class="h-full w-1 bg-gray-800 pointer-events-none"></div>
</div>
<div class="flex-shrink-0 w-10 h-10 rounded-full bg-indigo-500 inline-flex items-center justify-center text-white relative z-10">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
</div>
<div class="flex-grow pl-4">
<h2 class="font-medium title-font text-white mb-1 text-xl">15 mai 2023</h2>
<p class="leading-relaxed">Délai d'inscription pour les FPA</p>
</div>
</div>
</div>
<img class="lg:w-3/5 md:w-1/2 max-h-96 object-cover object-center rounded-xl mt-12" src="images/info_coeur1.png" alt="Panneau informatique avec coeur"> <!-- Original size 1200x500 -->
</div>
</div>
<a href="https://www.etml.ch/admissions/en-apprentissage.html" class="hover:text-white"><button class="flex mx-auto text-white bg-indigo-500 border-0 py-2 px-8 focus:outline-none hover:bg-indigo-600 rounded-full text-lg">Je m'inscris maintenant !</button></a>
</section> <!-- Calendrier END -->
</div>
</section>
<!-- ADMISSIONS END -->
<!-- DÉBOUCHÉS START -->
<section id="debouches" class="text-gray-400 bg-gray-900 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="text-center mb-20">
<h1 class="sm:text-3xl text-2xl font-medium text-center title-font text-white mb-4">Et après le CFC ?</h1>
<p class="text-base leading-relaxed xl:w-2/4 lg:w-3/4 mx-auto">« Ceux qui construisent leurs portfolios et diversifient leurs champs de spécialisations, sont ceux et celles qui ne seront pas au chômage. » - Fatem, future développeuse et co-créatrice de ce site.</p>
</div>
<div class="flex flex-wrap lg:w-4/5 sm:mx-auto sm:mb-2 -mx-2">
<div class="p-2 sm:w-1/2 w-full">
<div class="bg-gray-800 rounded flex p-4 h-full items-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"
class="text-indigo-400 w-6 h-6 flex-shrink-0 mr-4" viewBox="0 0 24 24">
<path d="M22 11.08V12a10 10 0 11-5.93-9.14"></path>
<path d="M22 4L12 14.01l-3-3"></path>
</svg>
<span class="title-font font-medium text-white">Informaticien·ne d'entreprise</span>
</div>
</div>
<div class="p-2 sm:w-1/2 w-full">
<div class="bg-gray-800 rounded flex p-4 h-full items-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"
class="text-indigo-400 w-6 h-6 flex-shrink-0 mr-4" viewBox="0 0 24 24">
<path d="M22 11.08V12a10 10 0 11-5.93-9.14"></path>
<path d="M22 4L12 14.01l-3-3"></path>
</svg>
<span class="title-font font-medium text-white">Brevet fédéral en informatique de gestion, en cybersécurité, développement d'application, ou en technique de systèmes et réseaux</span>
</div>
</div>
<div class="p-2 sm:w-1/2 w-full">
<div class="bg-gray-800 rounded flex p-4 h-full items-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"
class="text-indigo-400 w-6 h-6 flex-shrink-0 mr-4" viewBox="0 0 24 24">
<path d="M22 11.08V12a10 10 0 11-5.93-9.14"></path>
<path d="M22 4L12 14.01l-3-3"></path>
</svg>
<span class="title-font font-medium text-white">Informaticien·ne en administration</span>
</div>
</div>
<div class="p-2 sm:w-1/2 w-full">
<div class="bg-gray-800 rounded flex p-4 h-full items-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"
class="text-indigo-400 w-6 h-6 flex-shrink-0 mr-4" viewBox="0 0 24 24">
<path d="M22 11.08V12a10 10 0 11-5.93-9.14"></path>
<path d="M22 4L12 14.01l-3-3"></path>
</svg>
<span class="title-font font-medium text-white">Diplôme en École Supérieure en informatique de gestion, en génie électrique, en systèmes industriels, en télécommunication
ou en énergie et environnement</span>
</div>
</div>
<div class="p-2 sm:w-1/2 w-full">
<div class="bg-gray-800 rounded flex p-4 h-full items-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"
class="text-indigo-400 w-6 h-6 flex-shrink-0 mr-4" viewBox="0 0 24 24">
<path d="M22 11.08V12a10 10 0 11-5.93-9.14"></path>
<path d="M22 4L12 14.01l-3-3"></path>
</svg>
<span class="title-font font-medium text-white">Développeur·se</span>
</div>
</div>
<div class="p-2 sm:w-1/2 w-full">
<div class="bg-gray-800 rounded flex p-4 h-full items-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"
class="text-indigo-400 w-6 h-6 flex-shrink-0 mr-4" viewBox="0 0 24 24">
<path d="M22 11.08V12a10 10 0 11-5.93-9.14"></path>
<path d="M22 4L12 14.01l-3-3"></path>
</svg>
<span class="title-font font-medium text-white">Bachelor of Sciences en HES, en informatique de gestion, en énergie et technolologies environnementales, en ingénierie et gestion industrielle, en ingénierie des médias, en informatique et systèmes de communication, en systèmes industrielles ou en microtechniques</span>
</div>
</div>
</div>
</div>
</section>
<!-- DÉBOUCHÉS END -->
<!-- GENERATEUR DEBUT -->
<section id="générateur" class="text-gray-400 bg-gray-900 body-font relative">
<div class="container x-5 py-24 mx-auto">
<h1 class="sm:text-3xl text-2xl font-medium text-center title-font text-white mb-6">En un clic, on te prédit ton avenir professionel !</h1>
<div id="output" class="border-box border border-double border-4 border-indigo-500 h-auto w-max text-center text-gray-400 mx-auto mt-16 mb-14 p-6">Quel sera ton futur métier ?</div>
<div id="container" class="flex flex-row m-5 space-x-4 justify-center">
<button id="btn" class="mx-3 text-white bg-indigo-500 border-0 py-2 px-8 focus:outline-none hover:bg-indigo-600 rounded-full text-lg">Prêt·e ?</button>
</div>
</div>
</section>
<!-- GENERATEUR FIN -->
<!-- TON AVIS START -->
<section id="avis">
<script type="text/javascript">var submitted = false;</script>
<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;" onload="if(submitted) {window.location='index.html'}"></iframe>
<form action="https://docs.google.com/forms/u/0/d/e/1FAIpQLSeGEeYdowLdPlM7Sss7KVtGiI8JKNvkzPghEtWzOnnXubYoww/formResponse" method="post" target="hidden_iframe" onsubmit="submitted=true" class="text-gray-400 bg-gray-900 body-font relative">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-12">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-white">Laisse-nous ton avis !</h1>
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">Y-a-t'il quelque chose que tu veux nous dire ? Comment ont été pour toi ces portes ouvertes ? Qu'est-ce que t'as trouvé bof bof ? Qu'est-ce qui t'a plu ? Laisse-nous un petit message ici !</p>
</div>
<div class="lg:w-1/2 md:w-2/3 mx-auto">
<div class="flex flex-wrap -m-2">
<div class="p-2 w-1/2">
<div class="relative">
<label for="name" class="leading-7 text-sm text-gray-400">Pseudo</label>
<input type="text" name="entry.938632449" class="w-full bg-gray-800 bg-opacity-40 rounded border border-gray-700 focus:border-indigo-500 focus:bg-gray-900 focus:ring-2 focus:ring-indigo-900 text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out">
</div>
</div>
<div class="p-2 w-full">
<div class="relative">
<label for="message" class="leading-7 text-sm text-gray-400">Message</label>
<textarea name="entry.885503369" class="w-full bg-gray-800 bg-opacity-40 rounded border border-gray-700 focus:border-indigo-500 focus:bg-gray-900 focus:ring-2 focus:ring-indigo-900 h-32 text-base outline-none text-gray-100 py-1 px-3 resize-none leading-6 transition-colors duration-200 ease-in-out"></textarea>
</div>
</div>
<div class="px-2 pt-4 pb-2 w-full">
<button class="flex mx-auto text-white bg-indigo-500 border-0 py-2 px-8 focus:outline-none hover:bg-indigo-600 rounded-full text-lg">J'envoie</button>
</div>
</div>
</div>
</div>
</form>
</section>
<!-- TON AVIS END -->
<!-- NOTRE EQUIPE START -->
<section id="team" class="text-gray-400 bg-gray-900 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-20">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-white">Notre équipe</h1>
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">Au cas où vous vous demandiez qui s'est cassé la tête à construire ce site et à quoi on ressemble.</p>
</div>
<div class="flex flex-wrap -m-4">
<div class="p-4 lg:w-1/3 md:w-1/2">
<div class="h-full flex flex-col items-center text-center">
<img alt="team" class="flex-shrink-0 rounded-lg w-full h-56 object-cover object-center mb-4" src="./images/chat_salma.jfif">
<div class="w-full">
<h2 class="title-font font-medium text-lg text-white">Salma</h2>
<h3 class="text-gray-500 mb-3">Future développeuse</h3>
<p class="mb-4">La paix incarnée</p>
<span class="inline-flex">
<a href="./social.html" class="text-indigo-700 hover:text-indigo-400">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z"></path>
</svg>
</a>
<a href="./social.html" class="ml-2 text-indigo-700 hover:text-indigo-400">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z"></path>
</svg>
</a>
<a href="./social.html" class="ml-2 text-indigo-700 hover:text-indigo-400">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z"></path>
</svg>
</a>
</span>
</div>
</div>
</div>
<div class="p-4 lg:w-1/3 md:w-1/2">
<div class="h-full flex flex-col items-center text-center">
<img alt="team" class="flex-shrink-0 rounded-lg w-full h-56 object-cover object-center mb-4" src="./images/chat_kathleen.gif">
<div class="w-full">
<h2 class="title-font font-medium text-lg text-white">Kathleen</h2>
<h3 class="text-gray-500 mb-3">Future développeuse</h3>
<p class="mb-4">Méfiez-vous de l'eau qui dort</p>
<span class="inline-flex">
<a href="social.html" class="text-indigo-700 hover:text-indigo-400">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z"></path>
</svg>
</a>
<a href="social.html" class="ml-2 text-indigo-700 hover:text-indigo-400">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z"></path>
</svg>
</a>
<a href="social.html" class="ml-2 text-indigo-700 hover:text-indigo-400">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z"></path>
</svg>
</a>
</span>
</div>
</div>
</div>
<div class="p-4 lg:w-1/3 md:w-1/2">
<div class="h-full flex flex-col items-center text-center">
<img alt="team" class="flex-shrink-0 rounded-lg w-full h-56 object-cover object-center mb-4" src="./images/chat_fatem.png">
<div class="w-full">
<h2 class="title-font font-medium text-lg text-white">Fatem</h2>
<h3 class="text-gray-500 mb-3">Future développeuse</h3>
<p class="mb-4">Sassy but a cutie</p>
<span class="inline-flex">
<a href="./social.html" class="text-indigo-700 hover:text-indigo-400">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z"></path>
</svg>
</a>
<a href="./social.html" class="ml-2 text-indigo-700 hover:text-indigo-400">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z"></path>
</svg>
</a>
<a href="./social.html" class="ml-2 text-indigo-700 hover:text-indigo-400">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z"></path>
</svg>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- NOTRE EQUIPE END -->
</main>
<!-- FOOTER START -->
<footer class="text-gray-400 bg-gray-900 body-font">
<div class="container px-5 py-8 mx-auto flex items-center sm:flex-row flex-col">
<a class="flex title-font font-medium items-center md:justify-start justify-center text-white">
<img src="images/etml_logo.png" class="rounded-full h-20 w-20" alt="Logo de l'ETML">
</a>
<p class="text-sm text-gray-400 sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-800 sm:py-2 sm:mt-0 mt-4">© 2022 ETML</p>
<!-- <ul class="sm:py-2 sm:mt-0 mt-4 justify-content-start list-unstyled d-flex text-white">
<li class="ms-3 "><a class="text-muted" href="https://twitter.com/etmlausanne"><i class="bi bi-twitter"></i></a></li>
<li class="ms-3"><a class="text-muted" href="https://www.instagram.com/etmlausanne/"><i class="bi bi-instagram"></i></a></li>
<li class="ms-3"><a class="text-muted" href="https://www.facebook.com/etmlausanne"><i class="bi bi-facebook"></i></a></li>
</ul> -->
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
<a class="text-indigo-400 hover:text-indigo-600" href="https://www.facebook.com/etmlausanne">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z"></path>
</svg>
</a>
<a class="ml-3 text-indigo-400 hover:text-indigo-600" href="https://twitter.com/etmlausanne">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z"></path>
</svg>
</a>
<a class="ml-3 text-indigo-400 hover:text-indigo-600" href="https://www.instagram.com/etmlausanne/">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37zm1.5-4.87h.01"></path>
</svg>
</a>
<a class="ml-3 text-indigo-400 hover:text-indigo-600" href="https://ch.linkedin.com/company/etml-ecole-technique-ecole-des-m%C3%A9tiers-lausanne">
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="0" class="w-5 h-5" viewBox="0 0 24 24">
<path stroke="none" d="M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z"></path>
<circle cx="4" cy="4" r="2" stroke="none"></circle>
</svg>
</a>
</span>
<!-- <span class="inline-flex sm:ml-auto sm:mt-0 justify-center sm:justify-start">
<button class="inline-flex items-center text-white bg-indigo-500 border-1 py-3 px-3 focus:outline-none hover:text-white hover:bg-indigo-600 rounded-full text-base mt-0 md:mt-0"><a href="">Viens coder</a>
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-1" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</button>
</span> -->
</div>
</footer>
<!-- FOOTER END -->
<!-- BACK TO TOP Button -->
<button id="to-top-button" onclick="goToTop()" title="Go To Top" class="hidden fixed z-90 bottom-8 right-8 border-0 w-16 h-16 rounded-full drop-shadow-md bg-indigo-500 text-white text-3xl font-bold hover:bg-indigo-600">↑</button>
<script src="script.js"></script>
</body>
</html>