-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms&condition.html
294 lines (259 loc) · 12.2 KB
/
terms&condition.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms and Conditions - Ice Cream Delight</title>
<link rel="stylesheet" href="styles/terms.css">
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="styles/mediaQueries.css">
<link rel="stylesheet" href="styles/swiper-bundle.min.css">
<link rel="stylesheet" href="styles/topscrollindicator.css">
<link rel="stylesheet" href="styles/popup.css">
<link rel="stylesheet" href="styles/style3.css">
<link rel="stylesheet" href="styles/cursor.css">
<!-- link to add favicon -->
<link rel="icon" href="./images/logo.png" type="image/png">
<!-- Our flavor Section fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Playfair+Display:wght@400&family=Roboto:wght@400;500&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Cinzel:wght@700&display=swap"
rel="stylesheet"
/>
<!-- font awesome icons script -->
<script src="https://kit.fontawesome.com/c732ec9339.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- cursor -->
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<!-- Preloader -->
<div id="preloader">
<img src="images/logo.png" alt="Preloader" class="preloader-icon">
<p class="loading-text">Loading...</p>
</div>
<!-- scroll progress -->`
<div class="scroll-progress"></div>
<!-- nav bar -->
<div class="nav-bar">
<div class="logo">
<img src="./images/logo.png" alt="icyco-logo" height="40px" width="40px">
<a href="">IcyCo</a>
</div>
<div class="nav-links">
<a href="./index.html" class="link active">home</a>
<a href="./products.html" class="link">products</a>
<a href="./delivery.html" class="link">Delivery</a>
<a href="./dine-in.html" class="link">Dine In</a>
<a href="./catering.html" class="link">Catering</a>
<a href="./gallery.html" class="link">Gallery</a>
</div>
<div class="icons">
<div class="icon">
<a href="./login.html"><i class="fa fa-user" aria-hidden="true"></i></a>
</div>
<div class="icon">
<span class="i"><i class="fa fa-shopping-cart cart-icon" aria-hidden="true"></i> <span
class="no-of-cart-items">0</span></span>
</div>
<div class="icon">
<i class="fa fa-bars menu" aria-hidden="true" id="menu-icon"></i>
</div>
</div>
</div>
<!-- Cart -->
<div class="cart">
<i class="fa fa-times close-cart" aria-hidden="true"></i>
<h1>Your Cart</h1>
<div class="no-empty-cart">
<ul class="cart-list-items">
</ul>
<div>
<div class="total">Sub Total: <span class="sub-total">$0</span></div>
<button>Check out</button>
</div>
</div>
<div class="empty-cart active">
<p>No items in the cart!</p>
</div>
</div>
<main>
<section class="terms">
<h2>Terms and Conditions</h2>
<p class="intro">Welcome to Ice Cream Parlour! By using our services, you agree to the following terms. Please read them carefully.</p>
<div class="term-item">
<h3>1. Acceptance of Terms</h3>
<p>By using our website and services, you accept our terms. If you have questions, feel free to reach out. We appreciate your understanding!</p>
</div>
<div class="term-item">
<h3>2. Modifications to Terms</h3>
<p>We may update these terms from time to time. Changes will be posted here. Continued use means you accept the updated terms.</p>
</div>
<div class="term-item">
<h3>3. Product Information</h3>
<p>We’re excited to offer a variety of flavors! We strive for accuracy, but availability may change. Reach out if you have questions.</p>
</div>
<div class="term-item">
<h3>4. Pricing</h3>
<p>Prices may change without notice and are displayed in your local currency. Promotions may apply at our discretion.</p>
</div>
<div class="term-item">
<h3>5. Customer Responsibilities</h3>
<p>Please provide accurate information for your orders. We aren’t responsible for errors due to incomplete info.</p>
</div>
<div class="term-item">
<h3>6. Refund Policy</h3>
<p>All sales are final. If there’s an issue, contact us within 24 hours, and we’ll assist you.</p>
</div>
<div class="term-item">
<h3>7. Governing Law</h3>
<p>These terms are governed by the laws of india. Any disputes will be resolved accordingly.</p>
</div>
<div class="term-item">
<h3>8. Limitation of Liability</h3>
<p>Ice Cream Parlour isn’t liable for any indirect or consequential damages from using our products or services.</p>
</div>
<div class="term-item">
<h3>9. Privacy Policy</h3>
<p>Your privacy matters. Please review our <a href="privacy.html">Privacy Policy</a> to understand how we protect your information.</p>
</div>
<div class="term-item">
<h3>10. Contact Us</h3>
<p>If you have questions about these terms, contact us at <a href="mailto:[email protected]">[email protected]</a>. We’re here to help!</p>
</div>
</section>
</main>
<!-- footer -->
<section class="footer">
<div class="footer-row">
<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.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">
<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">
<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>
</ul>
</div>
<div class="footer-col">
<h4>Need Help?</h4>
<ul class="links">
<li><a href="tel:90904500112" class="social"><i class="fa-solid fa-phone"></i> +91 90904500112</a>
</li>
<li><a href="tel:90904500112" class="social"><i class="fa-solid fa-phone"></i> +91 90904500112</a>
</li>
<li><a href="mailto:[email protected]" class="social"><i class="fa-solid fa-envelope"></i>
[email protected]</a></li>
</ul>
<h4 style="margin-top: 15px;">Follow Us</h4>
<ul class="links">
<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>
<li><a href="#1" class="social"><i class="fa-brands fa-whatsapp"></i> Whatsapp</a></li>
<!-- It's href is #1 for css purpose to get it's hover green -->
</ul>
</div>
<div class="footer-col">
<h4>Newsletter</h4>
<p>
Subscribe to our newsletter for a weekly dose
of news, updates, helpful tips, and
exclusive offers.
</p>
<form action="#">
<input type="email" placeholder="Your email" required>
<button type="submit">Subscribe</button>
</form>
</div>
</div>
</section>
<!-----scroll bottom to top------->
<button class="scroll-button">
<img src="images/icecream-cone.png" alt="icecream-cone" />
</button>
<!-- copyright -->
<div class="copyright">
© 2024 by <span>DharshiB</span> | All Rights Reserved
</div>
</div>
<!-- Toaster -->
<div id="toast-container" class="toast-container"></div>
<script src="script/swiper-bundle.min.js"></script>
<script src="script/reviews.js"></script>
<script src="script/form.js"></script>
<script type="module" src="script/products.js"></script>
<script type="module" src="script/nav.js"></script>
<script type="module" src="script/cart.js"></script>
<script src="script/FAQ.js"></script>
<script src="script/topscrollindicator.js"></script>
<script src="script/popup.js"></script>
<script src="script/flavor_section.js"></script>
<script src="script/cursor.js"></script>
<script src="script/script.js"></script>
</body>
</html>