Update projects
This commit is contained in:
parent
0309652be2
commit
c957e34325
|
|
@ -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
|
||||
* {{description}}
|
||||
* **Technologies** : {{ tags | join: ", " }}
|
||||
|
|
@ -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
|
||||
---
|
||||
---
|
||||
|
||||
* Un plugin pour Eleventy qui permet de créer un fichier PDF à l'aide de Puppeteer
|
||||
* **Technologies** : {{ tags | join: ", " }}
|
||||
|
|
@ -6,4 +6,9 @@ links:
|
|||
- https://github.com/divtec-cejef/2019-CCH-BrickPi7-Thomas-Mathieu
|
||||
tags:
|
||||
- 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
|
||||
|
|
@ -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
|
||||
---
|
||||
- SQL
|
||||
---
|
||||
|
||||
* {{description}}
|
||||
* **Technologies** : {{ tags | join: ", " }}
|
||||
|
|
@ -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
|
||||
---
|
||||
---
|
||||
|
||||
* {{description}}
|
||||
* **Technologies** : {{ tags | join: ", " }}
|
||||
|
|
@ -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
|
||||
---
|
||||
---
|
||||
|
||||
* {{description}}
|
||||
Loading…
Reference in a new issue