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'], ]; ?>