Project Overview
Bermiz is an HTML website template for restaurant and food delivery scenarios, offering 3 homepage styles, multiple dish display pages (list/tab/grid), blog, reservation, shopping cart/checkout, chef introductions, and other complete pages. It is suitable for quickly building food industry showcase websites and can be previewed directly in a browser without backend dependencies.
Tech Stack
- Bootstrap 5 (responsive layout)
- Static HTML / CSS
- jQuery (interaction and preloader animation)
- AOS (scroll animation)
- Slick (carousel component)
- Google Fonts (Elsie, Lexend)
Project Structure
bermizhtml-10/
└── Main File/
├── Documentation/ # Template usage documentation
└── Restaurant and Food Delivery HTML Template - Bermiz/
├── index.html # Homepage (Style 1)
├── homepage2.html
├── homepage3.html
├── menupage-*.html # 8 dish pages
├── blogpage-*.html # 13 blog list pages
├── single-blogpage*.html
├── reservation-*.html # 3 reservation pages
├── cart-view.html
├── checkout-page.html
├── chefspage*.html
├── single-chefs-deatail-page.html
├── about-us.html
├── contact-us.html
├── single-shop.html
├── 404-error.html
├── comming-soon.html
└── assets/
├── css/
├── images/
└── js/
Core File Description
index.html— Main homepage entry, with multi-level dropdown navigation and dish categoriesassets/css/style.css— Template core stylesheetassets/css/bootstrap.min.css— Bootstrap framework stylesassets/css/aos.css/animate.css— Page scroll and transition animationsassets/js/— jQuery library and plugins, page interaction scriptsDocumentation/index.html— Official usage documentation (Logo, fonts, icons configuration instructions)
Quick Start
- Navigate to
bermizhtml-10/Main File/Restaurant and Food Delivery HTML Template - Bermiz/directory; - Double-click
index.htmlto open it directly in your browser and preview the homepage; - For a local server, use
npx serve .or the VS Code Live Server extension.
Usage Suggestions
The template is a pure frontend static page; all page transitions are done via hyperlinks without any build steps. To deploy, upload the entire Restaurant and Food Delivery HTML Template - Bermiz folder contents to a web server. If you need to integrate real food delivery or reservation functionality, you will need to connect to a backend API.
