A zero-build starter you can open directly in VS Code and the browser. No React required.
- Download the folder or ZIP.
- Open
index.htmlin VS Code. - Use the VS Code extension Live Server to run (or simply double click the file).
- Edit colors in
:rootofstyles.css. - Replace the three tags (triangle/oval/rect) with your own shapes or images.
- Each tag is an
<a>withhref="#section". Clicking scrolls and flashes the target card. - The hover tilt uses pointer position +
transform: rotateX/Y+ translate parallax per tag.
This is plain HTML/CSS/JS → drag the folder to Netlify/Vercel (static), or host anywhere.