Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 735 Bytes

File metadata and controls

19 lines (17 loc) · 735 Bytes

TODO - Portfolio build (final-project)

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