Project Overview
Amcare is a responsive HTML 5 website template designed for the healthcare industry, featuring complete page structures including Home, Services, Team, Blog, Events, FAQ, and more. It is ideal for quickly building showcase websites for clinics, hospitals, and medical service institutions.
Tech Stack
- Bootstrap 5.2.0 (responsive layout framework)
- jQuery (DOM manipulation and interactions)
- Font Awesome (icon library)
- Nice Select, Owl Carousel, Fancybox (UI component libraries)
- PHP (sendemail.php handles contact form email sending)
Project Structure
text
amcarehtml-10/
└── Amcare Pack/
├── Amcare/ # Template main directory
│ ├── index.html # Home page
│ ├── about.html # About Us
│ ├── blog*.html # Blog listing page
│ ├── contact.html # Contact (with form)
│ ├── service*.html # Service details page
│ ├── team*.html # Team members page
│ ├── event*.html # Events/News page
│ ├── testimonial*.html # Testimonials page
│ ├── faq*.html # Frequently Asked Questions
│ ├── error.html # 404 error page
│ ├── sendemail.php # Form backend processing
│ └── assets/ # Static resources
│ ├── css/ # Stylesheets (includes module-css sub-module styles)
│ └── js/ # Script files
└── Doc/ # Template documentation
├── index.html
└── css/js/
Key File Descriptions
Amcare/index.html— Website homepage entry pointAmcare/sendemail.php— Contact form email sending backend logicAmcare/assets/css/style.css— Main stylesheetAmcare/assets/css/module-css/— Module-specific stylesheetsDoc/index.html— Template configuration and structure documentationDoc/css/style.css— Documentation page styles
Quick Start
- Open
Amcare Pack/Amcare/index.htmldirectly in a browser to preview the full template - To use the contact form functionality, deploy the
Amcarefolder to a PHP-enabled web server and update the recipient email address insendemail.php
Usage Recommendations
- Replace the default email in
sendemail.phpwith a real recipient address before production use - The template supports RTL/LTR switching, suitable for multilingual scenarios such as Chinese and English
