Apple-like GitHub Pages website built with HTML, CSS, JavaScript, Tailwind CSS, DaisyUI, and lightweight scroll effects.
Most page content lives in src/components.js inside the siteContent object:
navfor navigation linksprojectsfor work cardsservicesfor studio cardsstackfor technology chipstimelinefor the process section
Add or remove objects from those arrays to extend the page without editing the main HTML.
Serve the folder with any static server, for example:
python3 -m http.server 8000Then open http://localhost:8000.