Case Study
Architech Portfolio
A reusable portfolio template for architects and designers, built around a clean layout and an image-first gallery.

Overview
Architect Portfolio is a template-style personal project: a portfolio website aimed at architects and designers who need a clean way to showcase their work. It's built with React and Next.js, styled with plain CSS to keep the codebase lightweight and easy to customize.
The focus was on making the gallery the centerpiece of the experience, while keeping the rest of the site simple enough to reasonably fork and re-theme for a different portfolio.
Key Highlights
Challenges & Approach
Styling without a CSS framework
Writing the styling in vanilla CSS instead of Tailwind meant building a small design system by hand: spacing, typography and responsive breakpoints all had to be defined and kept consistent manually.
Making a gallery-heavy site fast
With images as the main content, I focused on responsive image sizing and layout choices that keep the gallery smooth without needing a backend or CMS.