Brikkho - Garden & Landscaping HTML5 Template preview 1

Brikkho - Garden & Landscaping HTML5 Template

bookmark

Brikkho is a responsive corporate website template based on Bootstrap 3, suitable for agriculture, landscaping, or green industry companies. The template includes complete business pages such as homepage, about page, services, project sh...

HTML

Project Introduction

Brikkho is a responsive corporate website template based on Bootstrap 3, suitable for agriculture, landscaping, or green industry companies. The template includes complete business pages such as homepage, about page, services, project showcase, gallery, blog, team, and contact page, along with documentation.

Tech Stack

  • HTML5 + CSS3 (Static Pages)
  • Bootstrap 3.3.4
  • jQuery
  • Font Awesome 4.x
  • Revolution Slider
  • Owl Carousel
  • jQuery UI / FancyBox / TouchSpin

Project Structure

text
brikkhohtml-10/brikkho pack/
├── brikkho/                          # Template main directory
│   ├── index.html                    # Homepage
│   ├── about.html                    # About Us
│   ├── service.html                  # Service List
│   ├── service-single.html           # Service Details
│   ├── projects.html                 # Project Showcase
│   ├── gallery.html                  # Gallery Style One
│   ├── gallery-two.html              # Gallery Style Two
│   ├── team.html                     # Team Members
│   ├── blog-grid.html                # Blog List
│   ├── blog-details.html             # Blog Details
│   ├── contact.html                  # Contact
│   ├── error.html                    # 404 Error Page
│   ├── sendmail.php                  # Email Sending Script
│   ├── css/
│   │   ├── style.css                 # Main Stylesheet
│   │   ├── responsive.css            # Responsive Styles
│   │   └── ...                       # Plugin Styles
│   └── assets/                       # Third-party Resources
└── Documentation/                    # Official Documentation Directory

Core File Description

  • brikkho/index.html — Template homepage entry file
  • brikkho/css/style.css — Main stylesheet defining global colors and layout
  • brikkho/css/responsive.css — Mobile responsive adaptation rules
  • brikkho/sendmail.php — Contact form backend email processing script
  • Documentation/index.html — Official usage documentation (includes structure explanation)

Quick Start

This is a purely static project. Simply open brikkho/index.html in your browser to preview all pages. To run a local server, execute:

bash
python -m http.server 8080

Then visit http://localhost:8080/brikkho

Usage Suggestions

  • The contact form needs to be deployed in a PHP environment and configured with email parameters in sendmail.php to send and receive emails properly.
  • The template uses Google Fonts (Montserrat, Open Sans). Ensure network connectivity for fonts to load correctly.
help_outline

FAQ