Project Overview
Al-Quran is a responsive business website template built with HTML5 and Bootstrap 5, designed for Islamic cultural institutions, religious education platforms, Quran learning centers, and similar scenarios. The template includes 6 homepage styles, dark/light layout switching, and a contact form with email sending functionality.
Tech Stack
- Bootstrap 5 (responsive layout framework)
- HTML5 + CSS3
- jQuery (interactions and animations)
- mCustomScrollbar (sidebar scrollbar)
- PHP (used only for
sendemail.phpcontact form)
Project Structure
alquran-package/
├── alquran/ # Template main directory
│ ├── index.html # Homepage 01
│ ├── index-1.html # Dark homepage 04
│ ├── index-2~6.html # Other homepage variants
│ ├── about.html # About page
│ ├── courses.html # Course list
│ ├── scholars.html # Scholars list
│ ├── contact.html # Contact page
│ ├── blog.html # Blog
│ ├── events.html # Events
│ ├── faq.html # FAQ
│ ├── price.html # Pricing
│ ├── prayer-time.html # Prayer times
│ └── assets/ # Static resources (CSS/JS/images/fonts)
└── documentation/ # Official documentation
├── index.html # Documentation homepage
├── css/ # Documentation styles
└── js/ # Documentation scripts
Core File Description
alquran/index.html— Main homepage entry, includes top navigation, mega menu, and full-width banneralquran/assets/css/style.css— Global styles, defines theme color (#ffd050), typography, and componentsalquran/sendemail.php— Contact form backend, sends user messages to a specified email addressdocumentation/index.html— Template official documentation, includes HTML structure, stylesheet, and map configuration instructionsalquran/contact.html— Contact page, integrates form and map sections
Quick Start
- Open
alquran/index.htmldirectly in a browser to preview the homepage - To use the contact form, deploy the project to a PHP-enabled web server and modify the recipient email address in
sendemail.php - Navigate to
documentation/index.htmlfor complete customization documentation
Usage Suggestions
The template offers a rich variety of page variants. It is recommended to select the appropriate homepage style based on actual business needs and use the Bootstrap grid system to quickly adjust content layout. When deploying the contact form, ensure the server environment is configured to execute PHP.
