From 52db44ac485e99054946dd798f5968c95d3d4015 Mon Sep 17 00:00:00 2001 From: Juan Date: Thu, 14 Oct 2021 20:56:23 +0200 Subject: [PATCH] adding courses summary --- b2-cwd/integration/live/session1et2/README.md | 6 ++++++ b2-cwd/integration/live/session3/README.md | 9 +++++++++ b2-cwd/integration/live/session4/README.md | 14 ++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 b2-cwd/integration/live/session1et2/README.md create mode 100644 b2-cwd/integration/live/session3/README.md create mode 100644 b2-cwd/integration/live/session4/README.md diff --git a/b2-cwd/integration/live/session1et2/README.md b/b2-cwd/integration/live/session1et2/README.md new file mode 100644 index 0000000..3c1c2c0 --- /dev/null +++ b/b2-cwd/integration/live/session1et2/README.md @@ -0,0 +1,6 @@ +# SESSION 1 et 2 : sujets traités. +- le HTML sémantique +- rappels css et selecteurs +- media queries et srcset +- icomoon +- rappel sur le positionnement en CSS \ No newline at end of file diff --git a/b2-cwd/integration/live/session3/README.md b/b2-cwd/integration/live/session3/README.md new file mode 100644 index 0000000..902b413 --- /dev/null +++ b/b2-cwd/integration/live/session3/README.md @@ -0,0 +1,9 @@ +# SESSION 3 : sujets traités. + +- rappel sur les formulaires + - types de champs + - regexp / pattern +- extension des switchs css +- overlay +- centrer des éléments horizontalement +- icomoon diff --git a/b2-cwd/integration/live/session4/README.md b/b2-cwd/integration/live/session4/README.md new file mode 100644 index 0000000..6fe0024 --- /dev/null +++ b/b2-cwd/integration/live/session4/README.md @@ -0,0 +1,14 @@ +# SESSION 4 : sujets traités. + +- accessbilité + - exercice alt, + - lang, + - aria, + - progress bar, + - contrast, + - couleurs +- selecteurs d'attributs +- inclusion scss et structuration de code +- validation w3c +- seo +- exercice étudiant : carrousel en js (WIP)