Project Overview
Faren is a set of HTML5 responsive website templates for the architecture and interior decoration industry, offering 6 homepage styles (interior design, architecture, real estate, minimalist luxury, etc.) and complete business pages (About Us, Portfolio, Blog, Shop, Team, Pricing, FAQ, etc.), with support for contact forms, shopping cart, and checkout process—ready to use out of the box.
Tech Stack
- Bootstrap 5 (grid & components)
- jQuery (interaction logic, Mobile Menu, scroll effects)
- Font Awesome 6 (icons)
- GSAP (loading animation)
- SCSS / CSS 3 (custom styles)
- mail.php (contact form backend)
Project Structure
farenhtml-10/
├── documentation/ # Template usage documentation (HTML pages)
│ ├── index.html
│ └── css/
├── download-version/ # Deployable template files
│ ├── index.html # Default homepage
│ ├── home-*.html # 6 homepage variants
│ ├── about.html
│ ├── blog*.html
│ ├── shop*.html
│ ├── contact.html
│ ├── service*.html
│ ├── team*.html
│ ├── pricing.html
│ ├── gallery.html
│ ├── faq.html
│ ├── error.html
│ ├── mail.php
│ └── assets/
│ ├── css/
│ ├── js/
│ └── img/
└── THEMELOCK file (download source info)
Key Files
download-version/index.html— Default homepage entry pointdownload-version/assets/css/style.css— Main stylesheet with full CSS variables and responsive rulesdownload-version/assets/js/main.js— Interaction logic including mobile menu, scroll animations, lightbox, and 22 other feature modulesdownload-version/assets/js/bootstrap.min.js— Bootstrap JS componentsdownload-version/mail.php— Contact form backend processing scriptdownload-version/home-*.html— 6 homepage variants (interior, architecture, real estate, minimalist luxury, etc.)
Quick Start
Open download-version/index.html directly in a browser, or deploy it to any static server (e.g., nginx, http-server).
To use the PHP email functionality, run it on a web server with PHP support.
Usage Suggestions
- The template offers 6 homepage style variants; choose the appropriate
home-*.htmlas a starting point based on your actual business scenario. - The template includes WooCommerce shopping pages (shop, cart, checkout). To integrate a real store, you'll need to connect to the WooCommerce plugin or a backend API.
