Project Overview
Binoz is a creative agency HTML template offering a complete multi-page website solution, ideal for showcasing agency services, case studies, team introductions, and blog content. The template includes 5 homepage variations, covering full business pages such as Portfolio, Blog, Pricing, and FAQ.
Tech Stack
- Bootstrap 5.x (responsive layout framework)
- Vanilla JavaScript (native JS interactions)
- SCSS (style source code)
- Font Awesome 6 Pro (icon library)
- Swiper / Slick (carousel components)
- Isotope (masonry layout)
- Nice Select (dropdown selection)
- PureCounter (number animation)
- Wow.js (scroll animation)
Project Structure
text
binozhtml-10/
├── binoz/
│ ├── index.html # Main homepage file
│ ├── index-2~5.html # Homepage variations
│ ├── about.html, team.html # About / Team
│ ├── blog*.html # Blog-related pages
│ ├── portfolio*.html # Portfolio pages
│ ├── service*.html # Service detail pages
│ ├── pricing.html # Pricing page
│ ├── contact.html # Contact page
│ ├── error.html # 404 error page
│ └── assets/
│ ├── css/ # Compiled styles
│ ├── scss/ # SCSS source code
│ ├── js/ # JavaScript scripts
│ ├── img/ # Image assets
│ └── fonts/ # Icon fonts
└── documentation/
└── index.html # Official documentation page
Core File Description
binoz/index.html— Main homepage entry, fully showcases Hero, Services, Portfolio and other sectionsbinoz/assets/css/main.css— Global styles and theme variable definitions (~1700 lines)binoz/assets/js/main.js— 16 interaction modules: preloader, scroll animations, smooth scrolling, mobile menu, lightbox, counters, etc.binoz/assets/scss/main.scss— SCSS style source code for easy theme customizationbinoz/portfolio.html— Portfolio page with Isotope filteringbinoz/contact.html— Contact page with form and map area
Quick Start
Pure static template, no build required:
- Open
binoz/index.htmldirectly in a browser to preview - For a local server (recommended), use any static server tool:
bash
npx serve binoz - Modify content: edit text and image paths in each
.htmlfile - Customize styles: edit
assets/scss/main.scssand recompile to CSS
Usage Suggestions
- This template is suitable for quickly building corporate websites or portfolio sites, with responsive layout already adapted for mobile devices
assets/mail.phpprovides email sending backend support, requires deployment to a PHP environment and configuration of the recipient address- When modifying theme colors, prioritize checking the CSS variables at the top of
main.css(e.g.,--tp-theme-primary)
