Refactor radar chart and improve UI elements

- Updated radar chart to use abbreviated category labels for better readability.
- Enhanced chart visibility with improved grid and axis styling.
- Added a gradient background to the radar area for a more polished look.
- Simplified links in JSON files for backend, cloud, and devops skills.
- Adjusted HomePage text for clarity and consistency.
This commit is contained in:
Julien Froidefond
2025-08-20 16:10:28 +02:00
parent 5c510ebd07
commit e6d4bbe13d
5 changed files with 114 additions and 108 deletions

View File

@@ -124,7 +124,7 @@ export default function HomePage() {
Vue d'ensemble de vos compétences
</h3>
<p className="text-slate-400 text-sm">
Graphique radar représentant votre niveau moyen par catégorie
Radar chart représentant votre niveau par catégorie
</p>
</div>
<div className="h-80">
@@ -155,8 +155,8 @@ export default function HomePage() {
const currentSkillCategory = skillCategories.find(
(sc) => sc.category === category.category
);
const CategoryIcon = currentSkillCategory
? getCategoryIcon(currentSkillCategory.icon)
const CategoryIcon = currentSkillCategory
? getCategoryIcon(currentSkillCategory.icon)
: null;
return (