Curenix - Healthcare and Medical HTML Template preview 1

Curenix - Healthcare and Medical HTML Template

bookmark

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 setu...

HTML

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 more
  • curenix/assets/js/counter.js — Number scroll animation for statistics display
  • curenix/assets/js/search.js — Full-screen search overlay interaction logic
  • curenix/assets/js/video-section.js — Magnific Popup video popup initialization configuration
  • curenix/assets/css/responsive.css — Media query responsive styles
  • curenix/contact-form.php — Contact form backend processing script (requires PHP environment)

Quick Start

  1. Open curenix/index.html directly in a browser to preview the full effect (local server environment is recommended).
  2. To use the contact form functionality, deploy the project to a PHP-enabled web server and ensure contact-form.php can 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.js is loaded before business scripts.
help_outline

FAQ