Axenio - Creative Agency & Portfolio HTML Template preview 1

Axenio - Creative Agency & Portfolio HTML Template

bookmark

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, Pric...

HTML

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

text
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 showcases
  • axenio/contact.php — Receives form POST requests, sends email to specified inbox
  • axenio/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

  1. Unzip the package and navigate to the axeniohtml-10/main_file/axenio/ directory
  2. Upload the directory contents to a web server, or open index.html directly in a browser (some features require an HTTP server environment)
  3. The contact form requires a PHP environment: modify $recipient in contact.php to 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.

help_outline

FAQ