99f92eaa7bfeat: dark-mode styling across pages (about, events, members, orphanage, contact, gallery); adjust cards, headings, copy colors
main
Richard Bergsma2025-08-08 23:41:53 +02:00
0f86f8f615style: increase light-mode nav text contrast (text-gray-900), adjust borders/shadow; mobile/desktop parityRichard Bergsma2025-08-08 23:35:49 +02:00
725a3e8e3astyle: header/menu dark-mode styles (desktop/mobile), subtle border/backdrop; improved link colors for darkRichard Bergsma2025-08-08 23:33:38 +02:00
ba9bb6dfe0feat: homepage dark-mode styling (body dark bg/text, cards/badges/headers), fix SVG attrs; type fixes in HomeGalleryRichard Bergsma2025-08-08 23:31:24 +02:00
c8c550a00bfeat: site-wide dark mode (Tailwind class strategy); ThemeToggle island in header; persist preference; adjust brand-surface for darkRichard Bergsma2025-08-08 23:26:13 +02:00
a0ab66189astyle: modernize headers for About/Events/Members/Orphanage/Contact/Gallery using brand-surface; simplify copy; fix date sort; unify CTARichard Bergsma2025-08-08 23:21:55 +02:00
3c74d71e22docs: add ACCESSIBILITY_AUDIT, SECURITY_PRIVACY_AUDIT, PRODUCT_BRIEF with file-specific actions; a11y: add skip link, lang+hreflang, ARIA for menu/carousel/dialog/form; noValidate+honeypotRichard Bergsma2025-08-08 23:00:09 +02:00
910253c8f4Renaming home back to indexRichard2025-06-27 22:20:59 +00:00
45fc361eb4Remove index.astro file: eliminate the homepage layout and associated components, streamlining the project structure.Richard Bergsma2025-06-27 23:24:53 +02:00
091324ca51Refactor event, gallery, and members pages: replace Astro.glob with import.meta.glob for eager loading of content, ensuring better performance and handling of optional chaining for frontmatter properties.Richard Bergsma2025-06-27 23:18:07 +02:00
31e72ecfceFix typo in About Us section: added missing period for improved readability.Richard Bergsma2025-06-27 23:08:25 +02:00
9f6fa46227Refactor project structure: update Astro configuration, integrate Tailwind CSS, enhance ContactForm with validation, and improve layout for various pages. Add new Donate and Orphanage pages, and implement responsive design adjustments across components.Richard Bergsma2025-06-27 22:49:11 +02:00
81f637b317Refactor Astro configuration: remove server adapter and streamline integrations. Update Tailwind CSS plugin setup.Richard Bergsma2025-06-18 22:06:40 +02:00
bc59d2ca67Update Astro configuration for SSR support and refactor homepage layout. Added server adapter and standalone mode. Replaced Header component with a custom header, updated page titles, and improved styling for navigation and footer.Richard Bergsma2025-06-18 21:43:11 +02:00