diff --git a/src/projects/cancre-simulator.md b/src/projects/cancre-simulator.md index 66f0c3a..a562948 100644 --- a/src/projects/cancre-simulator.md +++ b/src/projects/cancre-simulator.md @@ -1,6 +1,7 @@ --- title: Cancre Simulator -description: Un jeu fait pour les Portes Ouvertes 2020 (Projet scolaire) +description: Un jeu multijoueur réalisé pour les Portes Ouvertes 2020 de l'EMT +background: linear-gradient(45deg, rgb(255, 241, 241) 30%, rgb(255, 196, 196) 100%) links: - https://github.com/divtec-cejef/2020-JCO-CancreSimulator tags: @@ -8,5 +9,5 @@ tags: - Unity --- -* desc1 -* desc2 \ No newline at end of file +* {{description}} +* **Technologies** : {{ tags | join: ", " }} \ No newline at end of file diff --git a/src/projects/eleventy-plugin-pdf.md b/src/projects/eleventy-plugin-pdf.md index 11664c8..78c0375 100644 --- a/src/projects/eleventy-plugin-pdf.md +++ b/src/projects/eleventy-plugin-pdf.md @@ -1,6 +1,7 @@ --- title: eleventy-plugin-pdf description: Un plugin pour Eleventy qui permet de créer un fichier PDF +background: linear-gradient(45deg, rgb(255, 226, 224) 30%, rgb(255, 157, 154) 100%) order: 0 links: - https://www.npmjs.com/package/eleventy-plugin-pdf @@ -9,4 +10,7 @@ tags: - 11ty - NPM - JS ---- \ No newline at end of file +--- + +* Un plugin pour Eleventy qui permet de créer un fichier PDF à l'aide de Puppeteer +* **Technologies** : {{ tags | join: ", " }} \ No newline at end of file diff --git a/src/projects/guess-who.md b/src/projects/guess-who.md index 296cfea..5bf7bc7 100644 --- a/src/projects/guess-who.md +++ b/src/projects/guess-who.md @@ -6,4 +6,9 @@ links: - https://github.com/divtec-cejef/2019-CCH-BrickPi7-Thomas-Mathieu tags: - Python ---- \ No newline at end of file + - TTS +--- + +* {{description}} +* Le joueur affronte l'ordinateur. Les deux se posent des questions à l'aide d'un sélecteur rotatif +* Le robot pose également les questions à haute voix \ No newline at end of file diff --git a/src/projects/ldap.md b/src/projects/ldap.md index 506ffa9..6b92edd 100644 --- a/src/projects/ldap.md +++ b/src/projects/ldap.md @@ -1,9 +1,14 @@ --- title: LDAP description: Edition d'utilisateurs d'un annuaire LDAP depuis un site (Projet scolaire) +background: linear-gradient(45deg, rgb(220, 246, 255) 30%, rgb(178, 239, 255) 100%) links: - https://github.com/TheThomaas/PHP-M159-LDAP tags: - PHP - LDAP ---- \ No newline at end of file + - SQL +--- + +* {{description}} +* **Technologies** : {{ tags | join: ", " }} \ No newline at end of file diff --git a/src/projects/sigfox.md b/src/projects/sigfox.md index 09fa800..a6aae4e 100644 --- a/src/projects/sigfox.md +++ b/src/projects/sigfox.md @@ -1,10 +1,14 @@ --- title: Capteurs de temperature description: Des capteurs de température affichés sur un tableau de bord (Projet scolaire) +background: linear-gradient(45deg, var(--color-secondary-100) 30%, var(--color-secondary-300) 100%) links: - https://github.com/TheThomaas/iot_temperature_humidity tags: - IOT - PHP - Arduino ---- \ No newline at end of file +--- + +* {{description}} +* **Technologies** : {{ tags | join: ", " }} \ No newline at end of file diff --git a/src/projects/snake.md b/src/projects/snake.md index f00d7f2..72704e4 100644 --- a/src/projects/snake.md +++ b/src/projects/snake.md @@ -1,8 +1,11 @@ --- title: Snake description: Un snake réalisé en Java (Projet scolaire) +background: linear-gradient(45deg, var(--color-primary-50) 30%, var(--color-primary-200) 100%) links: - https://github.com/TheThomaas/snake tags: - Java ---- \ No newline at end of file +--- + +* {{description}} \ No newline at end of file