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'] ?? []; ?> - + + <?= $site_title ?> - + @@ -80,23 +82,24 @@ $cv_skills = $cvData['skills'] ?? []; - - + + +
'; - } else { - echo '
'; - } + if (file_exists($photo_file)) { + $avatarBase64 = base64_encode(file_get_contents($photo_file)); + echo '' . $name . ''; + } else { + echo '
'; + } ?>

@@ -119,13 +122,13 @@ $cv_skills = $cvData['skills'] ?? [];

Remote_Access

- Email: uncovering... + Email: uncovering...
- Socials: - $url): ?> -
- + Socials: + $url): ?> +
+
@@ -152,47 +155,44 @@ $cv_skills = $cvData['skills'] ?? [];
- - - - + + + + - - - -
- - - + + + + + \ No newline at end of file