Project Overview
Kindi is a multi-page HTML template designed for non-profit charitable organizations, providing a complete website page structure including common functional modules such as donations, events, news, and volunteer recruitment. The template is responsive and suitable for charities to quickly build an online platform.
Tech Stack
- HTML5 / CSS3
- JavaScript (jQuery)
- Bootstrap 5
- Font Awesome
- Google Fonts (Hind font)
Project Structure
kindihtml-10/
├── buyer-file/kindi/ # Template main directory
│ ├── index.html # Homepage
│ ├── about.html # About Us
│ ├── donation.html # Donation page
│ ├── donation-now.html # Donate Now
│ ├── event.html # Event list
│ ├── event-list.html # Event details
│ ├── news.html # News list
│ ├── news-grid.html # News grid
│ ├── volounteer.html # Volunteer recruitment
│ ├── contact.html # Contact page
│ ├── contact.php # Contact form processing
│ ├── 404.html # 404 page
│ └── assets/ # Static resources
└── documentation/ # Template documentation
├── index.html
└── assets/
Core File Description
buyer-file/kindi/index.html— Main entry homepage of the templatebuyer-file/kindi/contact.php— Backend processing script for the contact formdocumentation/index.html— Template usage documentation pagedocumentation/assets/css/style.css— Global styles and CSS variable definitionsdocumentation/assets/js/main.js— Navigation and search interaction logic for the documentation site
Quick Start
This project is a pure static template with no dependencies to install:
- Open
buyer-file/kindi/index.htmldirectly in a browser to preview the full template - Or use a local server (e.g., Live Server) to ensure all resources load correctly
- Refer to
documentation/index.htmlto understand the template structure and customization methods
Usage Suggestions
The template provides a rich set of page combinations. It is recommended to select and modify the corresponding pages based on actual business needs. Note that contact.php requires a PHP environment to properly handle form submissions.
