# System Patterns - 2RE03 Portfolio Site > Architecture, key technical decisions, patterns, component relationships, and > critical paths. Last updated: 2026-09-10. ## Status **Implemented (v0 scaffold).** The patterns below are reflected in the built files, not just proposed. ## Architecture - **Static site:** pre-authored HTML/CSS/JS served as files, no server runtime. - **Content-driven galleries:** each category ("series") = a titled section with a one-line caption, an image gallery, and a short blurb. - **Single source of work data:** image lists per category defined once (e.g., a JS/JSON data structure) and rendered into galleries, avoiding duplication. - **Reusable structure:** shared header/main/footer across the site. ## Key Technical Decisions | Decision | Status | Notes | |---|---|---| | Static, dependency-light output | ✅ Done | Hand-coded HTML/CSS/JS; no build step. | | Bootstrap + custom CSS | ✅ Done | Bootstrap 5.3.3 vendored; themed in `css/style.css`. | | Gallery rendering | ✅ Done | Static responsive image grids (no JS needed); content lives in the HTML. | | Fonts self-hosted | ✅ Done | Inter + Space Grotesk `woff2` in `fonts/`. | ## Design Patterns In Use - **Series/gallery pattern** (from `refrence/2re03text.html`): a `.series-carousel` element configured via `data-*` attributes and populated from inline `