diff --git a/index.php b/index.php index 6b9d045..504b34f 100644 --- a/index.php +++ b/index.php @@ -5,6 +5,8 @@ */ $cvData = json_decode(file_get_contents(__DIR__ . '/cv.json'), true); +$isCvPath = strpos($_SERVER['REQUEST_URI'], '/cv') !== false; + $name = $cvData['name'] ?? ''; $headline = $cvData['headline'] ?? ''; $summary = $cvData['summary'] ?? ''; @@ -222,23 +224,14 @@ $cv_skills = $cvData['skills'] ?? []; +
- -
-
+