Commit Graph

6 Commits

Author SHA1 Message Date
Esteban Paz a66f795fd5 feat: add Google Analytics integration and standardize organization branding
- Integrate Google Analytics using astro-google-analytics package
- Add `text-[#003421]` color classes to improve text visibility across components
- Refactor Swiper carousel initialization to use modules pattern with Navigation, Pagination, and Scrollbar
- Add background styling to modal form labels for better UX
- Standardize organization name from "CPyJ" to full "Centro del Reino de Paz y Justicia (CRPJ)" across all content sections
2026-02-12 18:39:30 -05:00
Julio Ruiz 75212c8862 Co-authored-by: EstebanPaz12 <EstebanPaz12@users.noreply.github.com> 2026-02-12 02:25:33 -05:00
Julio Ruiz c18af4a224 More responsive tweaks 2026-02-12 02:12:54 -05:00
Esteban Paz 719819e43d feat(core): refactor navigation architecture and asset delivery system
Migrated image assets from bundled src/assets to public directory for optimized static serving. Simplified Button component by converting nested button>anchor structure to single anchor element, eliminating unnecessary DOM depth. Implemented scroll-based navigation with section IDs across pages. Added interactive hover states and transitions to navigation and action elements. Updated content configuration to reflect new section structure and navigation paths.
2026-02-12 01:38:18 -05:00
Esteban Paz 750cbadfd8 fixed styles for participateSection 2026-02-11 22:38:30 -05:00
Julio Ruiz 345904df7c Organizing components into sections
Added title section
Added color section
Added Mision y Vision and two title sections to homepage
2026-02-11 09:01:08 -05:00