Skip to content

Commit

Permalink
Merge pull request #365 from Nih1tGupta/main
Browse files Browse the repository at this point in the history
Added more dishes in MENU (ISSUE:#298)
  • Loading branch information
sunny0625 authored May 15, 2024
2 parents ed8f4d1 + 843e0fe commit 80aa1eb
Showing 1 changed file with 67 additions and 37 deletions.
104 changes: 67 additions & 37 deletions Html-files/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,46 +114,76 @@ <h3>Juices</h3>
</section>


<section class="menu_container">
<h2>Dishes</h2>
<div class="menu_items">
<div class="items">
<img
src="https://ready2bite.com/cdn/shop/files/pavbhaji.png?v=1696941905">
<h3>Pav Bhaji</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img
src="https://media.vogue.in/wp-content/uploads/2020/08/chole-bhature-recipe.jpg">
<h3>Chole Bhature</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img
src="https://myfoodstory.com/wp-content/uploads/2021/08/Punjabi-Samosa-4.jpg">
<h3>Samosa</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img src="https://www.awesomecuisine.com/wp-content/uploads/2007/11/Idli-with-sambar-and-chutney.jpg">
<h3>Idli</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>

<!-- Dishes section added -->


<section class="menu_container">
<h2>Dishes</h2>
<div class="menu_items">
<div class="items">
<img
src="https://1.bp.blogspot.com/-KzKj1aBe7-k/XeeVsF5b-2I/AAAAAAAAEII/XOksle75D5IKvng5l7OMWaX9K_0hCQX7wCLcBGAsYHQ/s1600/shahi%2Bpaneerr.jpg">
<h3>Shahi Paneer</h3>
<p>$5.10</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img
src="https://th.bing.com/th/id/R.5c49f50826bbc5cfd967aff21d0e8b30?rik=s3xk5%2bS6qy0MLA&riu=http%3a%2f%2fi0.wp.com%2fhealthyvegrecipes.com%2fwp-content%2fuploads%2f2016%2f08%2fpb1.jpg&ehk=qCj0EGq6VryyxOj8Tt%2b1NDfUvWF6KjeXUD8UIi1v1aU%3d&risl=&pid=ImgRaw&r=0">
<h3>Pav Bhaji</h3>
<p>$5.10</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img
src="https://th.bing.com/th/id/OIP.qxS9PcbgbDqmWy3phk8FPQAAAA?rs=1&pid=ImgDetMain">
<h3>Paper Dosa</h3>
<p>$5.10</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img src="https://th.bing.com/th/id/R.2afb9c6e7c75eced25f4cc6e45e9e1dc?rik=cMIrmnFJvoLzkA&riu=http%3a%2f%2fdilepunjab.com%2fwp-content%2fuploads%2f2017%2f08%2fchole-bhature-1.jpg&ehk=dNycnEaMu52lc3VUWT2ByGeKDgR0V2YuhPKhZSsZ7%2bI%3d&risl=&pid=ImgRaw&r=0">
<h3>Chola Bhatura</h3>
<p>$5.10</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
<div class="menu_items">
<div class="items">
<img
src="https://c.ndtvimg.com/2023-04/ghgdqak8_poha_625x300_03_April_23.jpg">
<h3>Poha</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img
src="https://i.ytimg.com/vi/ieDsTOOKj5Q/sddefault.jpg">
<h3>Aalo Bonda</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img
src="https://www.awesomecuisine.com/wp-content/uploads/2009/06/Plain-Dosa.jpg">
<h3>Dosa</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img src="https://www.chefkunalkapur.com/wp-content/uploads/2021/03/veg-chowmein-min-1300x867.jpg?v=1620296035">
<h3>Noodles</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
</div>
</section>

</section>

<section class="menu_container">
<h2>Juices</h2>
Expand Down

0 comments on commit 80aa1eb

Please sign in to comment.