From 08cddb2c6dc868430eba832142256c10cd82ebcd Mon Sep 17 00:00:00 2001 From: el Date: Tue, 1 Apr 2025 14:54:08 +0200 Subject: [PATCH] =?UTF-8?q?projet=20=C3=A9toile=20polaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/projects/page.tsx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 836db13..5074b83 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -77,6 +77,23 @@ const projects: Project[] = [ ) }, + { + id: 9, + title: "Étoile Polaire", + description: "Étoile Polaire est une application de gestion de conteneurs Docker avec support multi-machines.", + tags: ["Python", "Docker", "Go", "Vue.js", "SQLite","JavaScript", "TypeScript","NodeJs"], + category: 'web', + status: 'in-progress', + image: "", + links: { + demo: "https://git.wilmoredynamics.com", + }, + pattern: ( + + + + ) + }, { id: 3, title: "Polyphone Music", @@ -94,7 +111,6 @@ const projects: Project[] = [ ) }, - { id: 4, title: "Intech Paris",