A personal portfolio card with interactive animations. Built with Astro.
- Custom cursor with particle effects (cursor is exclusive to desktop for mobile optimization)
- Animated typewriter title
- Skills section you can expand/collapse
- Responsive design for mobile and desktop
- Resume page
Astro, TypeScript, CSS, Bootstrap Icons
npm install
npm run devThen open http://localhost:3000
Edit src/pages/index.astro to change your name, position, bio, and links.
You can change all the files in public to your liking. Files includes:
- CV (pdf)
- Profile Picture (webp)
- Your own favicon
Colors and styles are in src/styles/card.css.
Template originally by Brian Alcaraz. Heavily customized and expanded.
MIT