diff --git a/architecture/os/README.md b/architecture/os/README.md
index 7226252..532d2f4 100644
--- a/architecture/os/README.md
+++ b/architecture/os/README.md
@@ -53,7 +53,7 @@ On distingue trois grandes familles de systèmes d'exploitation aujourd'hui :
-
+
diff --git a/architecture/os/assets/IOS_logo.png b/architecture/os/assets/IOS_logo.png
new file mode 100644
index 0000000..7e96a43
Binary files /dev/null and b/architecture/os/assets/IOS_logo.png differ
diff --git a/representation_construits/chapitre_2/exercices/README.md b/representation_construits/chapitre_2/exercices/README.md
index 1ff239a..2ffb918 100644
--- a/representation_construits/chapitre_2/exercices/README.md
+++ b/representation_construits/chapitre_2/exercices/README.md
@@ -228,3 +228,8 @@ True
False
```
+---------
+
+Source :
+
+- Manuel de NSI - Prépabac, Éditions Hatier (2020)
diff --git a/representation_construits/chapitre_2/td/TD.ipynb b/representation_construits/chapitre_2/td/TD.ipynb
index 056800b..8f6460c 100644
--- a/representation_construits/chapitre_2/td/TD.ipynb
+++ b/representation_construits/chapitre_2/td/TD.ipynb
@@ -111,7 +111,7 @@
"* Pierre a 37 ans et est né à Lille.\n",
"* Zoé a 21 ans et est née à Nice.\n",
"* Ali a 54 ans et est né à Bordeaux.\n",
- "* Aymeric a 72 ans et est né à Nice.\n",
+ "* Aymeric a 72 ans et est né à Lyon.\n",
"\n",
"\n",
"1. Définissez le dictionnaire de contacts.\n",
diff --git a/representation_construits/chapitre_2/td/correction.ipynb b/representation_construits/chapitre_2/td/correction.ipynb
index 175301e..89e01b1 100644
--- a/representation_construits/chapitre_2/td/correction.ipynb
+++ b/representation_construits/chapitre_2/td/correction.ipynb
@@ -94,11 +94,13 @@
]
},
{
- "cell_type": "code",
- "execution_count": null,
+ "cell_type": "markdown",
"metadata": {},
- "outputs": [],
- "source": []
+ "source": [
+ "1. Cela affiche la liste des fruits qui correpondent aux clés du dictionnaire.\n",
+ "2. Le programme affiche les clés du dictionnaire, une flèche puis la valeur correspondante à chaque clé, donc un couple clé -> valeur, avec les fruits en clé et leur nombre comme valeur.\n",
+ "3. Ici cela va afficher le nombre de chaque fruit à la suite, qui correspondent aux valeurs des clés du dictionnaire. "
+ ]
},
{
"cell_type": "markdown",
diff --git a/representation_construits/chapitre_3/README.md b/representation_construits/chapitre_3/README.md
index fcc1b83..e65e606 100644
--- a/representation_construits/chapitre_3/README.md
+++ b/representation_construits/chapitre_3/README.md
@@ -1,4 +1,4 @@
-# Structures imbriquées et compréhensions
+## Structures imbriquées et compréhensions
> Il est possible de combiner listes, tuples, et dictionnaires. Avec la syntaxe des compréhensions, l'écriture des listes et dictionnaires semble plus élègante.
diff --git a/reseau/README.md b/reseau/README.md
index 699c031..d3ef5b2 100644
--- a/reseau/README.md
+++ b/reseau/README.md
@@ -18,5 +18,3 @@ Un réseau est un ensemble d'élèments matériels et logiciels reliés ensemble
- Quels types de matériels connaissez vous ?
-
-Un réseau est
\ No newline at end of file
diff --git a/web/HTML5_Bible.pdf b/web/HTML5_Bible.pdf
new file mode 100644
index 0000000..39a3bbe
Binary files /dev/null and b/web/HTML5_Bible.pdf differ
diff --git a/web/js/README.md b/web/js/README.md
index 2693597..a6f3dc3 100644
--- a/web/js/README.md
+++ b/web/js/README.md
@@ -124,7 +124,7 @@ Enregistrez le fichier et ouvrez le fichier HTML (index.html) avec le navigateur
À ce stade, vous devez juste avoir compris que le code document.write vous permet d'afficher la chaîne de caractères contenue entre les guillemets (dans notre exemple : Hello World !). Il est aussi important de noter qu'en JavaScript, une ligne de code doit se terminer par un point virgule.
-Pour votre information, il est aussi possible d'inclure le code JavaScript directement dans le code HTML :
+Pour votre information, il est aussi possible d'inclure le code JavaScript directement dans le code HTML
### Les variables en JavaScript
diff --git a/web/tp/images/bangkok.jpg b/web/tp/images/bangkok.jpg
new file mode 100644
index 0000000..16c109d
Binary files /dev/null and b/web/tp/images/bangkok.jpg differ
diff --git a/web/tp/images/bulle.png b/web/tp/images/bulle.png
new file mode 100644
index 0000000..915d928
Binary files /dev/null and b/web/tp/images/bulle.png differ
diff --git a/web/tp/images/facebook.png b/web/tp/images/facebook.png
new file mode 100644
index 0000000..5d0ae32
Binary files /dev/null and b/web/tp/images/facebook.png differ
diff --git a/web/tp/images/flecheblanchedroite.png b/web/tp/images/flecheblanchedroite.png
new file mode 100644
index 0000000..420e75c
Binary files /dev/null and b/web/tp/images/flecheblanchedroite.png differ
diff --git a/web/tp/images/flickr.png b/web/tp/images/flickr.png
new file mode 100644
index 0000000..cb621e8
Binary files /dev/null and b/web/tp/images/flickr.png differ
diff --git a/web/tp/images/fond_jaune.png b/web/tp/images/fond_jaune.png
new file mode 100644
index 0000000..f9d9d01
Binary files /dev/null and b/web/tp/images/fond_jaune.png differ
diff --git a/web/tp/images/ico_epingle.png b/web/tp/images/ico_epingle.png
new file mode 100644
index 0000000..79508ae
Binary files /dev/null and b/web/tp/images/ico_epingle.png differ
diff --git a/web/tp/images/pastor.png b/web/tp/images/pastor.png
new file mode 100644
index 0000000..ebc218f
Binary files /dev/null and b/web/tp/images/pastor.png differ
diff --git a/web/tp/images/photo_1.JPG b/web/tp/images/photo_1.JPG
new file mode 100644
index 0000000..6825d27
Binary files /dev/null and b/web/tp/images/photo_1.JPG differ
diff --git a/web/tp/images/photo_2.JPG b/web/tp/images/photo_2.JPG
new file mode 100644
index 0000000..c56976f
Binary files /dev/null and b/web/tp/images/photo_2.JPG differ
diff --git a/web/tp/images/photo_3.JPG b/web/tp/images/photo_3.JPG
new file mode 100644
index 0000000..e1524d6
Binary files /dev/null and b/web/tp/images/photo_3.JPG differ
diff --git a/web/tp/images/photo_4.JPG b/web/tp/images/photo_4.JPG
new file mode 100644
index 0000000..63be7ca
Binary files /dev/null and b/web/tp/images/photo_4.JPG differ
diff --git a/web/tp/images/photo_min_1.jpg b/web/tp/images/photo_min_1.jpg
new file mode 100644
index 0000000..53e5d3a
Binary files /dev/null and b/web/tp/images/photo_min_1.jpg differ
diff --git a/web/tp/images/photo_min_2.jpg b/web/tp/images/photo_min_2.jpg
new file mode 100644
index 0000000..8f2cf89
Binary files /dev/null and b/web/tp/images/photo_min_2.jpg differ
diff --git a/web/tp/images/photo_min_3.jpg b/web/tp/images/photo_min_3.jpg
new file mode 100644
index 0000000..2e4df44
Binary files /dev/null and b/web/tp/images/photo_min_3.jpg differ
diff --git a/web/tp/images/photo_min_4.jpg b/web/tp/images/photo_min_4.jpg
new file mode 100644
index 0000000..d653c81
Binary files /dev/null and b/web/tp/images/photo_min_4.jpg differ
diff --git a/web/tp/images/rss.png b/web/tp/images/rss.png
new file mode 100644
index 0000000..bf7f13d
Binary files /dev/null and b/web/tp/images/rss.png differ
diff --git a/web/tp/images/separateur.png b/web/tp/images/separateur.png
new file mode 100644
index 0000000..cbd99e8
Binary files /dev/null and b/web/tp/images/separateur.png differ
diff --git a/web/tp/images/twitter.png b/web/tp/images/twitter.png
new file mode 100644
index 0000000..3a580bc
Binary files /dev/null and b/web/tp/images/twitter.png differ
diff --git a/web/tp/images/vimeo.png b/web/tp/images/vimeo.png
new file mode 100644
index 0000000..9032dd0
Binary files /dev/null and b/web/tp/images/vimeo.png differ