Project Overview
Curenix is a Bootstrap-based static HTML website template for the medical/consulting industry. It includes over a dozen complete pages such as Home, About, Services, Team, Blog, and Contact Form, suitable for quick corporate website setup. The template features interactive functionality including Owl Carousel sliders, animated counters, and a search overlay.
Tech Stack
- Bootstrap 4 (responsive layout framework)
- jQuery (DOM manipulation and interaction logic)
- Magnific Popup (video popup)
- Owl Carousel 2 (carousel component)
- Font Awesome 6.5.1 (icon library)
- Static HTML/CSS/JS
Project Structure
text
curenixhtml-10/
├── Documentation/
│ └── doc.html
└── curenix/
├── index.html # Homepage (Home One)
├── index2.html # Homepage (Home Two)
├── about.html # About Us
├── service.html # Services List
├── service-detail.html # Service Details
├── team.html # Team Members
├── consultants.html # Consultants
├── blog.html # Blog List
├── single-blog.html # Blog Post
├── contact.html # Contact Us
├── contact-form.php # Form backend (requires server)
├── faq.html # FAQ
├── testimonial.html # Testimonials
├── 404.html # Error Page
├── coming-soon.html # Coming Soon Page
├── assets/
│ ├── bootstrap/
│ │ └── bootstrap.min.css
│ ├── css/ # Custom styles (includes responsive, custom, superclasses, etc.)
│ ├── images/ # Image assets
│ └── js/ # jQuery interaction scripts (counter, search, video-section, etc.)
Key Files
curenix/index.html— Homepage entry, integrates top bar, navigation, carousel banner, services showcase, counters, and morecurenix/assets/js/counter.js— Number scroll animation for statistics displaycurenix/assets/js/search.js— Full-screen search overlay interaction logiccurenix/assets/js/video-section.js— Magnific Popup video popup initialization configurationcurenix/assets/css/responsive.css— Media query responsive stylescurenix/contact-form.php— Contact form backend processing script (requires PHP environment)
Quick Start
- Open
curenix/index.htmldirectly in a browser to preview the full effect (local server environment is recommended). - To use the contact form functionality, deploy the project to a PHP-enabled web server and ensure
contact-form.phpcan execute properly.
Usage Tips
- Template images are placeholders; replace image assets in the
assets/images/directory for production deployment. - Page navigation uses Bootstrap navbar, dropdowns depend on jQuery — ensure
jquery.min.jsis loaded before business scripts.
