Skip to content

Commit 14c797d

Browse files
authored
Merge pull request #33 from andrewginns/update-intro-content
[Jules] Adjust intro content
2 parents 230f5c8 + 08da80d commit 14c797d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ export async function getIntroContent() {
1616
role: githubProfile.role,
1717
company: githubProfile.company,
1818
yearsOfExperience,
19-
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.`
19+
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.`
2020
};
2121
}

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const dynamicTitle = `Andrew Ginns - ${githubProfile.role} at ${githubProfile.co
1515
<HeroCard
1616
name="Hi, I'm Andrew"
1717
title={introContent.role}
18-
description={`Building scalable ML systems and supporting Data Science teams at ${introContent.company}. Focused on GenAI, MLOps, and production-grade pipelines.`}
18+
description={`Helping customers harness the power of AI by designing and implementing scalable, production-grade solution architectures.`}
1919
imageUrl="/andrew-headshot.jpeg"
2020
imageAlt="Andrew Ginns - Headshot"
2121
tagline="Feel free to look around ✨"

0 commit comments

Comments
 (0)