diff --git a/app/about/page.tsx b/app/about/page.tsx index b998931..ecea617 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -10,16 +10,19 @@ export default function AboutPage() {

- I'm Cale, a data scientist working at Hitachi Rail in Toronto. + I'm Cale, a data scientist at Hitachi Rail in Toronto.

+

- Most of my work involves designing and realizing prototype autonomy products for the rail industry. + Most of my work involves designing and realizing prototype autonomy applications for the rail industry.

+

Lately, I've been coding with Claude to make something cool. More on that later.

+

- This site is a medium for sharing my thoughts and projects. Thanks for checking it out. + This site is a space for sharing my thoughts and projects. Thanks for checking it out.

diff --git a/app/page.tsx b/app/page.tsx index 734326d..bf1e7b0 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -13,10 +13,10 @@ export default async function Home() {

- Cale is... + Calen Irwin

- building with AI and writing about it + Learning and building with AI

diff --git a/components/Navigation.tsx b/components/Navigation.tsx index f36a89d..d2f78bf 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -18,7 +18,7 @@ export default function Navigation() {
- Calen Irwin + CI
diff --git a/content/projects/projects.json b/content/projects/projects.json index 5c98f12..bcc45c3 100644 --- a/content/projects/projects.json +++ b/content/projects/projects.json @@ -1,29 +1,13 @@ { "projects": [ { - "title": "Personal Blog", - "description": "A minimal, performant personal blog built with Next.js 14 and Tailwind CSS. Features markdown-based content management and static site generation.", - "technologies": ["Next.js", "TypeScript", "Tailwind CSS", "Markdown"], + "title": "Portfolio", + "description": "A minimal, performant portfolio built with Next.js 15 and Tailwind CSS. Features markdown-based content management and static site generation.", + "technologies": ["Next.js", "TypeScript"], "githubUrl": "https://github.com/calenirwin/calenirwin.github.io", "liveUrl": "https://calenirwin.github.io", "featured": true, "tags": ["web", "design"] - }, - { - "title": "AI Content Assistant", - "description": "An intelligent writing assistant that helps generate and refine content using advanced language models. Built with Python and modern NLP techniques.", - "technologies": ["Python", "OpenAI API", "FastAPI", "React"], - "githubUrl": "https://github.com/calenirwin/ai-assistant", - "featured": true, - "tags": ["ai", "web"] - }, - { - "title": "Design System Library", - "description": "A comprehensive component library implementing modern design principles. Includes accessible, reusable components for rapid application development.", - "technologies": ["React", "TypeScript", "Storybook", "Tailwind CSS"], - "githubUrl": "https://github.com/calenirwin/design-system", - "featured": false, - "tags": ["design", "web"] } ] }