Project Overview
VolPort is a static HTML template designed for logistics and transportation companies. It includes 3 homepage styles, covering complete pages for services, team, projects, news, and more. Simply open index.html in a browser or deploy to any static server to use.
Tech Stack
- HTML5 / CSS3 (static pages)
- Bootstrap v5
- jQuery (handles carousels, menus, animations, and other interactions)
- OwlCarousel / Slick (carousel components)
- Font Awesome (icon fonts)
Project Structure
text
volporthtml-10/
├── volport/
│ ├── index.html # Homepage 1
│ ├── index-02.html # Homepage 2
│ ├── index-03.html # Homepage 3
│ ├── about.html # About Us
│ ├── contact.html # Contact Page
│ ├── services.html # Services List
│ ├── service-details.html
│ ├── team.html # Team
│ ├── team-details.html
│ ├── projects.html # Project Cases
│ ├── project-details.html
│ ├── news.html # News List
│ ├── news-details.html
│ ├── faq.html # FAQ
│ └── assets/
│ ├── mail.php # Email Processing
│ ├── css/ # Stylesheets
│ └── js/ # Script Files
└── documentation/ # Official Documentation
Key Files Description
volport/index.html— Main homepage entry, includes full navigation and all sectionsvolport/assets/js/main.js— All interaction logic (carousels, menus, animations)volport/assets/css/main.css— Core styles (including responsive layout)volport/assets/mail.php— Contact form backend processingvolport/about.html— Demonstrates the complete "About Us" layoutvolport/contact.html— Contact form page
Quick Start
Pure static project, no build required:
- Local Preview: Open
volport/index.htmldirectly in a browser (recommend using a local server like Live Server to ensure AJAX and other features work properly) - Deploy to Production: Upload the contents of the
volportfolder to your server's root directory
Usage Suggestions
- The contact form relies on
mail.php; ensure your server supports PHP when deploying. If using static hosting, switch to a third-party form service (e.g., Formspree) - The template provides 3 homepage layouts. You can choose or merge them based on your actual business needs
