= $firstJob['title'] ?>
- -= $firstJob['org'] ?>
-= $firstJob['desc'] ?>
-diff --git a/index.php b/index.php index d68301b..a74d108 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,9 @@ $e['title'] ?? '', 'org' => $e['organization'] ?? '', @@ -44,7 +45,7 @@ $cv_experience = array_map(function($e){ }, $cvData['experience'] ?? []); // Map education to expected structure -$cv_education = array_map(function($e){ +$cv_education = array_map(function ($e) { return [ 'title' => $e['degree'] ?? '', 'org' => $e['institution'] ?? '', @@ -65,14 +66,15 @@ $cv_skills = $cvData['skills'] ?? []; ?> -
+ +