# Tech Context - 2RE03 Portfolio Site > Technologies, development setup, constraints, dependencies, and tool usage. > Last updated: 2026-09-10. ## Current State A working static-site scaffold exists at the repo root: ``` index.html work.html about.html services.html contact.html case-studies.html case-studies/*.html (10 per-project case study detail pages) css/bootstrap.min.css css/style.css js/bootstrap.bundle.min.js js/main.js js/case-studies.js js/carousel.js fonts/Inter-latin.woff2 fonts/SpaceGrotesk-latin.woff2 img/ 46 images (10 case-study hero backgrounds + 8 homepage collage tiles + 28 project/screenshot images) ``` No build step and no package manager - it is plain static HTML/CSS/JS. ## Reference Stack Seen (in the original `refrence/` build) > `refrence/` (temporary source material) was **removed** on 2026-09-10 before the > first commit, and is backed up outside the repo at > `/home/torrey/2RE03-unused-assets-backup/refrence/`. - Hand-authored HTML. - Bootstrap 5 (`css/bootstrap.min.css`, `js/popper.min.js`, `js/bootstrap.min.js`) - referenced via relative paths that are **not present** in this repo. - A custom stylesheet (`css/style.css`) and a custom carousel script (`js/series-carousel.js`) - also not present here. - Inline JSON `