From c1df821c5feb593f8afe4004bc29911b6ca62a13 Mon Sep 17 00:00:00 2001 From: Dejvino Date: Wed, 20 May 2026 09:42:31 +0200 Subject: [PATCH] refactor(ui): remove skills section from index page Remove the skills section and its associated rendering logic from the main index template to clean up the layout. --- index.php | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/index.php b/index.php index fd2ad87..7c5ab39 100644 --- a/index.php +++ b/index.php @@ -238,28 +238,6 @@ $cv_skills = $cvData['skills'] ?? [];

- -