Update projects

This commit is contained in:
TheThomaas 2025-06-09 18:32:28 +02:00
parent 0309652be2
commit c957e34325
6 changed files with 30 additions and 8 deletions

View file

@ -1,6 +1,7 @@
--- ---
title: Cancre Simulator 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: links:
- https://github.com/divtec-cejef/2020-JCO-CancreSimulator - https://github.com/divtec-cejef/2020-JCO-CancreSimulator
tags: tags:
@ -8,5 +9,5 @@ tags:
- Unity - Unity
--- ---
* desc1 * {{description}}
* desc2 * **Technologies** : {{ tags | join: ", " }}

View file

@ -1,6 +1,7 @@
--- ---
title: eleventy-plugin-pdf title: eleventy-plugin-pdf
description: Un plugin pour Eleventy qui permet de créer un fichier 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 order: 0
links: links:
- https://www.npmjs.com/package/eleventy-plugin-pdf - https://www.npmjs.com/package/eleventy-plugin-pdf
@ -10,3 +11,6 @@ tags:
- NPM - NPM
- JS - JS
--- ---
* Un plugin pour Eleventy qui permet de créer un fichier PDF à l'aide de Puppeteer
* **Technologies** : {{ tags | join: ", " }}

View file

@ -6,4 +6,9 @@ links:
- https://github.com/divtec-cejef/2019-CCH-BrickPi7-Thomas-Mathieu - https://github.com/divtec-cejef/2019-CCH-BrickPi7-Thomas-Mathieu
tags: tags:
- Python - Python
- 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

View file

@ -1,9 +1,14 @@
--- ---
title: LDAP title: LDAP
description: Edition d'utilisateurs d'un annuaire LDAP depuis un site (Projet scolaire) 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: links:
- https://github.com/TheThomaas/PHP-M159-LDAP - https://github.com/TheThomaas/PHP-M159-LDAP
tags: tags:
- PHP - PHP
- LDAP - LDAP
- SQL
--- ---
* {{description}}
* **Technologies** : {{ tags | join: ", " }}

View file

@ -1,6 +1,7 @@
--- ---
title: Capteurs de temperature title: Capteurs de temperature
description: Des capteurs de température affichés sur un tableau de bord (Projet scolaire) 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: links:
- https://github.com/TheThomaas/iot_temperature_humidity - https://github.com/TheThomaas/iot_temperature_humidity
tags: tags:
@ -8,3 +9,6 @@ tags:
- PHP - PHP
- Arduino - Arduino
--- ---
* {{description}}
* **Technologies** : {{ tags | join: ", " }}

View file

@ -1,8 +1,11 @@
--- ---
title: Snake title: Snake
description: Un snake réalisé en Java (Projet scolaire) description: Un snake réalisé en Java (Projet scolaire)
background: linear-gradient(45deg, var(--color-primary-50) 30%, var(--color-primary-200) 100%)
links: links:
- https://github.com/TheThomaas/snake - https://github.com/TheThomaas/snake
tags: tags:
- Java - Java
--- ---
* {{description}}