Prepare at a minimum the following files:
- index.html
- aboutus.html
- products.html
- branches.html
Make sure that each page has the following:
- standard header with logo
- navigation bar (brownish-red background color) with links to the following: Home, Products, Branches, About
- standard footer
- Create a table containing coffee products. You may use the products from the earlier exercises.
- Embed one image per product in the table.
- Make the name of the product clickable.
- Create one html file per product. Clicking on the product name from the previous step should load the specific product html page. Each product html page should either have a link to go back to the products.html page. Note also that all the pages must follow the standard elements mentioned in 1) (standard header with logo, nav bar, footer, etc.).