A premium, high-performance web platform for Gloryvine Covenant Ministries. This project is designed with a focus on spiritual excellence, modern UI/UX, and robust PHP routing.
- Premium "Sanctuary" UI: High-contrast, luxury design featuring deep royal blues and metallic gold accents.
- Custom PHP Routing: A clean root-level
index.phpcontroller managing dynamic page delivery from thesrc/pagesdirectory. - Interactive Footer: A high-end, four-column floating footer with newsletter integration and real-time status indicators.
- Tailwind CSS Optimized: Fully responsive layouts built with a utility-first approach for speed and consistency.
- Mobile First: Seamless experience across all devices with a custom-built mobile navigation system.
- Backend: PHP 8.x
- Frontend: Tailwind CSS
- Icons/Images: Custom brand assets & FontAwesome
- Environment: XAMPP / Apache Local Server
├── src/
│ ├── assets/ # Images, Styles, and Brand Assets
│ ├── includes/ # Reusable components (Header, Footer)
│ └── pages/ # Individual page templates (Home, Sermons, etc.)
├── .gitignore # Git exclusion rules
├── index.php # Main Entry Point & Router
└── README.md # Project Documentation