From bc3fabec78c05a4f79222a6236b4a528762ffd40 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Sun, 8 Jun 2025 22:00:16 +0200 Subject: [PATCH] Update projects --- src/projects/cancre-simulator.md | 6 ++---- src/projects/eleventy-plugin-pdf.md | 12 ++++++++++++ src/projects/guess-who.md | 7 +++---- src/projects/ldap.md | 9 ++------- src/projects/projects.json | 2 +- src/projects/sigfox.md | 14 +++++--------- src/projects/snake.md | 6 ++---- 7 files changed, 27 insertions(+), 29 deletions(-) create mode 100644 src/projects/eleventy-plugin-pdf.md diff --git a/src/projects/cancre-simulator.md b/src/projects/cancre-simulator.md index 58e1498..66f0c3a 100644 --- a/src/projects/cancre-simulator.md +++ b/src/projects/cancre-simulator.md @@ -1,10 +1,8 @@ --- title: Cancre Simulator -description: Un jeu fait pour les Portes Ouvertes 2020 +description: Un jeu fait pour les Portes Ouvertes 2020 (Projet scolaire) links: - - title: Voir sur Github - link: https://github.com - icon: simple-icons:github + - https://github.com/divtec-cejef/2020-JCO-CancreSimulator tags: - C# - Unity diff --git a/src/projects/eleventy-plugin-pdf.md b/src/projects/eleventy-plugin-pdf.md new file mode 100644 index 0000000..11664c8 --- /dev/null +++ b/src/projects/eleventy-plugin-pdf.md @@ -0,0 +1,12 @@ +--- +title: eleventy-plugin-pdf +description: Un plugin pour Eleventy qui permet de créer un fichier PDF +order: 0 +links: + - https://www.npmjs.com/package/eleventy-plugin-pdf + - https://codeberg.org/TheThomaas/eleventy-plugin-pdf +tags: + - 11ty + - NPM + - JS +--- \ No newline at end of file diff --git a/src/projects/guess-who.md b/src/projects/guess-who.md index cf22d46..296cfea 100644 --- a/src/projects/guess-who.md +++ b/src/projects/guess-who.md @@ -1,10 +1,9 @@ --- title: Qui est-ce ? -description: Un "Qui est-ce ?" fait en Python et avec des LEGO Mindstorms +description: Un "Qui est-ce ?" fait en Python et avec des LEGO Mindstorms (Projet scolaire) +order: 9 links: - - title: Voir sur Github - link: https://github.com - icon: simple-icons:github + - https://github.com/divtec-cejef/2019-CCH-BrickPi7-Thomas-Mathieu tags: - Python --- \ No newline at end of file diff --git a/src/projects/ldap.md b/src/projects/ldap.md index 2a3f987..506ffa9 100644 --- a/src/projects/ldap.md +++ b/src/projects/ldap.md @@ -1,13 +1,8 @@ --- title: LDAP -description: Ajouter, voir et se connecter à des utilisateurs LDAP depuis un site +description: Edition d'utilisateurs d'un annuaire LDAP depuis un site (Projet scolaire) links: - - title: Voir le site - link: https://google.com - icon: link - - title: Voir sur Github - link: https://github.com - icon: simple-icons:github + - https://github.com/TheThomaas/PHP-M159-LDAP tags: - PHP - LDAP diff --git a/src/projects/projects.json b/src/projects/projects.json index abae4e2..b5d1f6e 100644 --- a/src/projects/projects.json +++ b/src/projects/projects.json @@ -1,4 +1,4 @@ { "permalink": false, - "order": 1 + "order": 8 } \ No newline at end of file diff --git a/src/projects/sigfox.md b/src/projects/sigfox.md index b730e54..09fa800 100644 --- a/src/projects/sigfox.md +++ b/src/projects/sigfox.md @@ -1,14 +1,10 @@ --- -title: Sigfox Temperature -description: Des capteurs de température affichés sur un tableau de bord +title: Capteurs de temperature +description: Des capteurs de température affichés sur un tableau de bord (Projet scolaire) links: - - title: Voir le site - link: https://google.com - icon: link - - title: Voir sur Github - link: https://github.com - icon: simple-icons:github + - https://github.com/TheThomaas/iot_temperature_humidity tags: - - JS - IOT + - PHP + - Arduino --- \ No newline at end of file diff --git a/src/projects/snake.md b/src/projects/snake.md index 8e24efc..f00d7f2 100644 --- a/src/projects/snake.md +++ b/src/projects/snake.md @@ -1,10 +1,8 @@ --- title: Snake -description: Un snake réalisé en Java +description: Un snake réalisé en Java (Projet scolaire) links: - - title: Voir sur Github - link: https://github.com - icon: simple-icons:github + - https://github.com/TheThomaas/snake tags: - Java --- \ No newline at end of file