Static marketing + reservation website for TasteIt, a restaurant and bar.
Built by OREENZA for the client TasteIt. This is a client-owned, proprietary codebase — see LICENSE.
| Page | Purpose |
|---|---|
index.html |
Home — hero, specialties, menu preview, chefs, blog |
about.html |
About the restaurant |
chef.html |
Chef team + book-table form |
menu.html |
Full menu — breakfast, lunch, dinner, desserts, wine, drinks |
reservation.html |
Reservation form |
blog.html |
Blog index (6 articles) |
inside-our-kitchen.html |
Blog post — a morning in the kitchen |
the-art-of-the-perfect-ribeye.html |
Blog post — grilling the signature ribeye |
why-we-choose-slow-food.html |
Blog post — sourcing & seasonality |
wine-and-dinner-pairings.html |
Blog post — wine pairing guide |
a-guide-to-brunch-at-tasteit.html |
Blog post — brunch ordering guide |
meet-the-chefs-behind-tasteit.html |
Blog post — the kitchen team |
contact.html |
Contact info + contact form + Google map |
- No build step — pure static HTML/CSS/JS. Runs on any static host or shared hosting.
- Responsive layout with Bootstrap 4; Owl Carousel, AOS, Magnific Popup, Stellar parallax.
- Light/dark mode — floating theme toggle (
js/theme.js) withlocalStoragepersistence and system-preference fallback. - Full menu — 42 unique dishes across 6 categories with real pricing.
- Blog — 6 unique article pages with per-post meta, canonical URLs, author boxes, comments and sidebars.
- SEO — per-page canonical + Open Graph + Twitter Card meta,
robots.txtandsitemap.xml(client-info placeholders to be filled before launch). - Reservation/contact/newsletter forms — Formspree endpoints (placeholder
YOUR_FORMSPREE_IDto be replaced with the client's real form).
- HTML5, Bootstrap 4, jQuery
- Owl Carousel, AOS, Magnific Popup, Stellar parallax, Bootstrap datepicker/timepicker
- Fonts: Roboto, Dancing Script (Google Fonts)
- No package.json / npm dependencies
# from the project root — any static server works
python -m http.server 8000
# or
npx serve .Then open http://localhost:8000. No environment variables or build step needed.
- Replace
YOUR_FORMSPREE_IDin all form actions with the client's real Formspree form ID - Replace
YOUR_GOOGLE_MAPS_API_KEYin each page's maps script tag - Update phone, address, email and hours in the header/footer and
contact.html - Update
tel:/mailto:links - Replace the placeholder domain (
https://www.tasteit.com/) in canonicals,robots.txtandsitemap.xml - Swap placeholder images for the client's final photography where required