From f578bccb59cf9fccf0fad23ea4fec6036aaf9528 Mon Sep 17 00:00:00 2001 From: skycel Date: Sat, 24 Jan 2026 04:45:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20=20Suppression=20de=20donn=C3=A9?= =?UTF-8?q?es=20non=20valide=20sur=20le=20portfolio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/skills.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pages/skills.php b/pages/skills.php index a2e69ef..0dd0299 100644 --- a/pages/skills.php +++ b/pages/skills.php @@ -14,19 +14,19 @@ $techCount = getProjectCountByTech(); $categories = [ 'Frontend' => [ 'icon' => '', - 'techs' => ['HTML', 'CSS', 'JavaScript', 'TypeScript', 'React', 'Vue.js', 'Tailwind CSS', 'Bootstrap', 'SASS'] + 'techs' => ['HTML', 'CSS', 'JavaScript', 'TypeScript', 'Angular', 'Vue.js', 'Tailwind CSS', 'Bootstrap', 'SASS'] ], 'Backend' => [ 'icon' => '', - 'techs' => ['PHP', 'Node.js', 'Python', 'Laravel', 'Express', 'Symfony'] + 'techs' => ['PHP', 'Node.js', 'Laravel', 'Symfony'] ], 'Base de données' => [ 'icon' => '', - 'techs' => ['MySQL', 'PostgreSQL', 'MongoDB', 'SQLite', 'Redis'] + 'techs' => ['MySQL/MariaDB', 'SQLite'] ], 'DevOps & Outils' => [ 'icon' => '', - 'techs' => ['Git', 'Docker', 'Linux', 'Nginx', 'Apache', 'CI/CD'] + 'techs' => ['Git', 'Linux', 'Nginx', 'Apache', 'CI/CD'] ], ]; @@ -128,7 +128,6 @@ include_template('navbar', compact('currentPage')); ['name' => 'DBeaver', 'context' => 'Administration de bases de données'], ['name' => 'FileZilla', 'context' => 'Transfert FTP/SFTP'], ['name' => 'Notion', 'context' => 'Organisation et documentation'], - ['name' => 'Trello', 'context' => 'Gestion de projet Kanban'], ]; ?>