Project Overview
Logisko is a responsive multi-page HTML5 template for the transportation and logistics industry, built on Bootstrap 5. It is suitable for logistics companies, freight forwarders, or transportation service providers looking to quickly build a corporate website. The template includes complete pages such as Home, Services, Team, Projects, Pricing, and features built-in contact forms, subscription functionality, and a quote system.
Tech Stack
- HTML5 + CSS3
- Bootstrap v5.x
- Font Awesome Pro
- Vanilla JavaScript
- PHP (Contact form, subscription functionality, quote form)
Project Structure
logiskohtml-10/
└── Logisko Main Files/
├── Documentation/ # Template documentation
└── logisko/
├── index.html # Homepage (default)
├── index-2.html # Homepage (modern version)
├── about.html # About Us
├── contact.html # Contact Us
├── services-logistic.html
├── services-transportat...
├── projects.html # Project cases
├── team.html # Team members
├── pricing-plans.html # Pricing plans
├── blog-*.html # Blog pages
├── php/
│ ├── contact.php # Contact form processing
│ ├── mailchimp-sub... # Email subscription
│ └── quote-form.php # Quote form
└── assets/ # CSS/JS/Images
Key File Descriptions
index.html— Template homepage entry pointphp/contact.php— Backend processing logic for contact formphp/quote-form.php— Backend for freight quote formphp/mailchimp-subscribe.php— Mailchimp email subscription interfaceassets/css/main.css— Main stylesheetassets/js/— JavaScript interaction scripts
Quick Start
- Open
logisko/index.htmldirectly in your browser to preview the template - To use the contact form, quote, or subscription features, deploy the
php/directory to a PHP-enabled web server - Before deployment, modify the recipient email address (
$recipient) inphp/*.phpfiles
Usage Recommendations
- When customizing pages, prioritize modifying text content and image paths in the HTML; form functionality depends on a PHP environment, so ensure the server has PHP installed and enabled.
