Skip to content

Commit

Permalink
Merge branch 'DharshiBalasubramaniyam:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit72099 authored Oct 19, 2024
2 parents 99b11fc + ee679c1 commit a5ca1e4
Show file tree
Hide file tree
Showing 17 changed files with 148 additions and 752 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ JavaScript adds interactivity and functionality to the website. This project use
<img src="https://github.com/user-attachments/assets/341b9e5e-ab35-4ace-94b0-89285cd4ecfd" alt="Second Image" width="20%" style="border-radius: 10px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);" />
</div>

---
<!-- Added Hacktoberfest 2024 and GSSoc Extended 2024 banners -->
### This project is now OFFICIALLY accepted for

<div align="center">
<img src="https://raw.githubusercontent.com/SwanandD121/FeatherPerfect_fe/refs/heads/main/Untitled%20design.png" alt="GSSoC 2024 Extd" width="80%">
<img src="https://cdn.discordapp.com/attachments/657543125190967316/1294560786114674748/Screenshot_2024-10-12_122347.png?ex=670b752f&is=670a23af&hm=26ddd7f41740b8b19ee4985e7568b3892091384b3b85e7165770a4b10f4d1050&" alt="Hacktoberfest 2024" width="80%">
</div>
<br>
---

# 🚀 How to Contribute to This Project
Expand Down
39 changes: 14 additions & 25 deletions blogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<!-- custom style sheets -->
<link rel="stylesheet" href="styles/blogs.css">
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="styles/mediaQueries.css">
<link rel="stylesheet" href="styles/cursor.css">

<!-- link to add favicon -->
Expand Down Expand Up @@ -72,7 +73,6 @@
<a href="./delivery.html" class="link">Delivery</a>
<a href="./dine-in.html" class="link">Dine In</a>
<a href="./catering.html" class="link active">Catering</a>
<a href="./subscriptions.html" class="link">Subscriptions</a>
</div>
<div class="icons">
<div class="icon">
Expand All @@ -87,6 +87,7 @@
</div>
</div>
</div>

<section>
<div class="toggle-container aos-init aos-animate" data-aos="fade-down">
<input id="themeToggle" class="toggle" type="checkbox" />
Expand Down Expand Up @@ -366,30 +367,18 @@ <h2>Ice Cream and Social Media: The Impact of Instagram on Ice Cream Trends</h2>
<div class="footer-col">
<h4>Useful links</h4>
<ul class="links">
<li><a href="#home">Home</a></li>
<li><a href="#">My Account</a></li>
<li><a href="#products">Products</a></li>
<li><a href="gallary.html">Gallery</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#FAQs">FAQs</a></li>
<li><a href="contributor.html">Our Contributors</a></li>
<li><a href="blogs.html">Our Blogs</a></li>
<li><a href="#">Customer Agreement</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="terms&condition.html">Terms&Condition</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Flavors</h4>
<ul class="links">
<li><a href="#">Regular</a></li>
<li><a href="#">Gelato</a></li>
<li><a href="#">Sorbet</a></li>
<li><a href="#">Soft serve</a></li>
<li><a href="#">Frozen Yogurt</a></li>
<li><a href="#">Non Diary/Vegen</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="index.html#about">About Us</a></li>
<li><a href="./faq.html" class="link">FAQ</a></li>
<li><a href="contributor.html">Our Contributors</a></li>
<li><a href="blogs.html">Our Blogs</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms&condition.html">Terms&Condition</a></li>
</ul>
</div>
</div>

<div class="footer-col">
<h4>Opening Hours</h4>
<ul class="links">
Expand Down Expand Up @@ -449,7 +438,7 @@ <h4>Newsletter</h4>
<div class="copyright">
&copy; <span id="year"></span> by <span>DharshiB</span> | All Rights Reserved
</div>
<script src="./script/catering.js"></script>

<script src="./script/nav.js"></script>
<script src="./script/cart.js"></script>
<script src="./script/topscrollindicator.js"></script>
Expand Down
24 changes: 6 additions & 18 deletions catering.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,30 +202,18 @@ <h1>Your Cart</h1>
<div class="footer-col">
<h4>Useful links</h4>
<ul class="links">
<li><a href="#">Home</a></li>
<li><a href="#">My Account</a></li>
<li><a href="#products">Products</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>
<li><a href="#FAQs">FAQs</a></li>
<li><a href="index.html#about">About Us</a></li>
<li><a href="./faq.html" class="link">FAQ</a></li>
<li><a href="contributor.html">Our Contributors</a></li>
<li><a href="blogs.html">Our Blogs</a></li>
<li><a href="#">Customer Agreement</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms&condition.html">Terms&Condition</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Flavors</h4>
<ul class="links">
<li><a href="#">Regular</a></li>
<li><a href="#">Gelato</a></li>
<li><a href="#">Sorbet</a></li>
<li><a href="#">Soft serve</a></li>
<li><a href="#">Frozen Yogurt</a></li>
<li><a href="#">Non-Dairy/Vegan</a></li>
</ul>
</div>

<div class="footer-col">
<h4>Opening Hours</h4>
<ul class="links">
Expand Down
24 changes: 6 additions & 18 deletions delivery.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,30 +185,18 @@ <h1>Your Cart</h1>
<div class="footer-col">
<h4>Useful links</h4>
<ul class="links">
<li><a href="#">Home</a></li>
<li><a href="#">My Account</a></li>
<li><a href="#products">Products</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>
<li><a href="#FAQs">FAQs</a></li>
<li><a href="index.html#about">About Us</a></li>
<li><a href="./faq.html" class="link">FAQ</a></li>
<li><a href="contributor.html">Our Contributors</a></li>
<li><a href="blogs.html">Our Blogs</a></li>
<li><a href="#">Customer Agreement</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms&condition.html">Terms&Condition</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Flavors</h4>
<ul class="links">
<li><a href="#">Regular</a></li>
<li><a href="#">Gelato</a></li>
<li><a href="#">Sorbet</a></li>
<li><a href="#">Soft serve</a></li>
<li><a href="#">Frozen Yogurt</a></li>
<li><a href="#">Non-Dairy/Vegan</a></li>
</ul>
</div>

<div class="footer-col">
<h4>Opening Hours</h4>
<ul class="links">
Expand Down
24 changes: 6 additions & 18 deletions dine-in.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,30 +198,18 @@ <h1>Your Cart</h1>
<div class="footer-col">
<h4>Useful links</h4>
<ul class="links">
<li><a href="#">Home</a></li>
<li><a href="#">My Account</a></li>
<li><a href="#products">Products</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>
<li><a href="#FAQs">FAQs</a></li>
<li><a href="index.html#about">About Us</a></li>
<li><a href="./faq.html" class="link">FAQ</a></li>
<li><a href="contributor.html">Our Contributors</a></li>
<li><a href="blogs.html">Our Blogs</a></li>
<li><a href="#">Customer Agreement</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms&condition.html">Terms&Condition</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Flavors</h4>
<ul class="links">
<li><a href="#">Regular</a></li>
<li><a href="#">Gelato</a></li>
<li><a href="#">Sorbet</a></li>
<li><a href="#">Soft serve</a></li>
<li><a href="#">Frozen Yogurt</a></li>
<li><a href="#">Non-Dairy/Vegan</a></li>
</ul>
</div>

<div class="footer-col">
<h4>Opening Hours</h4>
<ul class="links">
Expand Down
25 changes: 7 additions & 18 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ Section</title>
<link rel="stylesheet" href="./styles/styles.css">
<link rel="stylesheet" href="./styles/mediaQueries.css">
<link rel="stylesheet" href="styles/faq.css">
<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">
</head>
<body>
Expand Down Expand Up @@ -140,29 +140,18 @@ <h3>We’ve got cones of wisdom for your burning questions!</h3>
<div class="footer-col">
<h4>Useful links</h4>
<ul class="links">
<li><a href="#home">Home</a></li>
<li><a href="#">My Account</a></li>
<li><a href="#products">Products</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>
<li><a href="index.html#about">About Us</a></li>
<li><a href="./faq.html" class="link">FAQ</a></li>
<li><a href="contributor.html">Our Contributors</a></li>
<li><a href="#">Customer Agreement</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="blogs.html">Our Blogs</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms&condition.html">Terms&Condition</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Flavors</h4>
<ul class="links">
<li><a href="#">Regular</a></li>
<li><a href="#">Gelato</a></li>
<li><a href="#">Sorbet</a></li>
<li><a href="#">Soft serve</a></li>
<li><a href="#">Frozen Yogurt</a></li>
<li><a href="#">Non-Dairy/Vegan</a></li>
</ul>
</div>

<div class="footer-col">
<h4>Opening Hours</h4>
<ul class="links">
Expand Down
82 changes: 36 additions & 46 deletions gallary.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,52 +184,42 @@ <h1 class="gallery-heading">IcyCo - Gallery</h1>
</section>
<!-- ------footer------------ -->

<section class="footer">
<div class="footer-row">
<div class="footer-col">
<h4>Useful links</h4>
<ul class="links">
<li><a href="#">Home</a></li>
<li><a href="#">My Account</a></li>
<li><a href="#products">Products</a></li>
<li><a href="gallary.html">Gallery</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="./faq.html" class="link">FAQ</a></li>
<li><a href="contributor.html">Our Contributors</a></li>
<li><a href="blogs.html">Our Blogs</a></li>
<li><a href="#">Customer Agreement</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms&condition.html">Terms&Condition</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Flavors</h4>
<ul class="links">
<li><a href="#">Regular</a></li>
<li><a href="#">Gelato</a></li>
<li><a href="#">Sorbet</a></li>
<li><a href="#">Soft serve</a></li>
<li><a href="#">Frozen Yogurt</a></li>
<li><a href="#">Non Diary/Vegen</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Opening Hours</h4>
<ul class="links">
<li><a href="#">Mon-Sat : 9.00 AM to 9.30 PM</a></li>
<li><a href="#">Sunday : 9.00 AM to 3.00 PM</a></li>
</ul>
<h4 style="margin-top: 15px;">Locations</h4>
<ul class="links">
<li class="address1"><a href="" class="social"><i class="fa-solid fa-location-dot"></i> Kolathur
ramankulam-
Malappuram Dt</a></li>
<li class="address2"><a href="" class="social"><i class="fa-solid fa-location-dot"></i> MG Road,
Bangalore - Karnataka</a></li>
<li class="address3"><a href="" class="social"><i class="fa-solid fa-location-dot"></i>
Connaught Place, New Delhi</a></li>
<li class="address4"><a href="" class="social"><i class="fa-solid fa-location-dot"></i> Park
Street, Kolkata - West Bengal</a></li>

<section class="footer">
<div class="footer-row">
<div class="footer-col">
<h4>Useful links</h4>
<ul class="links">
<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="index.html#about">About Us</a></li>
<li><a href="./faq.html" class="link">FAQ</a></li>
<li><a href="contributor.html">Our Contributors</a></li>
<li><a href="blogs.html">Our Blogs</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms&condition.html">Terms&Condition</a></li>
</ul>
</div>

<div class="footer-col">
<h4>Opening Hours</h4>
<ul class="links">
<li><a href="#">Mon-Sat : 9.00 AM to 9.30 PM</a></li>
<li><a href="#">Sunday : 9.00 AM to 3.00 PM</a></li>
</ul>
<h4 style="margin-top: 15px;">Locations</h4>
<ul class="links">
<li class="address1"><a href="" class="social"><i class="fa-solid fa-location-dot"></i> Kolathur
ramankulam-
Malappuram Dt</a></li>
<li class="address2"><a href="" class="social"><i class="fa-solid fa-location-dot"></i> MG Road,
Bangalore - Karnataka</a></li>
<li class="address3"><a href="" class="social"><i class="fa-solid fa-location-dot"></i>
Connaught Place, New Delhi</a></li>
<li class="address4"><a href="" class="social"><i class="fa-solid fa-location-dot"></i> Park
Street, Kolkata - West Bengal</a></li>


</li>

Expand Down
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

<!-- custom style sheets -->
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="styles/home.css">
<link rel="stylesheet" href="styles/mediaQueries.css">
<link rel="stylesheet" href="styles/swiper-bundle.min.css">
<link rel="stylesheet" href="styles/home.css">
<link rel="stylesheet" href="styles/cursor.css">

<!-- link to add favicon -->
Expand Down Expand Up @@ -445,19 +445,17 @@ <h1><span>Contact</span> Us</h1>
<h4>Useful links</h4>
<ul class="links">
<li><a href="#home">Home</a></li>
<li><a href="#">My Account</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>
<li><a href="./faq.html" class="link">FAQ</a></li>
<li><a href="contributor.html">Our Contributors</a></li>
<li><a href="blogs.html">Our Blogs</a></li>
<li><a href="#">Customer Agreement</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms&condition.html">Terms&Condition</a></li>
</ul>
</div>
<div class="footer-col">
<!-- <div class="footer-col">
<h4>Flavors</h4>
<ul class="links">
<li><a href="#">Regular</a></li>
Expand All @@ -467,7 +465,7 @@ <h4>Flavors</h4>
<li><a href="#">Frozen Yogurt</a></li>
<li><a href="#">Non-Dairy/Vegan</a></li>
</ul>
</div>
</div> -->
<div class="footer-col">
<h4>Opening Hours</h4>
<ul class="links">
Expand Down
Loading

0 comments on commit a5ca1e4

Please sign in to comment.