diff --git a/index.php b/index.php
index a3082d9..7865a8b 100644
--- a/index.php
+++ b/index.php
@@ -19,10 +19,35 @@ $nav_links = [
"~/blog" => "https://wp.dejvino.com/",
"~/projects" => "https://projects.dejvino.com/",
"~/code" => "https://git.dejvino.cz/",
+ "~/cv" => "#",
];
$hardware_info = "Playing the mandolin, mountain biking, 3D printing and tinkering.";
+/**
+ * CV Data
+ */
+$cv_experience = [
+ [
+ "title" => "Senior Software Engineer / Architect",
+ "org" => "Self-Employed / Various Projects",
+ "date" => "2018 - Present",
+ "desc" => "Designing and implementing scalable backend architectures, focusing on performance, observability, and clean code principles."
+ ],
+ [
+ "title" => "Full-stack Developer",
+ "org" => "Tech Innovations s.r.o.",
+ "date" => "2014 - 2018",
+ "desc" => "Built complex web applications using PHP and modern JavaScript frameworks, optimized database performance."
+ ]
+];
+
+$cv_education = [
+ [ "title" => "Master of Computer Science", "org" => "Technical University", "date" => "2014", "desc" => "" ]
+];
+
+$cv_skills = ["PHP", "Go", "Rust", "Docker", "Kubernetes", "PostgreSQL", "Redis", "Linux", "Git"];
+
/**
* Page design:
* - clean and simple, human-maintaninable
@@ -81,8 +106,10 @@ $hardware_info = "Playing the mandolin, mountain biking, 3D printing and tinker
Navigation
- $url): ?>
-