Project Overview
Agenko is a set of static HTML website templates designed for digital/creative/marketing agencies. It includes three homepage variants (Creative Agency, Digital Agency, Marketing Agency) and complete inner pages (About, Services, Projects, Blog, Team, Pricing, FAQ, Contact). Built on Bootstrap with jQuery for navigation, carousels, modals, and other interactions. The contact form is processed by contact.php.
Tech Stack
- HTML5 + CSS3 (semantic structure)
- Bootstrap 5.x (grid & components)
- jQuery (interaction logic)
- FontAwesome 6 (icons)
- Flaticon (industry icon font)
- Slick Slider (carousel)
- Magnific Popup (image/video lightbox)
- Google Fonts (Roboto, Source Sans 3)
Project Structure
agenkohtml-10/
└── Agenko_Main_File/
├── Agenko_v1.0.0/
│ ├── index.html # Creative Agency Homepage
│ ├── index-2.html # Digital Agency Homepage
│ ├── index-3.html # Marketing Agency Homepage
│ ├── about.html
│ ├── services.html
│ ├── service-details.html
│ ├── projects.html
│ ├── project-details.html
│ ├── team.html
│ ├── team-details.html
│ ├── blog-grid.html
│ ├── blog-standard.html
│ ├── blog-details.html
│ ├── pricing.html
│ ├── faqs.html
│ ├── contact.html
│ ├── contact.php # Contact form backend
│ ├── 404.html
│ └── assets/ # CSS/JS/Fonts/Images
└── Documentation/
└── index.html # Template documentation page
Key File Descriptions
Agenko_v1.0.0/index.html— Creative Agency homepage with navigation, hero section, services showcase, and portfolioindex-2.html/index-3.html— Digital Agency and Marketing Agency homepage variants, switchable by business typecontact.html— Contact page, frontend form calls contact.php in the same directorycontact.php— Form backend that validates required fields and email format, sends email to specified addressassets/css/style.css— Global styles overriding Bootstrap default themeassets/js/— jQuery plugins (Slick, Magnific Popup) and custom scripts
Quick Start
Open the entry page directly in a browser for local preview:
agenkohtml-10/Agenko_Main_File/Agenko_v1.0.0/index.html
For contact form functionality, deploy to a PHP environment (Apache/Nginx recommended) and modify the $recipient email address in contact.php.
Usage Recommendations
- The three homepage variants can be reused directly based on agency type or have their color schemes modified to differentiate brands
- Before production deployment, replace the default email
mizansorker@gmail.comin contact.php with your actual business email - Image assets are located in
assets/images/subdirectories; replace placeholder images before going live
