Project Overview
DigMox is a responsive HTML5 website template designed for digital agencies/business service enterprises. It includes multiple page templates such as homepage, services, portfolio, blog, team, about, etc., with support for LTR/RTL switching, making it suitable for quickly building corporate websites or business showcase sites. The template is built on Bootstrap 5.2 and requires no additional build tools to use.
Tech Stack
- Bootstrap 5.2 (CSS framework)
- jQuery (interactive scripts)
- Font Awesome 6 (icon library)
- Google Fonts (Open Sans / Space Grotesk / DM Sans fonts)
- PHP (contact form email sending)
Project Structure
digmoxhtml-10/Digmox pack/
├── Digmox/ # Main template files
│ ├── index.html # Homepage
│ ├── about.html, contact.html, service*.html, project*.html, blog*.html...
│ ├── team*.html, testimonials.html, pricing.html, faq.html, error.html
│ ├── sendemail.php # Contact form backend
│ └── assets/
│ ├── css/ # Styles (including module-css modular styles)
│ ├── js/ # Scripts
│ ├── images/ # Image assets
│ └── fonts/ # Fonts
└── Doc/ # Template documentation
├── index.html
├── css/style.css
└── js/script.js
Core File Description
Digmox/index.html— Main homepage template entry, includes complete structure with header, footer, chat popup, etc.Digmox/sendemail.php— Contact form email processing script, requires configuring recipient email before useDigmox/assets/css/style.css— Main stylesheet, defines global typography and color schemeDigmox/assets/css/module-css/*.css— Modular stylesheets (header, banner, features, etc.)Doc/index.html— Official template documentation explaining HTML structure, CSS composition, and JS functionalityDoc/css/style.css— Documentation page styles
Quick Start
- Open
Digmox/index.htmldirectly in a browser to preview the full site - To run with a local server, execute:
bash
# Python 3 python -m http.server 8080 - When deploying the contact form, change
RECIPIENT_EMAILinsendemail.phpto a real email address, and ensure the server supports the PHP mail() function
Usage Suggestions
The template provides multiple homepage variants (index-2 ~ index-5), which can be directly used based on industry style. The contact form relies on a PHP environment; if using a static hosting service, replace it with a third-party form service (such as Formspree).
