pages

Purpose

Astro file-based routes. Each .astro file maps directly to a URL path. Currently contains the homepage and the About page.

Key Files

File Description
index.astro Homepage (/) — bento-grid layout with intro, photo, tools carousel, project tiles, and sidebar
about.astro About page (/about) — animated design-process slider, experience, tools, and contact

For AI Agents

Working In This Directory

Layout Behaviour

Page Mobile/Tablet Desktop (xl:)
index.astro flex-col, natural scroll flex-row, h-dvh, overflow-hidden — no page scroll
about.astro flex-col, min-h-dvh CSS grid 2-col, h-dvh, overflow-hidden

Common Patterns

Dependencies

Internal