From ebc81f5d8e67916ab70711da58eba679ad56e86e Mon Sep 17 00:00:00 2001 From: Dejvino Date: Tue, 19 May 2026 07:57:14 +0200 Subject: [PATCH] Tuneup --- index.php | 32 +++++++++++++++++++++++++------- style.css | 41 ++++++++++++++++++++++++++++++----------- 2 files changed, 55 insertions(+), 18 deletions(-) diff --git a/index.php b/index.php index 033dd81..7df41fb 100644 --- a/index.php +++ b/index.php @@ -12,7 +12,6 @@ $email_user = "ciao"; $about_text = [ "Full-stack developer focused on pragmatic architecture, observability and performance.", - //"" ]; $nav_links = [ @@ -51,7 +50,11 @@ $cv_education = [ [ "title" => "Master of Computer Science", "org" => "Technical University", "date" => "2014", "desc" => "" ] ]; -$cv_skills = ["PHP", "Go", "Rust", "Docker", "Kubernetes", "PostgreSQL", "Redis", "Linux", "Git"]; +$cv_skills = [ + "Development" => ["PHP", "Go", "Rust", "TypeScript"], + "Cloud & Ops" => ["Docker", "Kubernetes", "Linux", "Git"], + "Storage" => ["PostgreSQL", "Redis"] +]; /** * Page design: @@ -146,12 +149,27 @@ $cv_skills = ["PHP", "Go", "Rust", "Docker", "Kubernetes", "PostgreSQL", "Redis"
-