Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
added menu item
  • Loading branch information
devasia2112 authored Aug 30, 2024
1 parent 774e3c0 commit a056a58
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ <h5 class="text-center">Please note that these dishes are examples of the exquis

<!-- Start Breakfast Menu -->
<div class="menu" id="Breakfast">

<div class="item row align-items-center">
<div class="col-sm-3 pr-5">
<img class="product-img" src="https://kinthai.in.th/img/menu/Eggs Benedict.jpg" alt="Private Chef Service in Hua Hin - Kinthai" title="Private Chef Service in Hua Hin - Kinthai">
Expand All @@ -114,6 +115,45 @@ <h3 class="item__title">Eggs Benedict</h3>
data-image="https://kinthai.in.th/img/menu/Eggs Benedict.jpg">Add to cart</button>
</div>
</div>

<div class="item row align-items-center">
<div class="col-sm-3 pr-5">
<img class="product-img" src="https://kinthai.in.th/img/menu/Classic Omelette.jpg" alt="Private Chef Service in Hua Hin - Kinthai" title="Private Chef Service in Hua Hin - Kinthai">
</div>
<div class="details col-sm-9">
<div class="item__header">
<h3 class="item__title">Classic Omelette</h3>
<span class="item__dots"></span>
<span class="item__price">
<a target="_blank" href="https://kinthai.in.th/contact.html" class="btn btn-sm btn-primary">Inquiry</a>
</span>
</div>
<p class="item__description">A fluffy omelette made with farm-fresh eggs, filled with a savory mix of tomatoes, bell peppers, onions, and diced ham. Lightly seasoned and cooked to perfection, making it a satisfying choice for breakfast.</p>
<button class="btn btn-sm btn-outline-primary my-cart-btn"
data-id="19" data-name="Classic Omelette" data-price="250" data-quantity="1"
data-image="https://kinthai.in.th/img/menu/Classic Omelette.jpg">Add to cart</button>
</div>
</div>

<div class="item row align-items-center">
<div class="col-sm-3 pr-5">
<img class="product-img" src="https://kinthai.in.th/img/menu/Fresh Fruit Platter.jpg" alt="Private Chef Service in Hua Hin - Kinthai" title="Private Chef Service in Hua Hin - Kinthai">
</div>
<div class="details col-sm-9">
<div class="item__header">
<h3 class="item__title">Fresh Fruit Platter</h3>
<span class="item__dots"></span>
<span class="item__price">
<a target="_blank" href="https://kinthai.in.th/contact.html" class="btn btn-sm btn-primary">Inquiry</a>
</span>
</div>
<p class="item__description">A refreshing assortment of fresh seasonal fruits, including juicy orange slices, crisp apple chunks, sweet melon, and succulent grapes. Perfect for a light and healthy start to your day.</p>
<button class="btn btn-sm btn-outline-primary my-cart-btn"
data-id="19" data-name="Fresh Fruit Platter" data-price="250" data-quantity="1"
data-image="https://kinthai.in.th/img/menu/Fresh Fruit Platter.jpg">Add to cart</button>
</div>
</div>

</div>
<!-- End Breakfast Menu -->

Expand Down

0 comments on commit a056a58

Please sign in to comment.