Skip to content

Commit

Permalink
Merge pull request #1 from yuzanawinnnn/yuzanawinnnn-patch-1
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
yuzanawinnnn authored Nov 16, 2023
2 parents d1d6782 + ec6ba20 commit e579438
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h3>Fried Tofu</h3>
<div class="swiper-slide slide">
<div class="content">
<span>Our Special Dish</span>
<h3>Spicy Noodles</h3>
<h3>Fried Sticky Rice</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Odio, molestias.</p>
<a href = "#" class="btn">Order Now</a>
</div>
Expand All @@ -79,7 +79,7 @@ <h3>Spicy Noodles</h3>
<div class="swiper-slide slide">
<div class="content">
<span>Our Special Dish</span>
<h3>Spicy Noodles</h3>
<h3>Spicy Chicken</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Odio, molestias.</p>
<a href = "#" class="btn">Order Now</a>
</div>
Expand Down Expand Up @@ -240,9 +240,24 @@ <h3>tasty foods</h3>
</section>
<!-------------------- dishes section ends ---------------------->
<!-- ========================================================= -->

<!-- ========================================================= -->
<!--------------------- about section starts ------------------->
<section class="about">
<h3 class="sub-heading">about us</h3>
<h1 class="heading">why choose us</h1>
<div class="row">
<div class="image">
<img src="images/">
</div>
</div>
</section>
<!-------------------- about section ends ---------------------->
<!-- ========================================================= -->

<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="script.js">

</script>
</body>
</html>
</html>

0 comments on commit e579438

Please sign in to comment.