# Patrick Foster's Personal Website ## Docs - [Card component](https://mintlify.wiki/paaatrrrick/personalwebsite/components/card.md): Project card component for displaying portfolio items with image/video, description, and links. - [ViewBlog component](https://mintlify.wiki/paaatrrrick/personalwebsite/components/view-blog.md): Dynamic blog article viewer that renders individual articles based on URL route parameter. - [Work component](https://mintlify.wiki/paaatrrrick/personalwebsite/components/work.md): Work experience card component displaying job role, company image, description, and timeline. - [Blog articles](https://mintlify.wiki/paaatrrrick/personalwebsite/content/articles.md): How blog articles are structured, stored, and accessed in the site's constants system. - [Projects data](https://mintlify.wiki/paaatrrrick/personalwebsite/content/projects-data.md): Data structure and content for all portfolio projects defined in src/constants/projects.js. - [Work experience data](https://mintlify.wiki/paaatrrrick/personalwebsite/content/work-data.md): Data structure and content for all work experience entries in src/constants/work.js. - [Deployment](https://mintlify.wiki/paaatrrrick/personalwebsite/development/deployment.md): How the site is built and deployed to Netlify, including SPA routing configuration and build settings. - [Local setup](https://mintlify.wiki/paaatrrrick/personalwebsite/development/setup.md): Set up the project locally, understand the code structure, and start making changes. - [Getting started](https://mintlify.wiki/paaatrrrick/personalwebsite/getting-started.md): Run Patrick Foster's personal website locally and understand the project structure. - [Introduction](https://mintlify.wiki/paaatrrrick/personalwebsite/introduction.md): Overview of Patrick Foster's React portfolio website — architecture, tech stack, and site structure. - [Blog](https://mintlify.wiki/paaatrrrick/personalwebsite/pages/blog.md): Blog section — article routing, data structure, and how to add new articles. - [Work experience](https://mintlify.wiki/paaatrrrick/personalwebsite/pages/experience.md): Patrick Foster's work history displayed in the portfolio's Experiences section. - [Home page](https://mintlify.wiki/paaatrrrick/personalwebsite/pages/home.md): The main landing page with hero, experiences, projects, and contact sections. - [Magic: The Gathering](https://mintlify.wiki/paaatrrrick/personalwebsite/pages/magic-the-gathering.md): The /magic-the-gathering route — a redirect page that sends visitors to a Google Form via a Wordsmith API call. - [Projects](https://mintlify.wiki/paaatrrrick/personalwebsite/pages/projects.md): All software projects showcased on the portfolio, including AI tools, full-stack apps, and computer vision projects.