Commit Graph
8 Commits
Author SHA1 Message Date
Itziar Zameza García cbc004834b feat: add project detail modals with comprehensive case studies
- Add 'Ver detalles' button to each project card
- Implement 3 fullscreen modals with project information
- Include project description, features, and tech stack for each project
- Add high-quality screenshots/imagery in modals
- Implement modal open/close with smooth animations
- Add ESC key support to close modals
- Prevent body scroll when modal is open
- Use glassmorphism design consistent with portfolio theme
- Add dark mode support for all modal elements
- Include measurable results for each project case study
2026-03-22 19:26:59 +01:00
Itziar Zameza García e2421d31bb feat: add dark mode toggle and mobile responsive improvements
- Add theme toggle button with light/dark icons (Material Symbols)
- Implement localStorage persistence for theme preference
- Add dark: Tailwind classes to all elements (59 classes total)
- Improve glass morphism effects for dark mode
- Add smooth transitions between themes (300ms)
- Enhance responsive design with md: breakpoints (mobile-first)
- Fix header layout: flex wrap for mobile navigation
- Improve button contrast in dark mode
- Add ARIA labels for accessibility
- Implement smooth scroll functions for all CTAs
2026-03-22 19:19:58 +01:00
Itziar Zameza García a8d6518616 refactor: redesign portfolio with Tailwind CSS and modern layout
- Migrate from vanilla CSS to Tailwind CSS CDN
- Implement Stitch design with glassmorphism and fluid gradients
- Remove profile photo for cleaner, more professional aesthetic
- Restructure About section: remove grid layout, expand content cards
- Add 3 real projects with proper descriptions and tech tags
- Implement smooth scrolling and contact CTA
- Update tech stack section with 8 key technologies
- Modernize README to reflect new design and stack
- Mobile-first responsive design using Tailwind breakpoints
2026-03-22 19:16:53 +01:00
Itziar Zameza García 5e22768b7f chore: add under construction 2026-03-15 16:50:56 +01:00
Itziar Zameza García f6c386ddcc Merge branch 'main' into develop 2026-03-15 16:37:12 +01:00
Itziar Zameza García f0c0bb6b40 chore: migrate to static site 2026-03-15 16:30:27 +01:00
Itziar Zameza García f09ce3b94d feat: setup branch structure
- Create develop branch for active development
- Move portfolio to portfolio.astro on develop branch
- Set under-construction as main entry point
- Main branch now shows coming soon page
- Develop branch contains full portfolio implementation
2026-03-14 22:53:28 +01:00
Itziar Zameza García 476dd54c0e 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
2026-03-14 22:41:48 +01:00