Skip to content

Commit

Permalink
ui
Browse files Browse the repository at this point in the history
  • Loading branch information
DharshiBalasubramaniyam committed Nov 2, 2024
1 parent a0830ce commit c126752
Show file tree
Hide file tree
Showing 6 changed files with 338 additions and 380 deletions.
37 changes: 23 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
</div>
</div>



<!-- Scroll progress bar -->
<div class="scroll-progress" id="scrollProgress"></div>

Expand Down Expand Up @@ -138,14 +136,13 @@ <h4>Welcome to the frozen feast, where the world of frozen delights comes alive!

<!-- Our Flavors -->
<section id="our-flavors">
<h1>Find Your <span>Taste</span></h1>
<div class="flavors-container bottomani">
</div>
<h1>Find Your Taste</h1>
<div class="flavors-container bottomani"></div>
</section>

<!-- Services -->
<section class="services" id="services">
<h1>What <span>we do?</span></h1>
<h1>What we do?</h1>
<div class="services-card-wrapper">
<div class="service-card rightani">
<div class="service-card1">
Expand Down Expand Up @@ -189,9 +186,7 @@ <h3>Sweeten Your Event – Ice Cream Catering</h3>

<!-- Pop-up for email registration -->
<div id="popup" class="popup">

<div class="popup-content">

<div class="popup-left">
<img src="images/popupice.jpg" alt="Discount Image">
</div>
Expand All @@ -208,12 +203,9 @@ <h2>Get a sweet deal before it melts away..</h2>
Service</a> and <a href="privacy.html">Privacy Policy</a>.</p>
</div>
<span class="close-btn" id="close-btn2">&times; </span>

</div>

</div>


<!-- About -->
<section class="about" id="about">
<div class="box-container about-box">
Expand Down Expand Up @@ -279,8 +271,25 @@ <h3>Fun & Friendly Atmosphere</h3>
<section class="reviewSection" id="reviewsSection">
<h1>Top Reviews</h1>
<div class="reviews">
<div class="review-box" id="box_1">
<h1>Top Reviews from our verified customers</h1>
<div class="review-box bottomani">
<i class="fa fa-quote-right quote" aria-hidden="true"></i>
<i class="fa fa-quote-right quote" aria-hidden="true"></i>
<div class="top">
<img src="images/reveiwer1.jpg" alt="Reviewer Tom Stepher">
<div class="right">
<div class="name"><span>Tom Stepher</span> <br> <small>Verified Customer</small></div>
<div class="stars">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
</div>
</div>
</div>
<div class="text">“IcyCo’s ice cream is like a symphony for your taste buds. The salted caramel
swirl? Divine!”
</div>
</div>
<div class="review-box bottomani">
<i class="fa fa-quote-right quote" aria-hidden="true"></i>
Expand Down Expand Up @@ -387,7 +396,7 @@ <h1>Top Reviews from our verified customers</h1>

<!-- contact -->
<section class="contact" id="contact">
<h1><span>Contact</span> Us</h1>
<h1>Contact Us</h1>
<form action="#" novalidate class="box-container bottomani" id="contact-form">
<div class="row">
<div class="input-box">
Expand Down
Loading

0 comments on commit c126752

Please sign in to comment.