Project Overview
Axenio is a static HTML template designed for creative agencies and personal portfolio showcases, built on the Bootstrap 5 framework. The template includes multiple business pages such as Home, About, Services, Projects, Team, News, Pricing, and comes with a contact form processing PHP script, suitable for quickly building agency-type websites.
Tech Stack
- Bootstrap 5.0.1
- Static HTML5
- jQuery
- PHP (contact form only)
Project Structure
axeniohtml-10/main_file/
├── axenio/ # Main template directory
│ ├── index.html # Home page
│ ├── about.html # About page
│ ├── contact.html # Contact page
│ ├── contact.php # Form processing
│ ├── service.html # Services page
│ ├── news.html # News list
│ ├── project.html # Projects/Portfolio
│ ├── team.html # Team page
│ ├── pricing.html # Pricing page
│ └── assets/ # Static assets (CSS/JS/Fonts/Images)
└── documentation/ # Template documentation (single page with left navigation)
├── index.html
└── css/style.css
Key Files Description
axenio/index.html— Website homepage entry, includes all major component showcasesaxenio/contact.php— Receives form POST requests, sends email to specified inboxaxenio/assets/css/— All CSS files (Bootstrap, animations, icon fonts, etc.)axenio/assets/js/— All JS files (jQuery plugins and business scripts)documentation/index.html— Template configuration documentation, includes installation, customization, and contact information
Quick Start
- Unzip the package and navigate to the
axeniohtml-10/main_file/axenio/directory - Upload the directory contents to a web server, or open
index.htmldirectly in a browser (some features require an HTTP server environment) - The contact form requires a PHP environment: modify
$recipientincontact.phpto the actual recipient email address
Usage Recommendations
The template pages have complete structures but contain static content. Before deployment, replace sample text and images with actual business materials, and verify that the email sending functionality of contact.php works on the target server.
