Commit Graph

10 Commits

Author SHA1 Message Date
910253c8f4 Renaming home back to index 2025-06-27 22:20:59 +00:00
45fc361eb4 Remove index.astro file: eliminate the homepage layout and associated components, streamlining the project structure. 2025-06-27 23:24:53 +02:00
091324ca51 Refactor 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. 2025-06-27 23:18:07 +02:00
31e72ecfce Fix typo in About Us section: added missing period for improved readability. 2025-06-27 23:08:25 +02:00
1656b95a33 Update Tailwind CSS configuration: adjust plugins array formatting for consistency. 2025-06-27 22:53:27 +02:00
9f6fa46227 Refactor 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. 2025-06-27 22:49:11 +02:00
81f637b317 Refactor Astro configuration: remove server adapter and streamline integrations. Update Tailwind CSS plugin setup. 2025-06-18 22:06:40 +02:00
bc59d2ca67 Update 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. 2025-06-18 21:43:11 +02:00
ca04704a0b Add initial README.md for Astro Starter Kit: Minimal 2025-06-18 21:21:42 +02:00
013b46a7c4 first commit 2025-06-18 19:15:23 +02:00