ClinicMaster - Gynecology and Women's Health Landing Template preview 1

ClinicMaster - Gynecology and Women's Health Landing Template

bookmark

ClinicMaster is a Bootstrap responsive HTML template designed for gynecology clinics and women's health medical facilities. It includes complete pages such as Home, Services, Team, Appointment Form, Blog, and supports 8 color theme optio...

HTML商业bootstrapFertility clinicgynecologistgynecologyhealthcarematernity

Project Overview

ClinicMaster is a Bootstrap responsive HTML template designed for gynecology clinics and women's health medical facilities. It includes complete pages such as Home, Services, Team, Appointment Form, Blog, and supports 8 color theme options, making it ideal for quickly building professional medical websites.

Tech Stack

  • HTML5 + Bootstrap 5
  • CSS3 (includes SCSS source files for custom compilation)
  • Vanilla JavaScript + jQuery
  • Google Fonts (Poppins, Playfair Display, Montserrat)
  • Font Awesome 5 Icon Library

Project Structure

text
ClinicMaster-Gynecology-v1.0/
├── doc/                          # Template documentation
│   ├── index.html                # Documentation homepage
│   ├── css/style.css             # Documentation styles
│   ├── js/custom.js
│   └── plugins/
├── package/                      # Template main files
│   ├── index.html                # Homepage
│   ├── about-us.html             # About Us
│   ├── appointment.html          # Appointment page
│   ├── contact-us.html           # Contact page
│   ├── services.html             # Services list
│   ├── team.html                 # Team showcase
│   ├── blog-grid.html            # Blog grid
│   ├── pricing-table.html        # Pricing table
│   ├── css/style.css             # Compiled styles
│   ├── package.json              # npm configuration
│   └── js/                       # JS file directory

Core File Description

  • package/index.html — Template homepage entry, includes full header, navigation, and footer structure
  • package/css/style.css — Compiled complete stylesheet (approximately 1000 lines)
  • package/package.json — Sass compilation configuration, can watch and compile via npm run sass
  • doc/index.html — Template usage documentation, includes folder structure and basic HTML structure explanation
  • package/js/custom.js — Interaction logic (navigation, animations, plugin initialization)
  • package/js/dz.ajax.js — Ajax request wrapper (used for form submissions, etc.)

Quick Start

  1. Open package/index.html directly in a browser to preview the full effect.
  2. To modify styles, navigate to the package/ directory and run:
    bash
    npm install
    npm run sass
    
    Sass will watch the scss/ directory and automatically compile to css/style.css.

Usage Suggestions

The template comes with 8 preset skin color schemes (switchable via the data-theme-color attribute). Choose the corresponding skin based on the clinic's brand color. The documentation page (doc/index.html) includes integration instructions for third-party services such as reCAPTCHA and MailChimp, which should be reviewed before deployment.

help_outline

FAQ