Add new project

This commit is contained in:
2024-11-29 15:05:59 +01:00
parent 9c4f189006
commit 2b9a2d0574
2 changed files with 16 additions and 0 deletions

View File

@@ -81,6 +81,18 @@ const Felix = {
description: "Projet de fin de 4e semestre à l'ISEN Nantes. Création d'un jeu de type Tower Defense en C++ avec la librairie QT6.",
tags: ["C++", "QT"],
link: "https://github.com/BreizhHardware/Poulpes-de-l-Espace-La-derniere-ligne-de-Defense"
},
{
title: "Github NTFY",
description: "Projet de notification pour les releases github et dockerhub qui envoie des notifications sur ntfy, gotify et discord",
tags: ["Python", "Docker", "Github Actions"],
link: "https://github.com/BreizhHardware/ntfy_alerts"
},
{
title: "Projet C++ - ISEN CIPA 3",
description: "Projet de jeu de simulation de comportement de banc de poisson en C++ avec la librairie SLD2, avec support du multijoueur.",
tags: ["C++", "SDL2", "Multiplayer"],
link: "https://github.com/BreizhHardware/bloubloulespoissons"
}
]
};

View File

@@ -17,6 +17,8 @@ i18n
"projects.Projet robot.description": "Projet de robot avec le club Modelec ISEN pour la coupe de france de robotique (Developpement et déploiment sur Raspberry Pi)",
"projects.MercuryCloud.description": "Projet d'herbergeur de serveur de jeu et VPS. Poste de support technique, administrateur des service VPS, Game et web.",
"projects.Projet C++ - ISEN CIR 2.description": "Projet de fin de 4e semestre à l'ISEN Nantes. Création d'un jeu de type Tower Defense en C++ avec la librairie QT6.",
"projects.Github NTFY.description": "Projet de notification pour les releases github et dockerhub qui envoie des notifications sur ntfy, gotify et discord.",
"projects.Projet C++ - ISEN CIPA 3.description": "Projet de jeu de simulation de comportement de banc de poisson en C++ avec la librairie SLD2, avec support du multijoueur.",
"cv.title": "Mon CV",
"cv.path": "/CV%20Félix%20MARQUET.pdf",
"nav.about": "A propos de moi",
@@ -37,6 +39,8 @@ i18n
"projects.Projet robot.description": "Robot project with the Modelec ISEN club for the French robotics cup (Development and deployment on Raspberry Pi)",
"projects.MercuryCloud.description": "Game server and VPS hosting project. Technical support position, administrator of VPS, Game and web services.",
"projects.Projet C++ - ISEN CIR 2.description": "End of 4th semester project at ISEN Nantes. Creation of a Tower Defense type game in C++ with the QT6 library.",
"projects.Github NTFY.description": "Notification project for github and dockerhub releases that sends notifications on ntfy, gotify and discord.",
"projects.Projet C++ - ISEN CIPA 3.description": "Fish school behavior simulation game project in C++ with the SLD2 library, with multiplayer support.",
"nav.about": "About me",
"nav.projects": "My projects",
"nav.cv": "My CV",