Paanee - Drinking Mineral Water Delivery HTML Template preview 1

Paanee - Drinking Mineral Water Delivery HTML Template

bookmark

Paanee is a static HTML website template designed for bottled water delivery service providers. Built on Bootstrap 4 responsive layout, it includes complete pages such as homepage, services, blog, shop (cart/checkout), team showcase, and...

HTML

Project Overview

Paanee is a static HTML website template designed for bottled water delivery service providers. Built on Bootstrap 4 responsive layout, it includes complete pages such as homepage, services, blog, shop (cart/checkout), team showcase, and contact form, making it suitable for quickly building a water station official website.

Tech Stack

  • Bootstrap 4.3.1 (responsive framework)
  • jQuery (interaction logic)
  • Font Awesome 4 (icons)
  • Google Fonts (Jost, Rubik fonts)
  • Pure static, no build tools required

Project Structure

text
paaneehtml-10/
└── paanee pack/
    ├── paanee/              ← Template main folder
    │   ├── assets/
    │   │   ├── css/         ← Styles (includes responsive.css, color.css)
    │   │   ├── js/
    │   │   ├── fonts/
    │   │   └── images/
    │   ├── index.html        ← Homepage
    │   ├── index-2.html     ← Homepage variant
    │   ├── about.html
    │   ├── services.html / service-details.html
    │   ├── shop.html / single-product.html
    │   ├── cart.html / checkout.html
    │   ├── blog.html / blog-details.html
    │   ├── team.html / gallery.html
    │   ├── contact.html / faq.html
    │   └── 404.html
    └── paanee doc/           ← Official documentation (can be ignored)

Key Files Description

  • paanee/index.html — Homepage with navigation, banner, and feature showcase
  • paanee/assets/css/style.css — Global stylesheet
  • paanee/assets/css/color.css — Theme color configuration
  • paanee/shop.html — Product listing page with cart and checkout flow
  • paanee/contact.html — Contact page with map and form
  • paanee/assets/js/script.js — Navigation interactions and scroll logic

Quick Start

Simply open paanee/index.html in your browser to preview. Edit the corresponding HTML files for content changes, and make CSS adjustments in assets/css/.

Usage Suggestions

Before going live, replace all Google Fonts and Bootstrap CDN links with local files or CDNs accessible in your region to ensure loading speed; the shop module is a frontend showcase, and payment functionality requires integrating your own backend API.

help_outline

FAQ