Logo Lanfrica

fluxaro/Veloria

Domaine:

healthcare
Créateur:
flu
Hôte:
World-class healthcare accessible and affordable — through modern facilities, experienced professionals, and innovative digital health solutions across Nigeria. # Veloria Healthcare Group A single-page marketing website for **Veloria Healthcare Group** — a healthcare organization delivering patient-centered medical services across Nigeria. **Tagline:** Advancing Care, Improving Lives. ## Overview The site presents Veloria's services, mission, values, and locations through a modern, animation-rich layout. It is built with plain HTML, CSS, and JavaScript — no frameworks or build step required. ### Features - Full-screen hero with parallax and animated stats - Scroll-triggered reveal animations - Infinite services marquee - Responsive layout (mobile, tablet, desktop) - Contact form with AJAX submission - Google Fonts: Fraunces (display) + DM Sans (UI) - Local healthcare imagery in `images/` ### Sections | Section | Content | |------------|----------------------------------------------| | Hero | Tagline, intro, key stats | | About | Company overview, founded 2018, Abuja HQ | | Services | 10 core medical services | | Showcase | Brand quote banner | | Mission | Mission, vision, and six core values | | Locations | Abuja, Kano, Port Harcourt, Enugu | | Contact | Inquiry form and contact details | ## Project Structure ``` lifecare-master/ ├── index.html # Main page ├── contact.php # Contact form handler (requires PHP) ├── css/ │ └── veloria.css # All styles ├── js/ │ └── veloria.js # Animations, navigation, form AJAX └── images/ ├── favicon.svg ├── favicon-32.png ├── apple-touch-icon.png ├── hero.jpg ├── about-main.jpg ├── about-float.jpg ├── showcase.jpg └── locations.jpg ``` Legacy files from the original Life Care template (`style.css`, Bootstrap, Font Awesome, etc.) may still be present in the folder but are **not used** by the current site. ## Getting Started ### Option 1 — Open directly Double-click `index.html` or open it …