Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`
};
}
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const dynamicTitle = `Andrew Ginns - ${githubProfile.role} at ${githubProfile.co
<HeroCard
name="Hi, I'm Andrew"
title={introContent.role}
description={`Building scalable ML systems and supporting Data Science teams at ${introContent.company}. Focused on GenAI, MLOps, and production-grade pipelines.`}
description={`Helping customers harness the power of AI by designing and implementing scalable, production-grade solution architectures.`}
imageUrl="/andrew-headshot.jpeg"
imageAlt="Andrew Ginns - Headshot"
tagline="Feel free to look around ✨"
Expand Down