From 6936e173de652d942841e3b426af6d2eda430520 Mon Sep 17 00:00:00 2001 From: gpatruno Date: Mon, 20 Apr 2026 02:35:14 +0200 Subject: [PATCH] ordre --- src/data/projets.js | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/data/projets.js b/src/data/projets.js index bc24fb7..9080654 100644 --- a/src/data/projets.js +++ b/src/data/projets.js @@ -33,6 +33,28 @@ export const PROJETS = [ link: 'https://github.com/Foufure13', linkLabel: 'Profil GitHub (dépôt sécurisé)', }, + { + id: 'twitch-bot-interactif', + title: 'Twitch Bot Interactif', + skills: ['Twitch', 'API', 'Bot'], + imageSrc: '/images/twitch-bot-preview.png', + imageAlt: 'Aperçu du bot Twitch', + description: + 'Bot connecté au flux de chat et au streaming d’un live Twitch.\nFonctionnalité 1 : écouter le chat et répondre quand il est mentionné.\nFonctionnalité 2 : enregistrer les voix du flux, traduire en texte et interagir selon les détections.\nProjet personnel — GitHub.', + link: 'https://github.com/Foufure13/twitchBot-intelligent', + linkLabel: 'twitchBot-intelligent sur GitHub', + }, + { + id: 'bot-instagram', + title: 'Bot autonome Instagram', + skills: ['IA', 'API', 'Génération'], + imageSrc: 'https://www.thispersondoesnotexist.com', + imageAlt: 'Aperçu du bot Instagram', + description: + 'Outils pour générer du contenu pour les réseaux sociaux et publier (yoloGenerator, Controler_prompt).\nGénération d’images générique dans un même style ou thème ; API pour communiquer avec un outil de génération d’image et l’administrer.\nProjet personnel — GitHub privé.', + link: 'https://github.com/Foufure13', + linkLabel: 'Profil GitHub (dépôt privé)', + }, { id: 'androidpayload', title: 'androidpayload', @@ -77,17 +99,6 @@ export const PROJETS = [ link: 'https://github.com/Foufure13/ROTMG-LIKE-Csharp', linkLabel: 'ROTMG-LIKE sur GitHub', }, - { - id: 'twitch-bot-interactif', - title: 'Twitch Bot Interactif', - skills: ['Twitch', 'API', 'Bot'], - imageSrc: '/images/twitch-bot-preview.png', - imageAlt: 'Aperçu du bot Twitch', - description: - 'Bot connecté au flux de chat et au streaming d’un live Twitch.\nFonctionnalité 1 : écouter le chat et répondre quand il est mentionné.\nFonctionnalité 2 : enregistrer les voix du flux, traduire en texte et interagir selon les détections.\nProjet personnel — GitHub.', - link: 'https://github.com/Foufure13/twitchBot-intelligent', - linkLabel: 'twitchBot-intelligent sur GitHub', - }, { id: 'billeterie-cinema', title: 'Billeterie cinéma', @@ -132,17 +143,6 @@ export const PROJETS = [ link: 'https://github.com/Foufure13/Airsoft', linkLabel: 'Airsoft sur GitHub', }, - { - id: 'bot-instagram', - title: 'Bot autonome Instagram', - skills: ['IA', 'API', 'Génération'], - imageSrc: 'https://www.thispersondoesnotexist.com', - imageAlt: 'Aperçu du bot Instagram', - description: - 'Outils pour générer du contenu pour les réseaux sociaux et publier (yoloGenerator, Controler_prompt).\nGénération d’images générique dans un même style ou thème ; API pour communiquer avec un outil de génération d’image et l’administrer.\nProjet personnel — GitHub privé.', - link: 'https://github.com/Foufure13', - linkLabel: 'Profil GitHub (dépôt privé)', - }, { id: 'site-partage-info', title: 'Site web de partage d’information',