feat: initial portfolio implementation with dark mode and i18n

- Add Astro portfolio with TypeScript
- Implement dark/light theme toggle
- Add Spanish/English translations
- Create under construction page
- Style with Tailwind CSS and glassmorphism effects
- Add profile image, projects, skills, and experience sections
This commit is contained in:
Itziar Zameza García
2026-03-14 22:41:48 +01:00
parent 085cc4c6cb
commit 476dd54c0e
13 changed files with 4546 additions and 16 deletions
+5 -1
View File
@@ -12,6 +12,10 @@
"astro": "astro"
},
"dependencies": {
"astro": "^6.0.4"
"@astrojs/check": "^0.9.7",
"@tailwindcss/vite": "^4.2.1",
"astro": "^6.0.4",
"astro-i18n": "^2.2.4",
"tailwindcss": "^4.2.1"
}
}