Project Overview
Marko is a modern HTML5 static website template designed for digital marketing agencies, featuring a dark theme with purple (#C82AEF) as the accent color. The template includes multiple complete pages such as Home, Case Studies, Services, Blog, Team, Pricing, and more, making it suitable for quick website building in digital marketing, SEO, content strategy, and other business scenarios.
Tech Stack
- HTML5 + CSS3 + JavaScript
- Bootstrap 5 (Responsive Layout)
- Font Awesome 6 (Icon Library)
- Swiper (Carousel Component)
- Animate.css (Animation Effects)
- Google Fonts (Plus Jakarta Sans / Red Hat Text)
Project Structure
text
markohtml-10/
└── Marko Main File/
├── HTML_TEMPLATE/ # Official Template Files
│ ├── index.html # Home Page
│ ├── about.html # About Us
│ ├── blog.html # Blog List
│ ├── contact.html # Contact Page
│ ├── pricing.html # Pricing Page
│ ├── service.html # Services Page
│ ├── team.html # Team Page
│ ├── case_studies.html # Case Studies
│ ├── faq.html # FAQ
│ ├── partnership.html # Partnership
│ ├── 404_page.html # 404 Page
│ ├── single_post.html # Blog Post Detail
│ ├── single_services.html # Service Detail
│ ├── header.html # Header Component
│ ├── footer.html # Footer Component
│ ├── sidebar.html # Sidebar Component
│ ├── search-form.html # Search Modal
│ ├── css/
│ │ └── style.css # Main Stylesheet
│ └── image/ # Image Assets
└── DOCUMENTATION/ # Official Documentation
├── index.html
└── css/style.css
Core File Description
HTML_TEMPLATE/index.html— Home page entry, includes Banner, Case Studies, Expertise areas, and other main sectionsHTML_TEMPLATE/css/style.css— Global stylesheet defining color variables, typography, layout, animations, and a complete style systemHTML_TEMPLATE/header.html/footer.html— Header and footer components for reuse across pagesHTML_TEMPLATE/sidebar.html— Sidebar navigation componentHTML_TEMPLATE/search-form.html— Full-screen search modal integrated into the headerDOCUMENTATION/index.html— Official documentation page with customization guide
Quick Start
- Download and extract the template files
- Navigate to the
markohtml-10/Marko Main File/HTML_TEMPLATE/directory - Open
index.htmldirectly in a browser to preview - For a local server, run:
Or use the VS Code Live Server extensionbash
npx serve .
Usage Tips
- This template consists of pure static pages; edit the corresponding HTML files directly to modify content. Customize the logo, colors, etc., quickly via CSS variables (e.g.,
--accent-color,--secondary) instyle.css. - All images in the template are placeholders (dummy-img); replace them with actual business assets before going live.
