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"