Commit Graph
43 Commits
Author SHA1 Message Date
itziarZG 335edbf316 feat: update email 2026-07-21 18:46:03 +02:00
itziarZG 4793bf76a9 fix(i18n): complete translations for Catalan and English pages (manifesto, lab, projects & modals) 2026-07-20 19:50:59 +02:00
itziarZG e87f90006c feat(notes): add Green Software Practitioner note and disclaimer in 3 languages 2026-07-20 19:48:36 +02:00
itziarZG e9cf9a160a feat: add multi-language support (ES, CA, EN) and optimize font preloading & CLS 2026-07-20 19:41:51 +02:00
itziarZG 1c1da7df73 feat: add Green Software Practitioner badge and update self-hosted fonts info 2026-07-20 18:52:33 +02:00
itziarZG 92b21eab3c fix: fix icons 2026-07-20 15:57:31 +02:00
itziarZG b4ff3a0aca feat: change icons and fonts 2026-07-20 15:34:48 +02:00
ItziarZG b6a2b049bb Restructuración de portfolio: nuevo hero, manifiesto, laboratorio y página de huella 2026-07-19 17:11:05 +02:00
Itziar ZGandGitHub 7597ecc83e Merge pull request #10 from itziarZG/develop
fix: fix colors
2026-03-22 20:35:37 +01:00
Itziar Zameza García 0313f9dbd5 fix: 2026-03-22 20:29:37 +01:00
Itziar ZGandGitHub f0cc636536 Merge pull request #5 from itziarZG/develop
Develop
2026-03-22 20:17:34 +01:00
Itziar ZGandGitHub 09686f9a15 Merge pull request #7 from itziarZG/copilot/sub-pr-5-again
chore: remove unused styles/main.css
2026-03-22 20:17:07 +01:00
Itziar Zameza García dd5515c040 Merge branch 'develop' into copilot/sub-pr-5-again 2026-03-22 20:16:06 +01:00
Itziar ZGandGitHub cdc160ec9e Merge pull request #8 from itziarZG/copilot/sub-pr-5-another-one
Fix Tailwind CDN config script load order
2026-03-22 20:11:03 +01:00
Itziar ZGandGitHub ed53a37ea5 Merge pull request #9 from itziarZG/copilot/sub-pr-5-yet-again
fix: swap :root and html.dark CSS variable values
2026-03-22 20:10:21 +01:00
Itziar ZGandGitHub 54a0c584e6 Merge pull request #6 from itziarZG/copilot/sub-pr-5
Add dialog accessibility semantics and focus management to project modals
2026-03-22 20:09:01 +01:00
copilot-swe-agent[bot]anditziarZG 41f0549be7 fix: swap :root and html.dark CSS variable values to match theme semantics
Co-authored-by: itziarZG <70289074+itziarZG@users.noreply.github.com>
Agent-Logs-Url: https://github.com/itziarZG/me/sessions/ee66b887-a211-40ee-b381-8096d4e0efe8
2026-03-22 19:01:41 +00:00
copilot-swe-agent[bot] f548d8d324 Initial plan 2026-03-22 19:00:07 +00:00
copilot-swe-agent[bot]anditziarZG 1f49d33fbf fix: move tailwind.config script before Tailwind CDN include
Co-authored-by: itziarZG <70289074+itziarZG@users.noreply.github.com>
Agent-Logs-Url: https://github.com/itziarZG/me/sessions/07421ef8-e38c-44b4-ac0b-1c6b7a8f1ec2
2026-03-22 19:00:01 +00:00
copilot-swe-agent[bot]anditziarZG cf8b3a9efd chore: delete unused styles/main.css file
Co-authored-by: itziarZG <70289074+itziarZG@users.noreply.github.com>
Agent-Logs-Url: https://github.com/itziarZG/me/sessions/543ca268-2b74-439c-a75a-4b8c587e8be6
2026-03-22 18:58:48 +00:00
d219e66637 Update index.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-22 19:58:45 +01:00
copilot-swe-agent[bot] d5d6c904f5 Initial plan 2026-03-22 18:58:42 +00:00
copilot-swe-agent[bot] f4808f5518 Initial plan 2026-03-22 18:58:05 +00:00
copilot-swe-agent[bot]anditziarZG 5d4756657c feat: add dialog accessibility semantics and focus management to project modals
Co-authored-by: itziarZG <70289074+itziarZG@users.noreply.github.com>
Agent-Logs-Url: https://github.com/itziarZG/me/sessions/acdd7d81-9ce8-4ee1-be85-625decdc9be6
2026-03-22 18:57:50 +00:00
0c560cfc62 Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-22 19:57:11 +01:00
a52d1e5f76 Update js/main.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-22 19:56:48 +01:00
copilot-swe-agent[bot] ac0c6b983a Initial plan 2026-03-22 18:54:58 +00:00
fa9c6514a1 Update index.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-22 19:54:34 +01:00
Itziar Zameza García 52472588fa refactor: separate CSS and JavaScript into external files
- Extract inline CSS styles to css/styles.css
  - Glass morphism effects (.glass, .dark .glass)
  - Iridescent background gradients
  - Fluid blob shape animations

- Extract all JavaScript to js/main.js
  - Theme toggle functionality with localStorage persistence
  - Smooth scroll navigation functions
  - Modal open/close management
  - Keyboard event handlers (ESC to close modals)
  - Comprehensive JSDoc comments for maintainability

- Update index.html with external file references
- Remove legacy theme-toggle.js and language-toggle.js
- Improve cacheability and maintainability
- Reduce inline code bloat in HTML (60KB → ~950 bytes JS link)
2026-03-22 19:37:20 +01:00
Itziar Zameza García 6a8e7dfb83 chore: update ChefGPT modal with current implementation details
- Replace Google Sheets with Supabase PostgreSQL for inventory management
- Add RAG (Retrieval-Augmented Generation) with recipe corpus
- Document hallucination prevention strategy in project description
- Update tech stack: add RAG and replace Google Sheets API with Supabase
- Enhance funcionalidades list to highlight RAG-based approach
- Update project outcome to reflect reliability and accuracy improvements
2026-03-22 19:35:10 +01:00
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 ZGandGitHub 425028511d Merge pull request #3 from itziarZG/develop
chore: add under construction
2026-03-15 17:23:11 +01:00
Itziar ZGandGitHub 3ca89de80e Create CNAME 2026-03-15 17:05:46 +01:00
Itziar Zameza García 5e22768b7f chore: add under construction 2026-03-15 16:50:56 +01:00
Itziar ZGandGitHub 3b94a9ca8a Merge pull request #2 from itziarZG/develop
chore: migrate to static site
2026-03-15 16:38:43 +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 ZGandGitHub 2ee8942ee3 Merge pull request #1 from itziarZG/main
feat: setup branch structure
2026-03-14 23:06:28 +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
houston[bot]andItziar Zameza García 085cc4c6cb Initial commit from Astro 2026-03-14 21:48:05 +01:00