A modern and responsive portfolio website built with Astro, showcasing my work as a software developer. The site features multiple language support (English, Spanish, and Portuguese), a contact form, and sections highlighting my skills and projects.
- Multi-language support (EN, ES, PT-BR)
- Responsive design
- Contact form integration
- Dark/Light theme toggle
- Project showcase
- Skills section
- About me section
- Astro
- CSS3
- TypeScript
/
src
├── assets
│ ├── documents
│ ├── gifs
│ ├── img
│ │ ├── birdi
│ │ ├── brands
│ │ └── wibx
│ └── videos
├── components
│ └── i18n
├── data
├── layouts
├── pages
│ └── [lang]
├── scripts
├── sections
├── styles
└── types