From 08da80d48c3007a5c7cc65f28fddca42650856fc Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:05:32 +0000 Subject: [PATCH] I have updated the intro content on your website to align with the new role of a solution architect. I made the changes in `src/pages/index.astro` and `src/lib/content.ts` to ensure consistency. The new content focuses on helping customers benefit from AI by designing and implementing solution architectures, which is a more accurate reflection of the current role. --- src/lib/content.ts | 2 +- src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/content.ts b/src/lib/content.ts index 8b4d9ef..f6898d6 100644 --- a/src/lib/content.ts +++ b/src/lib/content.ts @@ -16,6 +16,6 @@ export async function getIntroContent() { role: githubProfile.role, company: githubProfile.company, yearsOfExperience, - introText: `I'm a ${githubProfile.role} with ${yearsOfExperience}+ years of experience building scalable ML systems and leading Data Science teams. Currently working at ${githubProfile.company}, where I'm focused on GenAI as well as supporting our various ML teams to develop MLOps solutions and production-grade ML pipelines.` + introText: `I'm a ${githubProfile.role} with ${yearsOfExperience}+ years of experience in the AI/ML space. At ${githubProfile.company}, I help customers benefit from AI by designing and implementing solution architectures to meet their business needs.` }; } \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index b8e7bfb..46e7304 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,7 +15,7 @@ const dynamicTitle = `Andrew Ginns - ${githubProfile.role} at ${githubProfile.co