Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TasteIt — Restaurant & Bar Website

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.

Pages

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

Features

  • 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) with localStorage persistence 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.txt and sitemap.xml (client-info placeholders to be filled before launch).
  • Reservation/contact/newsletter forms — Formspree endpoints (placeholder YOUR_FORMSPREE_ID to be replaced with the client's real form).

Tech stack

  • 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

Run locally

# 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.

Pre-launch checklist (client info pass)

  • Replace YOUR_FORMSPREE_ID in all form actions with the client's real Formspree form ID
  • Replace YOUR_GOOGLE_MAPS_API_KEY in 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.txt and sitemap.xml
  • Swap placeholder images for the client's final photography where required

Releases

Packages

Contributors

Languages