Skip to content

Commit

Permalink
Merge branch 'master' into icy/deliveryForm
Browse files Browse the repository at this point in the history
  • Loading branch information
AADESHak007 authored Oct 30, 2024
2 parents 0f40b03 + 7973f0b commit 65d1935
Show file tree
Hide file tree
Showing 17 changed files with 266 additions and 104 deletions.
22 changes: 15 additions & 7 deletions blogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="icon" href="./images/logo.png" type="image/png">

<!-- font awesome icons script -->
<script src="https://kit.fontawesome.com/c732ec9339.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">

</head>

Expand Down Expand Up @@ -91,8 +91,13 @@ <h1>Your Cart</h1>
</div>

<div class="empty-cart active">
<p>No items in the cart!</p>
</div>
<div class="empty-cart-img-div">
<img src="images/empty-cart.png" alt="Delicious Ice Cream" class="ice-cream-image" />
</div>
<p class="empty-cart-text">Your cart is empty!</p>
<p class="empty-cart-info">As a cone without ice cream!🍦 </p>
<p class="empty-cart-info">Fill it up with our delicious flavors!</p>
</div>

</div>

Expand Down Expand Up @@ -492,10 +497,13 @@ <h4>Need Help?</h4>
</ul>
<h4 style="margin-top: 15px;">Follow Us</h4>
<ul class="links">
<li><a href="#" class="social"><i class="fa-brands fa-facebook-f"></i> Facebook</a></li>
<li><a href="#" class="social"><i class="fa-brands fa-instagram"></i> Instagram</a></li>
<li><a href="#" class="social"><i class="fa-brands fa-linkedin-in"></i> Linkedin</a></li>
<li><a href="#" class="social"><i class="fa-brands fa-x-twitter"></i> Twitter</a></li>
<li><a href="https://www.facebook.com/" class="social"><i class="fa-brands fa-facebook-f"></i> Facebook</a></li>
<li><a href="https://www.instagram.com/" class="social"><i class="fa-brands fa-instagram"></i> Instagram</a></li>
<li><a href="https://www.linkedin.com/" class="social"><i class="fa-brands fa-linkedin-in"></i> Linkedin</a></li>
<li><a href="https://www.twitter.com/" class="social"><i class="fa-brands fa-x-twitter"></i> Twitter</a></li>
<!-- Added Whatsapp Logo -->
<li><a href="https://www.whatsapp.com/" class="social"><i class="fa-brands fa-whatsapp"></i>
Whatsapp</a></li>
</ul>
</div>
<div class="footer-col">
Expand Down
49 changes: 36 additions & 13 deletions catering.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="icon" href="./images/logo.png" type="image/png">

<!-- font awesome icons script -->
<script src="https://kit.fontawesome.com/c732ec9339.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">

</head>

Expand Down Expand Up @@ -125,14 +125,29 @@ <h2 class="heading">Tell us about your event</h2>

<div class="indv-text">
<label for="eventtype" class="text">Event Type</label>
<input type="radio" id="self-pickup" name="indoor-outdoor" value="self-pickup"> Self Service
Pickup<br><br>
<input type="radio" id="self-delivery" name="indoor-outdoor" value="self-delivery"> Self Service
Delivery<br><br>
<input type="radio" id="full-service" name="indoor-outdoor" value="full-service"> Full Service
Catering<br><br>
<input type="radio" id="not-sure" name="indoor-outdoor" value="not-sure"> Not Sure, Want To Learn More

<label for="self-pickup">
<input type="radio" id="self-pickup" name="indoor-outdoor" value="self-pickup">
Self Service Pickup
</label><br><br>

<label for="self-delivery">
<input type="radio" id="self-delivery" name="indoor-outdoor" value="self-delivery">
Self Service Delivery
</label><br><br>

<label for="full-service">
<input type="radio" id="full-service" name="indoor-outdoor" value="full-service">
Full Service Catering
</label><br><br>

<label for="not-sure">
<input type="radio" id="not-sure" name="indoor-outdoor" value="not-sure">
Not Sure, Want To Learn More
</label>
</div>



<div class="indv-text">
<label for="add1" class="text">Complete Address</label>
Expand Down Expand Up @@ -198,7 +213,12 @@ <h1>Your Cart</h1>
</div>

<div class="empty-cart active">
<p>No items in the cart!</p>
<div class="empty-cart-img-div">
<img src="images/empty-cart.png" alt="Delicious Ice Cream" class="ice-cream-image" />
</div>
<p class="empty-cart-text">Your cart is empty!</p>
<p class="empty-cart-info">As a cone without ice cream!🍦 </p>
<p class="empty-cart-info">Fill it up with our delicious flavors!</p>
</div>

</div>
Expand Down Expand Up @@ -252,10 +272,13 @@ <h4>Need Help?</h4>
</ul>
<h4 style="margin-top: 15px;">Follow Us</h4>
<ul class="links">
<li><a href="#" class="social"><i class="fa-brands fa-facebook-f"></i> Facebook</a></li>
<li><a href="#" class="social"><i class="fa-brands fa-instagram"></i> Instagram</a></li>
<li><a href="#" class="social"><i class="fa-brands fa-linkedin-in"></i> Linkedin</a></li>
<li><a href="#" class="social"><i class="fa-brands fa-x-twitter"></i> Twitter</a></li>
<li><a href="https://www.facebook.com/" class="social"><i class="fa-brands fa-facebook-f"></i> Facebook</a></li>
<li><a href="https://www.instagram.com/" class="social"><i class="fa-brands fa-instagram"></i> Instagram</a></li>
<li><a href="https://www.linkedin.com/" class="social"><i class="fa-brands fa-linkedin-in"></i> Linkedin</a></li>
<li><a href="https://www.twitter.com/" class="social"><i class="fa-brands fa-x-twitter"></i> Twitter</a></li>
<!-- Added Whatsapp Logo -->
<li><a href="https://www.whatsapp.com/" class="social"><i class="fa-brands fa-whatsapp"></i>
Whatsapp</a></li>
</ul>
</div>
<div class="footer-col">
Expand Down
22 changes: 16 additions & 6 deletions contributor.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<!-- Link to add favicon -->
<link rel="icon" href="./images/logo.png" type="image/png">

<!-- link to add favicon -->
<link rel="icon" href="./images/logo.png" type="image/png">

<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
Expand Down Expand Up @@ -142,15 +145,22 @@ <h1>Your Cart</h1>
</div>

<div class="empty-cart active">
<p>No items in the cart!</p>
</div>
<div class="empty-cart-img-div">
<img src="images/empty-cart.png" alt="Delicious Ice Cream" class="ice-cream-image" />
</div>
<p class="empty-cart-text">Your cart is empty!</p>
<p class="empty-cart-info">As a cone without ice cream!🍦 </p>
<p class="empty-cart-info">Fill it up with our delicious flavors!</p>
</div>

</div>
<div class="container">
<div class="toggle-container aos-init aos-animate" data-aos="fade-down">
<input id="themeToggle" class="toggle" type="checkbox" />
</div>
<h1 class="title">Our Contributors</h1>
<section class="products" id="products" style="margin-top: 100px;">
<h1>Our <span>Contributors</span></h1>
</section>
<div id="contributors" class="contributors-grid"></div>
</div>
<button class="top-btn" id="goToTopBtn" onclick="goToTop()">
Expand All @@ -162,7 +172,7 @@ <h1 class="title">Our Contributors</h1>
<div class="footer-col">
<h4>Useful links</h4>
<ul class="links">
<li><a href="#home">Home</a></li>
<li><a href="./index.html">Home</a></li>
<li><a href="./products.html">Products</a></li>
<li><a href="gallary.html">Gallery</a></li>
<li><a href="#about">About Us</a></li>
Expand Down Expand Up @@ -226,8 +236,8 @@ <h4 style="margin-top: 15px;">Follow Us</h4>
Linkedin</a></li>
<li><a href="https://www.twitter.com/" class="social"><i class="fa-brands fa-x-twitter" aria-hidden="true"></i>
Twitter</a></li>
<li><a href="#1" class="social"><i class="fa-brands fa-whatsapp" aria-hidden="true"></i> Whatsapp</a></li>
<!-- It's href is #1 for css purpose to get it's hover green -->
<!-- Modified the class link for redirect and CSS -->
<li><a href="https://www.whatsapp.com/" class="social"><i class="fa-brands fa-whatsapp" aria-hidden="true"></i> Whatsapp</a></li>

</ul>
</div>
Expand Down
27 changes: 18 additions & 9 deletions delivery.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="icon" href="./images/logo.png" type="image/png">

<!-- font awesome icons script -->
<script src="https://kit.fontawesome.com/c732ec9339.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">

</head>

Expand Down Expand Up @@ -71,8 +71,8 @@
<a href="./index.html">IcyCo</a>
</div>
<div class="nav-links">
<a href="./index.html" class="link">home</a>
<a href="./products.html" class="link">products</a>
<a href="./index.html" class="link">Home</a>
<a href="./products.html" class="link">Products</a>
<a href="./delivery.html" class="link active">Delivery</a>
<a href="./dine-in.html" class="link">Dine In</a>
<a href="./catering.html" class="link">Catering</a>
Expand Down Expand Up @@ -166,6 +166,7 @@ <h2 class="heading">Enter Your Details</h2>

</form>
</div>

</section>

<!-- Cart -->
Expand All @@ -184,7 +185,12 @@ <h1>Your Cart</h1>
</div>

<div class="empty-cart active">
<p>No items in the cart!</p>
<div class="empty-cart-img-div">
<img src="images/empty-cart.png" alt="Delicious Ice Cream" class="ice-cream-image" />
</div>
<p class="empty-cart-text">Your cart is empty!</p>
<p class="empty-cart-info">As a cone without ice cream!🍦 </p>
<p class="empty-cart-info">Fill it up with our delicious flavors!</p>
</div>

</div>
Expand Down Expand Up @@ -238,10 +244,13 @@ <h4>Need Help?</h4>
</ul>
<h4 style="margin-top: 15px;">Follow Us</h4>
<ul class="links">
<li><a href="#" class="social"><i class="fa-brands fa-facebook-f"></i> Facebook</a></li>
<li><a href="#" class="social"><i class="fa-brands fa-instagram"></i> Instagram</a></li>
<li><a href="#" class="social"><i class="fa-brands fa-linkedin-in"></i> Linkedin</a></li>
<li><a href="#" class="social"><i class="fa-brands fa-x-twitter"></i> Twitter</a></li>
<li><a href="https://www.facebook.com/" class="social"><i class="fa-brands fa-facebook-f"></i> Facebook</a></li>
<li><a href="https://www.instagram.com/" class="social"><i class="fa-brands fa-instagram"></i> Instagram</a></li>
<li><a href="https://www.linkedin.com/" class="social"><i class="fa-brands fa-linkedin-in"></i> Linkedin</a></li>
<li><a href="https://www.twitter.com/" class="social"><i class="fa-brands fa-x-twitter"></i> Twitter</a></li>
<!-- Added Whatsapp Logo -->
<li><a href="https://www.whatsapp.com/" class="social"><i class="fa-brands fa-whatsapp"></i>
Whatsapp</a></li>
</ul>
</div>
<div class="footer-col">
Expand Down Expand Up @@ -278,4 +287,4 @@ <h4>Newsletter</h4>

</body>

</html>
</html>
20 changes: 14 additions & 6 deletions dine-in.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="icon" href="./images/logo.png" type="image/png">

<!-- font awesome icons script -->
<script src="https://kit.fontawesome.com/c732ec9339.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">

</head>

Expand Down Expand Up @@ -191,7 +191,12 @@ <h1>Your Cart</h1>
</div>

<div class="empty-cart active">
<p>No items in the cart!</p>
<div class="empty-cart-img-div">
<img src="images/empty-cart.png" alt="Delicious Ice Cream" class="ice-cream-image" />
</div>
<p class="empty-cart-text">Your cart is empty!</p>
<p class="empty-cart-info">As a cone without ice cream!🍦 </p>
<p class="empty-cart-info">Fill it up with our delicious flavors!</p>
</div>

</div>
Expand Down Expand Up @@ -245,10 +250,13 @@ <h4>Need Help?</h4>
</ul>
<h4 style="margin-top: 15px;">Follow Us</h4>
<ul class="links">
<li><a href="#" class="social"><i class="fa-brands fa-facebook-f"></i> Facebook</a></li>
<li><a href="#" class="social"><i class="fa-brands fa-instagram"></i> Instagram</a></li>
<li><a href="#" class="social"><i class="fa-brands fa-linkedin-in"></i> Linkedin</a></li>
<li><a href="#" class="social"><i class="fa-brands fa-x-twitter"></i> Twitter</a></li>
<li><a href="https://www.facebook.com/" class="social"><i class="fa-brands fa-facebook-f"></i> Facebook</a></li>
<li><a href="https://www.instagram.com/" class="social"><i class="fa-brands fa-instagram"></i> Instagram</a></li>
<li><a href="https://www.linkedin.com/" class="social"><i class="fa-brands fa-linkedin-in"></i> Linkedin</a></li>
<li><a href="https://www.twitter.com/" class="social"><i class="fa-brands fa-x-twitter"></i> Twitter</a></li>
<!-- Added Whatsapp Logo -->
<li><a href="https://www.whatsapp.com/" class="social"><i class="fa-brands fa-whatsapp"></i>
Whatsapp</a></li>
</ul>
</div>
<div class="footer-col">
Expand Down
20 changes: 17 additions & 3 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
<link rel="stylesheet" href="./styles/mediaQueries.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="styles/topscrollindicator.css">

<!-- link to add favicon -->
<link rel="icon" href="./images/logo.png" type="image/png">

<!-- font awesome icons script -->
<script src="https://kit.fontawesome.com/c732ec9339.js" crossorigin="anonymous"></script>

</head>

<body>
Expand Down Expand Up @@ -94,7 +101,12 @@ <h1>Your Cart</h1>
</div>

<div class="empty-cart active">
<p>No items in the cart!</p>
<div class="empty-cart-img-div">
<img src="images/empty-cart.png" alt="Delicious Ice Cream" class="ice-cream-image" />
</div>
<p class="empty-cart-text">Your cart is empty!</p>
<p class="empty-cart-info">As a cone without ice cream!🍦 </p>
<p class="empty-cart-info">Fill it up with our delicious flavors!</p>
</div>

</div>
Expand Down Expand Up @@ -208,9 +220,11 @@ <h4 style="margin-top: 15px;">Follow Us</h4>
Instagram</a></li>
<li><a href="https://www.linkedin.com/" class="social"><i class="fa-brands fa-linkedin-in"></i>
Linkedin</a></li>
<li><a href="https://www.twitter.com/" class="social"><i class="fa-brands fa-twitter"></i>
<!-- Added the new X logo -->
<li><a href="https://www.twitter.com/" class="social"><i class="fa-brands fa-x-twitter"></i>
Twitter</a></li>
<li><a href="#" class="social"><i class="fa-brands fa-whatsapp"></i> Whatsapp</a></li>
<!-- Added Whatsapp Redirect -->
<li><a href="https://www.whatsapp.com/" class="social"><i class="fa-brands fa-whatsapp"></i> Whatsapp</a></li>

</ul>
</div>
Expand Down
15 changes: 10 additions & 5 deletions gallary.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@
<link href="https://fonts.googleapis.com/css2?family=Rye&display=swap" rel="stylesheet">

<!-- font awesome icons script -->
<script src="https://kit.fontawesome.com/c732ec9339.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">

<!-- link to add favicon -->
<link rel="icon" href="./images/logo.png" type="image/png">

</head>

<body>

<body>
<!-- cursor -->
<div class="circle"></div>
<div class="circle"></div>
Expand Down Expand Up @@ -98,7 +97,12 @@ <h1>Your Cart</h1>
</div>

<div class="empty-cart active">
<p>No items in the cart!</p>
<div class="empty-cart-img-div">
<img src="images/empty-cart.png" alt="Delicious Ice Cream" class="ice-cream-image" />
</div>
<p class="empty-cart-text">Your cart is empty!</p>
<p class="empty-cart-info">As a cone without ice cream!🍦 </p>
<p class="empty-cart-info">Fill it up with our delicious flavors!</p>
</div>

</div>
Expand Down Expand Up @@ -274,7 +278,8 @@ <h4 style="margin-top: 15px;">Follow Us</h4>
Linkedin</a></li>
<li><a href="https://www.twitter.com/" class="social"><i class="fa-brands fa-x-twitter"></i>
Twitter</a></li>
<li><a href="#" class="social"><i class="fa-brands fa-whatsapp"></i> Whatsapp</a></li>
<!-- Added Whatsapp Redirect -->
<li><a href="https://www.whatsapp.com/" class="social"><i class="fa-brands fa-whatsapp"></i> Whatsapp</a></li>

</ul>
</div>
Expand Down
Binary file added images/empty-cart.png
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/product-not-found.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 65d1935

Please sign in to comment.