- Inspect existing repo context and confirm final-project files are empty.
- Create
final-project/index.htmlwith:- Sticky navbar
- Section chunks with many content slots
- Image placeholders as
<div>with clear ids - Project cards + placeholders
- Create
final-project/styles.csswith:- Professional styling
- Human-like CSS formatting (newlines inside rules)
- Parallax-ready layout
- Scroll reveal animations
- Create
final-project/script.jswith:- Scroll-parallax transform updates
- IntersectionObserver reveal
- Optional: active nav highlight
- Run a quick sanity check (open in browser).