-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
619 lines (569 loc) · 34.7 KB
/
index.html
File metadata and controls
619 lines (569 loc) · 34.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
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
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Marklab</title>
<meta name="description"
content="Une série d'applications, développée par Cédric Eyssette, qui utilisent le Markdown pour produire des cartes mentales, des quiz, …" />
<link rel="shortcut icon" href="./assets/logo/logo.svg" type="image/x-icon" />
<!-- Open Graph -->
<meta property="og:title" content="Marklab" />
<meta property="og:description"
content="Une série d'applications, développée par Cédric Eyssette, qui utilisent le Markdown pour produire des cartes mentales, des quiz, " />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://marklab.forge.apps.education.fr" />
<meta property="og:image" content="https://marklab.forge.apps.education.fr/assets/logo/logo.svg" />
<!-- <link rel="stylesheet" href="../../tailwind-css/tailwind-runtime.css" /> -->
<link rel="stylesheet" href="./css/tailwind-build.css">
<link rel="stylesheet" href="./css/index.min.css" />
<link rel="stylesheet" href="./css/bootstrap-icons.min.css" />
</head>
<body class="tw-flex tw-min-h-[100vh] tw-flex-col tw-bg-white tw-text-black">
<header
class="tw-max-w-lg:tw-px-4 tw-max-w-lg:tw-mr-auto tw-absolute tw-top-0 tw-z-20 tw-flex tw-h-[60px] tw-w-full tw-bg-opacity-0 tw-px-[5%] lg:tw-justify-around">
<a class="tw-h-[50px] tw-w-[50px] tw-p-[4px]" href="">
<img src="./assets/logo/logo.svg" alt="logo" class="tw-object tw-h-full tw-w-full" id="logoTop" width="40"
height="42" />
</a>
<div class="collapsible-header animated-collapse max-lg:tw-shadow-md" id="collapsed-header-items">
<div
class="tw-flex tw-h-full tw-w-max tw-gap-5 tw-text-base max-lg:tw-mt-[30px] max-lg:tw-flex-col max-lg:tw-place-items-end max-lg:tw-gap-5 lg:tw-mx-auto lg:tw-place-items-center">
<a class="header-links" href="#a-propos">🗒️ À propos </a>
<a class="header-links" href="#les-applications"> ✨ Les applications </a>
<a class="header-links" href="#le-markdown"> ❓ Le Markdown </a>
<a class="header-links" href="#la-forge"> 🔨 La Forge </a>
<a class="header-links" href="#contact">💬 Contact</a>
</div>
<div
class="tw-mx-4 tw-flex tw-place-items-center tw-gap-[20px] tw-text-base max-md:tw-w-full max-md:tw-flex-col max-md:tw-place-content-center">
<!-- !TODO: faire toogle 🌙 dark mode / ☀️ light mode -->
<!-- <a
href=""
aria-label="signup"
class="tw-rounded-md tw-border-[1px] tw-border-black tw-bg-transparent tw-px-3 tw-py-2 tw-text-black tw-transition-colors tw-duration-[0.3s] hover:tw-bg-black hover:tw-text-white"
>
<span></span>
</a> -->
</div>
</div>
</header>
<section
class="hero-section tw-relative tw-flex tw-w-full tw-max-w-[100vw] tw-flex-col tw-overflow-hidden max-md:tw-mt-[50px]"
id="hero-section">
<div class="tw-w-full tw-h-full tw-p-[5%]
tw-place-content-center
tw-gap-6 max-xl:tw-place-items-center
tw-flex max-xl:tw-flex-col">
<div
class="tw-flex tw-h-full tw-w-full tw-flex-col tw-place-content-center tw-gap-6 tw-p-[5%] max-xl:tw-place-items-center max-lg:tw-p-4">
<div class="tw-flex tw-flex-col tw-place-content-center tw-items-center">
<div
class="tw-text-center tw-text-6xl tw-font-semibold tw-uppercase tw-leading-[80px] max-lg:tw-text-5xl max-md:tw-leading-snug">
Marklab : <br><span class="tw-font-thin tw-text-5xl max-lg:tw-text-3xl">du Markdown pour tout
faire !</span>
</div>
</div>
<div class="tw-flex tw-flex-col tw-w-full tw-place-items-center tw-place-content-center">
<div class="tw-mt-2 tw-max-w-[450px] tw-p-2 tw-text-center tw-text-gray-700 max-lg:tw-max-w-full">
Une série d'applications qui utilisent le Markdown pour produire des cartes mentales, des quiz …
</div>
<div class="tw-mt-10 tw-flex tw-place-items-center tw-gap-4">
<a class="btn tw-bg-[#7e22ce85] tw-shadow-lg tw-shadow-primary tw-transition-transform tw-duration-[0.3s] hover:tw-scale-x-[1.03]"
href="#les-applications">
Découvrir !
</a>
<!-- <a class="btn tw-flex tw-gap-2 !tw-border-solid !tw-border-[1px] !tw-border-black !tw-text-black !tw-bg-transparent tw-transition-colors tw-duration-[0.3s] hover:!tw-bg-white hover:!tw-text-black"
href="">
<i class="bi bi-play-circle-fill"></i>
<span>Vidéo de présentation</span>
</a> -->
</div>
</div>
</div>
<div
class="tw-max-w-[750px] tw-max-h-[100vh] tw-w-full tw-flex tw-place-content-center tw-p-[5%] max-xl:tw-place-items-center max-lg:tw-p-4">
<div class="tw-relative tw-max-w-[450px] slide-in tw-flex tw-place-content-center">
<div class="">
<div class="swiper slideshow-container
tw-p-5 tw-relative
tw-max-w-[350px]
max-lg:tw-max-w-[300px]
max-lg:!tw-mt-10 ">
<div class="swiper-wrapper tw-w-full tw-max-h-[650px] tw-relative" id="slideshow">
</div>
<p class="prev">❮</a>
<p class="next">❯</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section
class="tw-mt-5 tw-flex tw-min-h-[80vh] tw-w-full tw-flex-col tw-place-content-center tw-place-items-center tw-p-[2%] max-lg:tw-p-3">
<h3 id="a-propos" class="tw-text-center tw-text-5xl md:tw-text-6xl tw-font-medium tw-p-[5%]">
🗒️ À propos
</h3>
<div
class="tw-flex tw-w-full tw-max-w-[100vw] tw-flex-col md:tw-flex-row tw-place-content-center tw-place-items-center tw-gap-10 tw-p-[5%] tw-overflow-hidden">
<img alt="Photo de Cédric Eyssette, développeur des applications de Marklab"
class="tw-h-[150px] tw-w-[150px] md:tw-h-[250px] md:tw-w-[250px] !tw-rounded-full"
src="./assets/images/id.avif" loading="lazy" />
<div class="tw-text-3xl max-md:tw-text-2xl tw-text-left ">
<p>Marklab est une suite d'applications qui utilisent le Markdown.</p>
<p>Ces applications sont développées par Cédric Eyssette, professeur de philosophie et chargé de projet
à la Drane Lyon.</p>
</div>
</div>
</section>
<section
class="tw-mt-5 tw-flex tw-min-h-[80vh] tw-w-full tw-flex-col tw-place-content-center tw-place-items-center tw-p-[2%] max-lg:tw-p-3">
<h3 id="les-applications" class="tw-text-center tw-text-5xl md:tw-text-6xl tw-font-medium tw-p-[5%]">
✨ Les applications
</h3>
<!-- articles -->
<div class="tw-mt-10 tw-flex tw-flex-wrap tw-place-content-center tw-gap-10 max-lg:tw-flex-col">
<a href="https://a4.forge.apps.education.fr/"
class="tw-flex tw-border-[1px] tw-border-black tw-h-[400px] tw-w-[400px] tw-flex-col tw-gap-4 tw-overflow-clip tw-rounded-lg tw-p-4 max-lg:tw-w-[300px]">
<div class="tw-h-[250px] tw-w-full tw-overflow-hidden tw-rounded-md">
<img src="./assets/images/a4.avif" alt="article image"
class="tw-h-full tw-w-full tw-object-cover tw-transition-transform tw-duration-[0.3s] hover:tw-scale-[1.04]"
loading="lazy" />
</div>
<h3 class="tw-mt-2 tw-text-2xl tw-font-semibold max-md:tw-text-xl">
A4
</h3>
<p class="tw-text-gray-800">
A4 permet de mettre en forme automatiquement un texte de manière optimale sur une page A4 prête à
imprimer
</p>
<span>
<span>Voir l'appli</span>
<i class="bi bi-arrow-right"></i>
</span>
</a>
<a href="https://calendrier-avent.forge.apps.education.fr/"
class="tw-border-[1px] tw-border-black tw-flex tw-h-[400px] tw-w-[400px] tw-flex-col tw-gap-4 tw-overflow-clip tw-rounded-lg tw-p-4 max-lg:tw-w-[300px]">
<div class="tw-h-[250px] tw-w-full tw-overflow-hidden tw-rounded-md">
<img src="./assets/images/calendrier-avent.avif" alt="article image"
class="tw-h-full tw-w-full tw-object-cover tw-transition-transform tw-duration-[0.3s] hover:tw-scale-[1.04]"
loading="lazy" />
</div>
<h3 class="tw-mt-2 tw-text-2xl tw-font-semibold max-md:tw-text-xl">
Calendrier-Avent
</h3>
<p class="tw-text-gray-800">
Un outil pour créer facilement un calendrier de l'Avent personnalisé.
</p>
<span>
<span>Voir l'appli</span>
<i class="bi bi-arrow-right"></i>
</span>
</a>
<a href="https://cartesmd.forge.apps.education.fr/"
class="tw-border-[1px] tw-border-black tw-flex tw-h-[400px] tw-w-[400px] tw-flex-col tw-gap-4 tw-overflow-clip tw-rounded-lg tw-p-4 max-lg:tw-w-[300px]">
<div class="tw-h-[250px] tw-w-full tw-overflow-hidden tw-rounded-md">
<img src="./assets/images/cartesMD.avif" alt="article image"
class="tw-h-full tw-w-full tw-object-cover tw-transition-transform tw-duration-[0.3s] hover:tw-scale-[1.04]"
loading="lazy" />
</div>
<h3 class="tw-mt-2 tw-text-2xl tw-font-semibold max-md:tw-text-xl">
CartesMD
</h3>
<p class="tw-text-gray-800">
CartesMD permet de créer des cartes à jouer en Markdown, qui peuvent servir pour des révisions de
cours, pour des formations …
</p>
<span>
<span>Voir l'appli</span>
<i class="bi bi-arrow-right"></i>
</span>
</a>
<a href="https://chatmd.forge.apps.education.fr/"
class="tw-border-[1px] tw-border-black tw-flex tw-h-[400px] tw-w-[400px] tw-flex-col tw-gap-4 tw-overflow-clip tw-rounded-lg tw-p-4 max-lg:tw-w-[300px]">
<div class="tw-h-[250px] tw-w-full tw-overflow-hidden tw-rounded-md">
<img src="./assets/images/chatMD.avif" alt="article image"
class="tw-h-full tw-w-full tw-object-cover tw-transition-transform tw-duration-[0.3s] hover:tw-scale-[1.04]"
loading="lazy" />
</div>
<h3 class="tw-mt-2 tw-text-2xl tw-font-semibold max-md:tw-text-xl">
ChatMD
</h3>
<p class="tw-text-gray-800">
ChatMD est un chatbot que l’on peut configurer avec un fichier en Markdown
</p>
<span>
<span>Voir l'appli</span>
<i class="bi bi-arrow-right"></i>
</span>
</a>
<a href="https://cse.forge.apps.education.fr/"
class="tw-flex tw-border-[1px] tw-border-black tw-h-[400px] tw-w-[400px] tw-flex-col tw-gap-4 tw-overflow-clip tw-rounded-lg tw-p-4 max-lg:tw-w-[300px]">
<div class="tw-h-[250px] tw-w-full tw-overflow-hidden tw-rounded-md">
<img src="./assets/images/cse.avif" alt="article image"
class="tw-h-full tw-w-full tw-object-cover tw-transition-transform tw-duration-[0.3s] hover:tw-scale-[1.04]"
loading="lazy" />
</div>
<h3 class="tw-mt-2 tw-text-2xl tw-font-semibold max-md:tw-text-xl">
CSE (Custom Search Engine)
</h3>
<p class="tw-text-gray-800">
CSE est un outil pour créer un moteur de recherche personnalisé qui fera des recherches
exclusivement sur une liste de sites que l’on définit soi-même dans un fichier en Markdown
</p>
<span>
<span>Voir l'appli</span>
<i class="bi bi-arrow-right"></i>
</span>
</a>
<a href="https://flipbook.forge.apps.education.fr/"
class="tw-flex tw-border-[1px] tw-border-black tw-h-[400px] tw-w-[400px] tw-flex-col tw-gap-4 tw-overflow-clip tw-rounded-lg tw-p-4 max-lg:tw-w-[300px]">
<div class="tw-h-[250px] tw-w-full tw-overflow-hidden tw-rounded-md">
<img src="./assets/images/flipbook.avif" alt="article image"
class="tw-h-full tw-w-full tw-object-cover tw-transition-transform tw-duration-[0.3s] hover:tw-scale-[1.04]"
loading="lazy" />
</div>
<h3 class="tw-mt-2 tw-text-2xl tw-font-semibold max-md:tw-text-xl">
Flipbook
</h3>
<p class="tw-text-gray-800">
Flipbook permet de créer facilement un livre numérique que l’on peut feuilleter en ligne à partir
d’un simple fichier Markdown
</p>
<span>
<span>Voir l'appli</span>
<i class="bi bi-arrow-right"></i>
</span>
</a>
<a href="https://lightpad.forge.apps.education.fr/"
class="tw-flex tw-border-[1px] tw-border-black tw-h-[400px] tw-w-[400px] tw-flex-col tw-gap-4 tw-overflow-clip tw-rounded-lg tw-p-4 max-lg:tw-w-[300px]">
<div class="tw-h-[250px] tw-w-full tw-overflow-hidden tw-rounded-md">
<img src="./assets/images/lightpad.avif" alt="article image"
class="tw-h-full tw-w-full tw-object-cover tw-transition-transform tw-duration-[0.3s] hover:tw-scale-[1.04]"
loading="lazy" />
</div>
<h3 class="tw-mt-2 tw-text-2xl tw-font-semibold max-md:tw-text-xl">
Lightpad
</h3>
<p class="tw-text-gray-800">
Lightpad permet de créer un pad avec des capsules, la possibilité d'organiser en colonnes, avec des tags, un outil de recherche très rapide et des filtres automatiques.
</p>
<span>
<span>Voir l'appli</span>
<i class="bi bi-arrow-right"></i>
</span>
</a>
<a href="https://marknews.forge.apps.education.fr/"
class="tw-flex tw-border-[1px] tw-border-black tw-h-[400px] tw-w-[400px] tw-flex-col tw-gap-4 tw-overflow-clip tw-rounded-lg tw-p-4 max-lg:tw-w-[300px]">
<div class="tw-h-[250px] tw-w-full tw-overflow-hidden tw-rounded-md">
<img src="./assets/images/marknews.avif" alt="article image"
class="tw-h-full tw-w-full tw-object-cover tw-transition-transform tw-duration-[0.3s] hover:tw-scale-[1.04]"
loading="lazy" />
</div>
<h3 class="tw-mt-2 tw-text-2xl tw-font-semibold max-md:tw-text-xl">
Marknews
</h3>
<p class="tw-text-gray-800">
Marknews permet de se faire un tableau de bord de flux RSS et d’organiser sa veille, à partir d’un
fichier en Markdown
</p>
<span>
<span>Voir l'appli</span>
<i class="bi bi-arrow-right"></i>
</span>
</a>
<a href="https://markpage.forge.apps.education.fr/"
class="tw-flex tw-border-[1px] tw-border-black tw-h-[400px] tw-w-[400px] tw-flex-col tw-gap-4 tw-overflow-clip tw-rounded-lg tw-p-4 max-lg:tw-w-[300px]">
<div class="tw-h-[250px] tw-w-full tw-overflow-hidden tw-rounded-md">
<img src="./assets/images/markpage.avif" alt="article image"
class="tw-h-full tw-w-full tw-object-cover tw-transition-transform tw-duration-[0.3s] hover:tw-scale-[1.04]"
loading="lazy" />
</div>
<h3 class="tw-mt-2 tw-text-2xl tw-font-semibold max-md:tw-text-xl">
Markpage
</h3>
<p class="tw-text-gray-800">
Markpage permet de créer facilement un minisite web ou une application pour smartphone à partir d'un simple fichier en Markdown
</p>
<span>
<span>Voir l'appli</span>
<i class="bi bi-arrow-right"></i>
</span>
</a>
<a href="https://mymarkmap.forge.apps.education.fr/"
class="tw-flex tw-border-[1px] tw-border-black tw-h-[400px] tw-w-[400px] tw-flex-col tw-gap-4 tw-overflow-clip tw-rounded-lg tw-p-4 max-lg:tw-w-[300px]">
<div class="tw-h-[250px] tw-w-full tw-overflow-hidden tw-rounded-md">
<img src="./assets/images/myMarkmap.avif" alt="article image"
class="tw-h-full tw-w-full tw-object-cover tw-transition-transform tw-duration-[0.3s] hover:tw-scale-[1.04]"
loading="lazy" />
</div>
<h3 class="tw-mt-2 tw-text-2xl tw-font-semibold max-md:tw-text-xl">
myMarkmap
</h3>
<p class="tw-text-gray-800">
myMarkmap est un outil pour créer des cartes mentales en Markdown
</p>
<span>
<span>Voir l'appli</span>
<i class="bi bi-arrow-right"></i>
</span>
</a>
<a href="https://text2quiz.vercel.app/"
class="tw-flex tw-border-[1px] tw-border-black tw-h-[400px] tw-w-[400px] tw-flex-col tw-gap-4 tw-overflow-clip tw-rounded-lg tw-p-4 max-lg:tw-w-[300px]">
<div class="tw-h-[250px] tw-w-full tw-overflow-hidden tw-rounded-md">
<img src="./assets/images/text2quiz.avif" alt="article image"
class="tw-h-full tw-w-full tw-object-cover tw-transition-transform tw-duration-[0.3s] hover:tw-scale-[1.04]"
loading="lazy" />
</div>
<h3 class="tw-mt-2 tw-text-2xl tw-font-semibold max-md:tw-text-xl">
Text2quiz
</h3>
<p class="tw-text-gray-800">
Text2quiz permet de créer automatiquement un quiz à partir d’un simple fichier texte. 13 types de
question sont possibles : vrai/faux, QCM, question/réponse, textes à trous, flashcards, remise en
ordre, étiquettes à positionner …
</p>
<span>
<span>Voir l'appli</span>
<i class="bi bi-arrow-right"></i>
</span>
</a>
</div>
</section>
<section
class="tw-relative tw-mt-10 tw-flex tw-min-h-[100vh] tw-w-full tw-max-w-[100vw] tw-flex-col tw-place-items-center lg:tw-p-6">
<h2 id="le-markdown" class="tw-text-5xl md:tw-text-6xl tw-text-center tw-p-[5%]">❓ Le Markdown</h2>
<div
class="tw-mt-[5%] tw-flex tw-h-full tw-w-full tw-place-content-center tw-gap-8 tw-p-4 max-lg:tw-max-w-full max-lg:tw-flex-col">
<div
class="tw-flex tw-flex-col tw-gap-[200px] tw-h-full tw-max-w-[50%] max-lg:tw-max-w-full tw-px-[10%] max-lg:tw-px-4 max-lg:tw-gap-16 max-lg:tw-w-full lg:tw-top-[20%]">
<div class="tw-flex tw-gap-6">
<div
class="tw-w-[80px] tw-h-[80px] tw-min-w-[80px]
tw-min-h-[80px] tw-text-5xl
max-lg:tw-min-h-[60px] max-lg:tw-min-w-[60px] max-lg:tw-h-[60px] max-lg:tw-w-[60px]">
<i class="bi bi-lightbulb"></i>
</div>
<h3 class="tw-text-4xl max-lg:tw-text-2xl max-lg:tw-font-normal">
Syntaxe simple et intuitive, facile à apprendre et à comprendre
</h3>
</div>
<div class="tw-flex tw-gap-6">
<div
class="tw-w-[80px] tw-h-[80px] tw-text-5xl tw-min-w-[80px] tw-min-h-[80px] max-lg:tw-min-h-[60px] max-lg:tw-min-w-[60px] max-lg:tw-h-[60px] max-lg:tw-w-[60px]">
<i class="bi bi-box"></i>
</div>
<h3 class="tw-text-4xl max-lg:tw-text-2xl max-lg:tw-font-normal">
Léger et facile à héberger
</h3>
</div>
<div class="tw-flex tw-gap-6">
<div
class="tw-w-[80px] tw-text-5xl tw-h-[80px] tw-min-w-[80px] tw-min-h-[80px] max-lg:tw-min-h-[60px] max-lg:tw-min-w-[60px] max-lg:tw-h-[60px] max-lg:tw-w-[60px]">
<i class="bi bi-lightning-fill"></i>
</div>
<h3 class="tw-text-4xl max-lg:tw-text-2xl max-lg:tw-font-normal">
Focalisation sur le contenu : productivité accrue
</h3>
</div>
<div class="tw-flex tw-gap-6">
<div
class="tw-w-[80px] tw-text-5xl tw-h-[80px] tw-min-w-[80px] tw-min-h-[80px] max-lg:tw-min-h-[60px] max-lg:tw-min-w-[60px] max-lg:tw-h-[60px] max-lg:tw-w-[60px]">
<i class="bi bi-diagram-3"></i>
</div>
<h3 class="tw-text-4xl max-lg:tw-text-2xl max-lg:tw-font-normal">
Un format polyvalent, facile à convertir en d'autres formats
</h3>
</div>
<div class="tw-flex tw-gap-6">
<div
class="tw-w-[80px] tw-text-5xl tw-h-[80px] tw-min-w-[80px] tw-min-h-[80px] max-lg:tw-min-h-[60px] max-lg:tw-min-w-[60px] max-lg:tw-h-[60px] max-lg:tw-w-[60px]">
<i class="bi bi-share"></i>
</div>
<h3 class="tw-text-4xl max-lg:tw-text-2xl max-lg:tw-font-normal">
Facilite la collaboration et la révision de contenus
</h3>
</div>
<div class="tw-flex tw-gap-6">
<div
class="tw-w-[80px] tw-text-5xl tw-h-[80px] tw-min-w-[80px] tw-min-h-[80px] max-lg:tw-min-h-[60px] max-lg:tw-min-w-[60px] max-lg:tw-h-[60px] max-lg:tw-w-[60px]">
<i class="bi bi-house-heart"></i>
</div>
<h3 class="tw-text-4xl max-lg:tw-text-2xl max-lg:tw-font-normal">
Intégration parfaite dans la Forge des Communs Numériques Éducatifs
</h3>
</div>
</div>
<div
class="tw-relative tw-flex tw-max-w-[30%] max-lg:tw-max-w-full tw-flex-col tw-place-items-start tw-gap-4 tw-p-2 max-lg:tw-place-items-center max-lg:tw-place-content-center max-lg:tw-w-full">
<div
class="tw-top-20 lg:tw-sticky tw-max-h-[800px] tw-h-full tw-max-w-[850px] max-lg:tw-max-h-fit max-lg:tw-max-w-[320px] tw-overflow-hidden tw-rounded-lg">
<img src="https://upload.wikimedia.org/wikipedia/commons/4/48/Markdown-mark.svg"
alt="Symbole du Markdown" class="tw-h-full tw-w-full tw-object-contain" loading="lazy" />
</div>
</div>
</div>
</section>
<section
class="tw-relative tw-mt-10 tw-flex tw-min-h-[20vh] tw-w-full tw-max-w-[100vw] tw-flex-col tw-place-items-center lg:tw-p-6">
<div class="tw-w-full tw-flex tw-mt-8 tw-h-fit
tw-max-w-[100vw] tw-overflow-hidden tw-relative">
<div class="edge-gradient tw-z-10 tw-absolute tw-w-full tw-h-full tw-left-0">
</div>
<div class="markdownAdvantages-container scroller tw-flex tw-w-full tw-gap-3" data-direction="right">
</div>
</div>
<div class="tw-w-full tw-flex tw-relative tw-h-fit tw-mt-8
tw-max-w-[100vw]
tw-overflow-hidden">
<div class="edge-gradient tw-z-10 tw-absolute tw-w-full tw-h-full tw-left-0">
</div>
<div class="markdownApplications-container scroller tw-flex tw-w-full tw-gap-3" data-direction="left"
data-speed="slow">
</div>
</div>
</section>
<section class="tw-w-full tw-flex
tw-flex-col
tw-place-content-center
tw-px-[10%]
tw-p-4
tw-gap-[10%]
tw-place-items-center
max-md:tw-flex-col
tw-overflow-hidden
tw-min-h-[30vh]
" id="book">
</section>
<section
class="tw-flex tw-w-full tw-flex-col tw-place-content-center tw-place-items-center tw-gap-[10%] tw-p-[5%] tw-px-[10%]">
<h3 id="la-forge" class="tw-text-5xl md:tw-text-6xl tw-font-medium tw-text-gray-800 tw-p-[5%] tw-text-center">
🔨 La Forge des Communs Numériques Éducatifs
</h3>
<div class="tw-mt-5 tw-flex tw-min-h-[300px] tw-w-full tw-max-w-[850px] tw-flex-col tw-gap-4">
<div class="faq tw-w-full">
<div class="faq-accordion tw-flex tw-w-full tw-select-none tw-text-xl max-md:tw-text-lg">
<span>Qu'est-ce qu'un commun numérique éducatif ?</span>
<i class="bi bi-plus tw-ml-auto tw-font-semibold"></i>
</div>
<div class="content">
<p>Un commun numérique éducatif est une ressource numérique destinée à l’éducation (comme un cours,
un logiciel, des exercices interactifs ou des documents pédagogiques) qui est librement
accessible et partageable.</p>
<p>Ce type de ressource est sous licence libre afin de pouvoir être utilisé, amélioré, et
redistribué par tous, dans un esprit de collaboration et de contribution.</p>
<p>Pour parler véritablement de commun numérique, il doit y avoir la possibilité pour la communauté de faire évoluer la ressource et de participer à son développement, ce que permet justement une forge.</p>
</div>
</div>
<div class="faq tw-w-full">
<div class="faq-accordion tw-flex tw-w-full tw-select-none tw-text-xl max-md:tw-text-lg">
<span>Qu'est-ce qu'une forge ?</span>
<i class="bi bi-plus tw-ml-auto tw-font-semibold"></i>
</div>
<div class="content">
<p>Une forge est une plateforme collaborative où chacun peut partager, améliorer et réutiliser des
ressources numériques.</p>
<p>C’est un espace de travail commun qui permet de publier des applications et des sites webs, de
suivre les modifications, de travailler ensemble et d’échanger des idées.</p>
<p>Sur la forge des communs numériques éducatifs, tout le monde peut contribuer à enrichir les
ressources éducatives pour les rendre accessibles et utiles à tous.</p>
</div>
</div>
<div class="faq tw-w-full">
<div class="faq-accordion tw-flex tw-w-full tw-select-none tw-text-xl max-md:tw-text-lg">
<span>Comment accéder aux ressources disponibles sur la forge ?</span>
<i class="bi bi-plus tw-ml-auto tw-font-semibold"></i>
</div>
<div class="content">
<p>On peut simplement utiliser les applications et sites webs publiés sur la Forge, sans créer de
compte.</p>
<p>Si on veut participer à l'amélioration de ces ressources, ou bien soi-même créer un site web ou
une application, il faut avoir un compte sur le portail Apps, ou bien faire une demande de
compte externe.</p>
<p>On se connecte ensuite simplement à la Forge et on peut s'aider de la documentation et des salons
Tchap de la communauté pour explorer des usages plus avancés de la Forge.</p>
</div>
</div>
<div class="faq tw-w-full">
<div class="faq-accordion tw-flex tw-w-full tw-select-none tw-text-xl max-md:tw-text-lg">
<span>J'ai repéré un bug ou bien j'ai une suggestion d'amélioration pour un des outils de la
Forge</span>
<i class="bi bi-plus tw-ml-auto tw-font-semibold"></i>
</div>
<div class="content">
<p>C'est parfait ! La Forge est faite pour ça. Le but est bien de produire collectivement des
ressources faites par des collègues pour des collègues.</p>
<p>Pour communiquer votre bug ou votre suggestion d'amélioration, il faut vous connecter à la Forge
et laisser un "ticket" sur la page du projet en question. L'adresse pour les tickets est souvent
indiquée sur la page principale de la ressource.</p>
</div>
</div>
</div>
<div class="tw-mt-20 tw-flex tw-w-full tw-max-w-[100vw] tw-flex-col tw-place-items-center tw-gap-4">
<h3 id="contact"
class="tw-text-5xl md:tw-text-6xl tw-font-medium tw-text-gray-800 tw-p-[5%] tw-text-center">
💬 Contact
</h3>
<div class="tw-text-3xl tw-text-center">
N'hésitez pas à me contacter !
</div>
<a href="mailto:cedricPOINTeyssette@acTIRETDUMILIEUlyon.fr"
class="btn !tw-rounded-full !tw-bg-black tw-mt-10">
Envoyez-moi un mail !
</a>
</div>
</section>
<section
class="tw-relative tw-flex tw-w-full tw-max-w-[100vw] tw-flex-col tw-place-content-center tw-place-items-center tw-overflow-hidden ">
<h2 class="tw-text-3xl max-md:tw-text-xl">
Réseaux sociaux
</h2>
<div
class="tw-flex tw-w-full tw-max-w-[100vw] tw-flex-row tw-place-content-center tw-place-items-center tw-gap-10 tw-p-[5%] tw-overflow-hidden">
<span><a href="https://scholar.social/@eyssette"><img src="./assets/images/mastodon.svg" width="40"
height="30" loading="lazy" alt="Mastodon icon"></a></span>
<span><a href="https://forge.apps.education.fr/eyssette"><img src="./assets/images/brigit.avif" width="40"
height="30" loading="lazy" alt="Forge des Communs Numériques Éducatifs icon"></a></span>
<span><a href="https://github.com/eyssette"><img src="./assets/images/github.svg" width="40" height="30"
loading="lazy" alt="Github icon"></a></span>
<span><a href="https://www.facebook.com/cedric.eyssette"><img src="./assets/images/facebook.svg" width="40"
height="30" loading="lazy" alt="Facebook icon"></a></span>
<span><a href="https://www.linkedin.com/in/eyssette/"><img src="./assets/images/linkedin.svg" width="40"
height="30" loading="lazy" alt="Linkedin icon"></a></span>
</div>
</section>
<footer
class="tw-mt-auto tw-flex tw-w-full tw-place-content-around tw-gap-3 tw-p-[5%] tw-px-[10%] tw-text-white max-md:tw-flex-col">
<div class="tw-flex tw-h-full tw-w-[250px] tw-flex-col tw-place-items-center tw-gap-6 max-md:tw-w-full">
<img src="./assets/logo/logo.svg" alt="logo" width="120" height="120" class="tw-max-w-[120px]"
loading="lazy" />
</div>
<div class="tw-flex tw-h-full tw-w-[250px] tw-flex-col tw-gap-4">
<h2 class="tw-text-3xl max-md:tw-text-xl">🔨</h2>
<div class="tw-flex tw-flex-col tw-gap-3 max-md:tw-text-sm">
<a href="https://forge.apps.education.fr/explore/projects?archived=true" class="footer-link">D'autres
applications sur la Forge</a>
<a href="https://www.tchap.gouv.fr/#/room/!fnVhKrpqraWfsSirBK:agent.education.tchap.gouv.fr"
class="footer-link">Le salon Tchap de La Forge</a>
<a href="https://www.tchap.gouv.fr/#/room/!BXZZsyWklktciNEDbM:agent.education.tchap.gouv.fr"
class="footer-link">Le salon Tchap Dev de La Forge</a>
<a href="https://docs.forge.apps.education.fr/" class="footer-link">La documentation de La Forge</a>
</div>
</div>
<div class="tw-flex tw-h-full tw-w-[250px] tw-flex-col tw-gap-4">
<h2 class="tw-text-3xl max-md:tw-text-xl"> 👩⚖️</h2>
<div class="tw-flex tw-flex-col tw-gap-3 max-md:tw-text-sm">
<a href="https://forge.apps.education.fr/marklab/marklab.forge.apps.education.fr#mentions-l%C3%A9gales"
class="footer-link">Mentions légales</a>
<a href="https://forge.apps.education.fr/marklab/marklab.forge.apps.education.fr#politique-de-donn%C3%A9es-personnelles"
class="footer-link">Données personnelles</a>
</div>
</div>
</footer>
</body>
<script src="./js/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="./css/swiper-bundle.min.css" />
<script src="./js/index.min.js"></script>
</html>