You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not load or parse the required <code>resume.yaml</code> configuration file. <br/><br/>
28
+
Please ensure the file exists and contains valid YAML formatting.
29
+
</p>
30
+
</div>`;
31
+
return;
23
32
}
24
33
25
34
// Render Page Sections
@@ -339,72 +348,3 @@ function showToast(message) {
339
348
toast.classList.remove('show');
340
349
},4000);
341
350
}
342
-
343
-
functiongetFallbackData(){
344
-
return{
345
-
personal: {
346
-
name: "Bill Caffery",
347
-
title: "Senior Software & Systems Engineer",
348
-
tagline: "Architecting resilient web applications, cloud infrastructure, and intelligent developer tools.",
349
-
bio: "Passionate software engineer with over 8 years of experience building scalable web solutions, distributed backend services, and high-performance frontend interfaces.",
350
-
email: "bill.caffery@example.com",
351
-
github: "https://github.com/billythakidd04",
352
-
avatar: "assets/profile.png"
353
-
},
354
-
stats: [
355
-
{label: "Years Experience",value: "8+"},
356
-
{label: "Production Deployments",value: "150+"},
357
-
{label: "GitHub Contributions",value: "2.4k+"},
358
-
{label: "Uptime SLA",value: "99.99%"}
359
-
],
360
-
skills: [
361
-
{
362
-
category: "Frontend & UI",
363
-
items: [
364
-
{name: "HTML5 / CSS3 / Modern Web APIs",level: 95},
0 commit comments