forked from prashantbharate/KFC-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
disclaimer.html
465 lines (452 loc) · 15 KB
/
disclaimer.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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://t3.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://online.kfc.co.in/&size=16">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<title>About Kfc Disclaimer</title>
<style>
/* Top navbar and second bar css */
.topmenu{
width:100%;
display: flex;
position: fixed;
box-sizing: border-box;
padding: 20px 0px;
margin-left: -20px;
/* border: 1px solid red; */
background-color: white;
margin-top: -110px;
}
.topmenu > div
{
width:10%;
margin:auto;
}
.topmenu >div:nth-child(3)
{
width: 60px;
margin-left: 0px;
padding-left: 0px;
}
.imgkfc{
width: 100%;
height: 25px;
}
.menuname{
text-align: center;
}
.imgsignin{
margin-left:82%;
}
.span{
border-left: 0.3px solid black;
margin-left: 8px;
}
#divseven{
width:60px;
}
.kfcbox{
height:40px;
}
.div8{
display: flex;
}
.ripe{
margin-top: 10px;
margin-right: 8px;
font-weight: bold;
}
.mid{
width : 100%;
height: 50px;
/* background-color: #202124; */
color : white ;
padding: 5px;
/* border: 1px solid green; */
/* margin-top: 110px; */
margin-left: -9px;
text-align: center;
margin-top: 100px;
}
.mid>h4{
text-align: center;
}
button{
width : 200px;
background-color: red;
border-radius: 30px;
padding : 10px ;
border : none ;
color : white ;
font-size: 20px;
}
.midBottom{
background-color: #f8f7f5;
width : 100%;
height : 100px;
margin-top: -23px;
}
#button{
margin-left: 20px;
padding-top: -10px;
}
#topbar{
/* margin-left: -400px; */
text-align: center;
margin: auto;
}
/* top nav bar and topmenu bar css completed */
/* footer css started */
.container{
max-width: 60%;
background-color:#202124;
margin-left: 5% ;
display: flex;
height: 220px;
}
.kfc-logo{
max-width: 10%;
margin-left: 7%;
margin-top: 1%;
}
.row{
display: flex;
flex-wrap: wrap;
}
ul{
list-style: none;
}
.footer{
background-color:#202124;
width: 101%;
margin-left: -0.5%;
padding: 70px 0;
display: flex;
}
.footer-col{
width:20%;
padding: 0 px;
}
.footer-col h4{
font-size: 14px;
color: white;
text-transform:capitalize;
margin-bottom: -10px;
font-weight: 500;
position: relative;
padding-left: 40px;
}
.footer-col h4 ::before{
content: '';
position: absolute;
left: 0;
bottom: -10px;
background-color: orange;
height: 2px;
box-sizing: border-box;
width: px;
}
.footer-col ul li:not(:last-child){
margin-bottom: 10px;
}
.footer-col ul li a{
font-size: 13px;
/* text-transform: capitalize; */
text-decoration: none;
font-weight: 300;
color: rgb(255, 255, 255);
display: block;
transition: all 0.3s ease;
}
.footer-col ul li a:hover{
color: rgb(255, 242, 218) ;
padding-left: 8px;
}
.playstore{
margin-left: 5%;
margin-top: 1%;
}
.appstore{
margin-left: 3%;
margin-top: 1%;
}
.foot-col-sol .social-links a{
display: inline-block;
height: 40px;
width: 40px;
background-color: rgba(255,255,255,0.2);
margin: 0 10px 10px 0;
text-align: center;
line-height: 40px;
border-radius: 50%;
color: rgb(255, 255, 255);
transition: all 0.3s ease ;
}
.foot-col-sol .social-links a:hover{
color: grey;
background-color: rgb(255, 255, 255);
}
.foot-col-sol{
background-color:#202124;
width: 101%;
margin-left: -0.5%;
/* border: 1px solid red; */
margin-top: -25px;
}
.social-links{
margin-left: 85%;
}
.fa-solid{
color: red;
}
.footer-col>#underline a{
text-decoration: underline;
}
/* css for footer has been completed */
/* css for img-container has started */
.img-container{
width: 100%;
display: flex;
}
.img-container img{
width: 101%;
margin-left: -1%;
}
.img-container>div{
position: absolute;
top: 44%;
left: 50%;
transform: translate(-50%, -50%);
color: rgb(255, 255, 255);
font-size: 60px;
line-height: 30px;
font-style: initial;
font-weight: 700;
}
.how-help-box{
height: 380px;
width: 100.5%;
border: 1px solid red;
margin-left: -0.5%;
}
.help-text>p{
font-size: 30px;
line-height: 43px;
font-weight: 700;
text-align: center;
margin-top: 70px;
}
.help-box-flex{
width: 70%;
height: 150px;
/* border: 1px solid black; */
margin: auto;
}
.help-box{
width: 100%;
height: 35%;
/* border: 1px solid rgb(66, 167, 41); */
display: flex;
}
.kfc-line{
border-bottom: 2px solid rgb(156, 156, 156);
display: block;
width: 170px;
margin-bottom: 25px;
margin-left: 10px;
margin-right: 45px;
}
.help-box>p{
font-weight: bold;
line-height: 20px;
}
.find-a-kfc{
height: 100%;
width: 30%;
/* border: 1px solid orange; */
}
.call-us{
height: 100%;
width: 30%;
/* border: 1px solid rgb(42, 167, 90); */
}
.call-us>p{
margin-top: -10px;
margin-left: 20px;
font-size: 17px;
font-weight: 500;
line-height: 24px;
color: #494949;
}
.call-us>p:nth-child(2){
font-size: 17px;
font-weight: 700;
line-height: 24px;
color: #202124;
}
.container-find-kfc{
width: 100%;
height: 50%;
/* border: 1px solid red; */
display: flex;
}
.find-a-kfc>button{
background-color: white;
border: 2px solid black;
color: black;
width: 160px;
height: 47px;
font-size: 16px;
font-weight: bold;
}
.contact-us>p{
margin-left: 50px;
margin-top: -10px;
}
.contact-us>button{
background-color: white;
border: 2px solid black;
color: black;
margin-left: 50px;
font-size: 15px;
font-weight: 700;
height: 47px;
width: 190px;
}
.faq{
height: 300px;
width: 80%;
border: 1px solid red ;
margin: auto;
}
.deals-gls{
text-decoration: none;
color : black ;
}
/* css for disclimar */
.dis-container{
height: auto;
width: 75%;
/* border: 1px solid red; */
margin: auto;
margin-bottom: 30px;
}
.dis-para{
font-size: 17px;
line-height: 24px;
}
.anchor-para{
color: black;
font-weight: bold;
}
</style>
</head>
<body>
<header>
<div class="topmenu">
<div></div>
<div>
<a href="index.html"><img class="imgkfc" src="https://online.kfc.co.in/static/media/kfcLogo.492728c6.svg" alt=""></a>
</div>
<div class="div3"><h4 class="menuname"><a class="deals-gls" href="menu.html">Menu</a></h4></div>
<div><h4><a class="deals-gls" href="deals.html">Deals</a></h4></div>
<div></div>
<div></div>
<div></div>
<div><img class="imgsignin" src="https://images.ctfassets.net/wtodlh47qxpt/6bJdGLRkksNvWP4LI9ZiFF/cb89d6393492fd093e0f99980abfa39e/Account_Icon.svg" alt=""></div>
<div id="divseven"><h4 class="signin"><a class="deals-gls" href="sign.html">Sign in</a><span class="span"></span></h4></div>
<div class="div8" ><div class="ripe">₹0</div><img class="kfcbox" src="https://images.ctfassets.net/wtodlh47qxpt/6qtBVFuno7pdwOQ9RIvYm9/d13e9b7242980972cf49beddde2cc295/bucket_cart_icon.svg" alt=""></div>
</div>
</header>
<div class="mid">
<!-- <h4 id="topbar">LET'S ORDER FOR DELIVERY, PICK UP, OR DINE-IN<span><button id="button"><a href="#" style="color : white">start order</a></button></span> </h4> -->
</div>
<!-- top menu completed must for every page -->
<!-- paste you Deals page html here -->
<div class="dis-container">
<div class="dis-heading">
<h1>DISCLAIMER</h1>
</div>
<div class="dis-para">
<p class="kfc-para">KFC India strives to ensure that the information contained in this Site is accurate and reliable. However, KFC India and the World Wide Web (or Website host) are not infallible and errors may sometimes occur. Therefore, to the fullest extent permissible pursuant to applicable law, We disclaim any warranty of any kind, whether express or implied, as to any matter whatsoever relating to this Site, including without limitation the merchantability or fitness for any particular purpose. We are not liable or responsible for any damages or injuries caused by use of this Site (such as viruses, omissions or misstatements). We may revise the information, services and the resources contained in this Site from time to time and we reserve the right to make such changes without obligation to notify past, current or prospective visitors. In no event shall We be liable for any indirect, special, incidental, or consequential damages arising out of any use of the information contained herein.</p>
<p class="further-para">Further, all products and services delivered to you through KFC Home Delivery are (except as expressly stated by us) provided 'as is' and 'as available' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement. In no case shall we, our franchisee/s, affiliate/s, shareholders, directors, officers, employees, agents, contractors, interns, vendors, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured via KFC Home Delivery, or for any other claim related in any way to your use, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the any content (or product) posted, transmitted, or otherwise made available via KFC Home Delivery, even if advised of their possibility</p>
<p class="those-para">
Those who choose to access this site from locations other than India do so on their own initiative and are responsible for compliance with local laws, if and to the extent local laws are applicable. Any rights not expressly granted herein are reserved.
</p>
<p class="thekfc-para">
THE KFC NAME, LOGOS, AND RELATED MARKS ARE TRADEMARKS OF KFC, INC. Please beware of the fake websites misusing the KFC brand-name to defraud and offer KFC franchise.
</p>
<a class="anchor-para" href="#">ALL CHICKEN PRODUCTS CONTAIN MONOSODIUM GLUTAMATE. NOT RECOMMENDED FOR INFANTS BELOW 12 MONTHS AND PREGNANT WOMEN.</a>
</div>
</div>
<!-- footer starts form here -->
<footer>
<div class="footer">
<div class="kfc-logo">
<img src="https://images.ctfassets.net/wtodlh47qxpt/25FSYFuEtGct8NSrtpKe6d/b602f6fe0bf294e6a6dff5d7648bf594/KFC_Logo.svg" alt="kfc-footer-img">
</div>
<div class="container">
<div class="row">
<div class="footer-col">
<h4>KFC Food</h4>
<ul>
<li><a href="menu.html">Menu</a></li>
<li><a href="#">Order Lookup</a></li>
<li><a href="giftcard.html">Gift Card</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Support</h4>
<ul>
<li><a href="help.html">Get Help</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">KFC Feedback</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Legal</h4>
<ul>
<li><a href="#">Terms and Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="disclaimer.html">Disclaimer</a></li>
<li><a href="cautionNotice.html">Caution Notice</a></li>
</ul>
</div>
<div class="footer-col">
<h4>KFC India</h4>
<ul>
<li><a href="aboutkfc.html">About KFC</a></li>
<li><a href="#">KFC care</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="#">Our Golden Past</a></li>
</ul>
</div>
<div class="footer-col">
<!-- <span><i class="fa-solid fa-location-dot"></i>KFC</span> -->
<ul id="underline">
<li><a href="#"><i class="fa-solid fa-location-dot"></i>Find a KFC</a></li>
</ul>
</div>
</div>
</div>
<div class="playstore">
<a href="https://play.google.com/store/apps/details?id=com.yum.kfc" target="_blank"><img src="https://images.ctfassets.net/wtodlh47qxpt/6BdZsyjLn64c06uCIE73d1/fb530f5d5231533b049463f6c7e8a2b1/google_play.svg" alt="playstore"></a>
</div>
<div class="appstore">
<a href="https://apps.apple.com/in/app/kfc-india/id915824379" target="_blank"> <img src="https://images.ctfassets.net/wtodlh47qxpt/em3mcMuAdXWlgucSJiTbS/d3ae7e51ed101d829e459355e255c47f/apple.svg" alt="appstore"></a>
</div>
</div>
<div class="foot-col-sol">
<div class="copyright">
</div>
<div class="social-links">
<a href="https://www.instagram.com/kfcindia_official/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/KFCIndia" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/KFC_India" target="_blank"><i class="fab fa-twitter"></i></a>
</div>
</div>
</footer>
</body>