Project Overview
Seoly is a static HTML website template designed for the SEO and digital marketing industry. Built on the Bootstrap framework, it provides multiple page templates including homepage, services, blog, case studies, pricing, and contact forms. It supports multiple homepage variations and theme color switching, making it ideal for quickly building a digital marketing agency website.
Tech Stack
- Bootstrap 5 (CSS Framework)
- jQuery (Interaction Logic)
- Google Fonts (Urbanist / Manrope)
- Static HTML / PHP Form Processing
Project Structure
seolyhtml-10/Seoly/
├── Seoly HTML/ ← Main template directory
│ ├── index.html ← Entry page
│ ├── homepage-2.html
│ ├── homepage-3.html
│ ├── homepage-4.html
│ ├── services.html
│ ├── blog.html
│ ├── contact.html
│ ├── pricing.html
│ ├── case-studies.html
│ ├── css/
│ ├── js/
│ ├── images/
│ └── video/
└── documentation/ ← Usage documentation
Core File Description
Seoly HTML/index.html— Main site entry, integrates multiple homepage selectors and full navigation structureSeoly HTML/css/style.css— Main stylesheet, defines fonts, color variables, layout, and responsive breakpointsSeoly HTML/css/bootstrap.min.css— Bootstrap base framework stylesSeoly HTML/css/coloring.css— Theme color override stylesSeoly HTML/js/designesia.js— Core logic for preloader, RTL mode, navigation interactions, etc.Seoly HTML/js/validation-contact.js— Contact form frontend validation
Quick Start
Simply open Seoly/Seoly HTML/index.html in your browser to preview all pages. For a local server, run:
cd seolyhtml-10/Seoly/Seoly\ HTML
python -m http.server 8080
Usage Recommendations
When modifying content, directly edit the text and image paths in the corresponding HTML files. To change the theme color, replace css/colors/scheme-01.css with scheme-02.css or other color scheme files (located in the css/colors/ directory — verify the file exists). The contact form requires a backend server to handle contact.php / request.php.
