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
9 changes: 6 additions & 3 deletions app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,19 @@ export default function AboutPage() {
<div className="prose prose-lg max-w-none">
<section className="mb-8">
<p className="text-gray-700 leading-relaxed mb-4">
I&apos;m Cale, a data scientist working at Hitachi Rail in Toronto.
I&apos;m Cale, a data scientist at Hitachi Rail in Toronto.
</p>
<br />
<p className="text-gray-700 leading-relaxed mb-4">
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.
</p>
<br />
<p className="text-gray-700 leading-relaxed mb-4">
Lately, I&apos;ve been coding with Claude to make something cool. More on that later.
</p>
<br />
<p className="text-gray-700 leading-relaxed mb-4">
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.
</p>
</section>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ export default async function Home() {
<section className="bg-gradient-to-br from-primary-teal/10 via-white to-primary-coral/10 py-20 px-4">
<div className="max-w-4xl mx-auto text-center">
<h1 className="text-5xl md:text-6xl font-bold text-gray-900 mb-6">
Cale is...
Calen Irwin
</h1>
<p className="text-xl md:text-2xl text-gray-700 mb-8 leading-relaxed">
building with AI and writing about it
Learning and building with AI
</p>
<div className="flex flex-col sm:flex-row gap-4 justify-center">
<Link href="/blog">
Expand Down
2 changes: 1 addition & 1 deletion components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Navigation() {
<div className="flex justify-between h-16">
<div className="flex items-center">
<Link href="/" className="text-xl font-bold text-gray-900">
Calen Irwin
CI
</Link>
</div>

Expand Down
22 changes: 3 additions & 19 deletions content/projects/projects.json
Original file line number Diff line number Diff line change
@@ -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"]
}
]
}
Loading