View Demo Burger House
Multi-page site for Burger House.
Includes the following pages:
- Main page
- Menu page
- News page (with 6 separate pages)
- Career page
- Contact page
In plans, I would like to add functionality to "Add to cart" buttons and connect a payment form in order to directly place an order.
This project was built with Bootstrap5.
Official source https://getbootstrap.com/
Install Bootstrap in your html file
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
Install Bootstrap in Node.js
npm install bootstrap