Skip to content

Commit

Permalink
Merge pull request #1222 from Nih1tGupta/main
Browse files Browse the repository at this point in the history
ADDED MORE IMAGES FOR SLIDER
  • Loading branch information
sunny0625 authored Jul 1, 2024
2 parents 25d7f6a + 8d85773 commit b2d7b8f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
Binary file added Images/homeSliderImages/home-slider-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/homeSliderImages/home-slider-5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,45 @@ <h1 class="slider-title slider-reveal">
</a>
</div>
</div>
<div class="carousel-item">
<div class="slider-bg d-flex justify-content-center">
<img src="Images/homeSliderImages/home-slider-4.jpg" class="homeimg">
</div>
<div class="carousel-caption d-flex flex-column justify-content-center h-100">
<p class="slider-subtitle slider-reveal">EXPERIENCE A FEAST FOR THE SENSES</p>
<h2 class="slider-title slider-reveal">
Bring your loved ones <br>
and indulge
</h2>
<p class="slider-text slider-reveal">
come with family & feel the joy of mouthwatering food
</p>
<a href="Html-files/menu.html" class="btn btn-danger slider-button slider-reveal mx-auto"
role="button">
VIEW OUR MENU
</a>
</div>
</div>

<div class="carousel-item">
<div class="slider-bg d-flex justify-content-center">
<img src="Images/homeSliderImages/home-slider-5.jpg" class="homeimg">
</div>
<div class="carousel-caption d-flex flex-column justify-content-center h-100">
<p class="slider-subtitle slider-reveal">SAVOR THE TASTE OF TRADITION</p>
<h1 class="slider-title slider-reveal">
Where every bite <br>
tells a story
</h1>
<p class="slider-text slider-reveal">
come with family & feel the joy of mouthwatering food
</p>
<a href="Html-files/menu.html" class="btn btn-danger slider-button slider-reveal mx-auto"
role="button">
VIEW OUR MENU
</a>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#homeSlider" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
Expand Down

0 comments on commit b2d7b8f

Please sign in to comment.