-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPrivacy.html
389 lines (368 loc) · 22 KB
/
Privacy.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
<!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="stylesheet" href="/css/home.css">
<link rel="icon" href="https://online.kfc.co.in/favicon.ico"/>
<title>PRIVAY POLICY</title>
<style>
body * {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#privacybox {
/* width: 100%; */
margin: auto;
display: grid;
grid-template: auto/repeat(2, auto);
justify-content: center;
gap: 20%;
}
#privacyleftbox {
width: 100%;
margin-left: 45%;
}
#privacyrightbox {
width: 80%;
text-align: justify;
margin-top: 4.5%;
margin-bottom: 10%;
}
hr {
border: 1px solid grey;
background-color: grey;
}
#privacyrightbox>.contentbox {
position: relative;
/* margin: 20px 20px; */
border-bottom: 1px solid rgb(246, 242, 242);
border-top: 1px solid rgb(246, 242, 242);
}
#privacyrightbox>.contentbox>.label {
position: relative;
padding: 50px;
cursor: pointer;
/* background-color: #f8f7f5; */
}
#privacyrightbox>.contentbox>.label::before {
content: "+";
position: absolute;
top: 15px;
right: 20px;
transform: translateY(-50%);
font-size: 1.5em;
}
#privacyrightbox>.contentbox.active>.label::before {
content: "-";
}
#privacyrightbox>.contentbox>.content {
position: relative;
height: 0;
overflow: hidden;
transition: .5s;
overflow-y: auto;
padding: 10px 10px 25px 10px;
/* background-color: #f8f7f5; */
}
#privacyrightbox>.contentbox.active>.content {
height: auto;
padding: 5%;
background-color: #f8f7f5;
}
#privacyrightbox>.contentbox.active>.label {
background-color: #f8f7f5;
}
</style>
</head>
<body>
<!-- <link rel="stylesheet" href="/css/home.css"> -->
<header>
<nav>
<div class="nav">
<div class="right-nav">
<a href="/"><img src="https://online.kfc.co.in/static/media/kfcLogo.492728c6.svg" alt="logo"></a>
<ul>
<li><a href="/Menu.html">Menu</a></li>
<li><a href="/offers.html">Deals</a></li>
</ul>
</div>
<div class="left-nav">
<div class="user-logo">
<a href="/"><img
src="https://images.ctfassets.net/wtodlh47qxpt/6bJdGLRkksNvWP4LI9ZiFF/cb89d6393492fd093e0f99980abfa39e/Account_Icon.svg"
alt=""></a>
<span id="signIn_index"><a href="signin.html">Sign In</a> </span>
</div>
<div id="Border_left"></div>
<div class="cart-bucket">
<span></span>
<span id="pricess">0</span>
<div class="img"><a href="/addCart.html"><img
src="https://images.ctfassets.net/wtodlh47qxpt/6qtBVFuno7pdwOQ9RIvYm9/d13e9b7242980972cf49beddde2cc295/bucket_cart_icon.svg"
alt="">
</a>
</div>
</div>
</div>
</div>
</nav>
</header>
<div id="privacybox">
<div id="privacyleftbox">
<img src="https://online.kfc.co.in/static/media/Strips.4f336307.svg" alt="Error">
<h1>KFC PRIVACY POLICY</h1>
<p>Effective Date: November 29, 2019</p>
</div>
<div id="privacyrightbox">
<h4>THESE TERMS AND CONDITIONS APPLY TO THE WEB SITE WWW.KFC.IN (INDIA) (THE "SITE"). PLEASE READ THIS
STATEMENT CAREFULLY. IF YOU DO NOT WISH TO BE BOUND BY THESE TERMS AND CONDITIONS THEN YOU SHOULD NOT
ACCESS THIS SITE. ACCESS OF THIS SITE BY YOU SHALL BE DEEMED TO BE YOUR ACCEPTANCE OF THESE TERMS AND
CONDITIONS.</h4>
<p>Privacy Policy Yum Restaurants India (Private) Limited (hereinafter referred to as either, Company,We,
Us,or Our) is committed to protecting the privacy of personal information you may provide Us on this
Website (the Site). We believe it is important for you to know how We treat your personal information..
The terms of this Privacy Policy apply to all users of this Site. If you do not agree with the terms of
this Privacy Policy, you should immediately cease the use of this Site.</p>
<p>Below you will find answers to several questions regarding Our Privacy Policy.</p>
<div class="contentbox">
<div class="label">WHAT INFORMATION DOES COMPANY COLLECT ABOUT ME ON THIS SITE?</div>
<div class="content">
<p>Company collects personally identifiable information that you may voluntarily provide on online
forms, which may include: user registration, contact requests, guest comments, online surveys,
and other online activities. The personally identifiable information (Personal Information)
collected on this Site can include some or all of the following: your name, address, telephone
number, email addresses, demographic information, and any other information you may voluntarily
provide. You will have the choice whether or not to disclose such Personal Information in the
above activities; however, some parts of the Site and some services may be more difficult or
impossible to use if you choose not to disclose Personal Information. At the time of
registration, you will have the option to receive future offers and updates from the Company by
checking the appropriate opt-in box. If you choose to opt-in, your Personal Information will be
kept in a secured database and We will alert you via email to new features, special offers,
updated information and new services.</p>
<p>In addition to the Personal Information identified above, Our Web servers automatically identify
computers by their IP addresses. Company may use IP addresses to analyze trends, administer the
Site, track users movement and gather broad demographic information for aggregate use. To
emphasize, IP addresses are not linked to Personal Information.</p>
<p>Further, Our Site may use technologies such as cookies to provide visitors with tailored
information upon each visit. Cookies are a common part of many commercial Websites that allow
small text files to be sent by a Website, accepted by a Web browser and then placed on your hard
drive as recognition for repeat visits to the Site. Every time you visit Our Site, Our servers,
through cookies, pixels and/or GIF files, collect basic technical information such as your
domain name, the address of the last URL visited prior to clicking through to the Site, and your
browser and operating system. You do not need to enable cookies to visit Our Site; however, some
parts of the Site and some services may be more difficult or impossible to use if cookies are
disabled. To emphasize, cookies are not linked to any Personal Information while on this Site.
It does not contain your name, address, telephone number, or email address.</p>
</div>
</div>
<div class="contentbox">
<div class="label">WHAT DOES COMPANY DO WITH THE INFORMATION COLLECTED?</div>
<div class="content">
<p>Company may use your Personal Information for any of the following purposes:</p>
<p>1. to understand the use of the Site and make improvements</p>
<p>2. to fulfill prizes</p>
<p>3. to register visitors for online activities they choose to participate in such as: contests,
surveys, employment applications, comment forms, or any other online interactive activities</p>
<p>4. to respond to specific requests from visitors</p>
<p>5. to protect the security or integrity of the Site if necessary</p>
<p>6. to send notices ( if consent is provided) of special promotions, offers or solicitations; and
in general (if consent is provided), to promote and market Company's business and various
products</p>
</div>
</div>
<div class="contentbox">
<div class="label">With whom does Company share the information?</div>
<div class="content">
<p>Company is a part of Yum! Brands, Inc. (Yum Brands). Yum Brands includes: KFC U.S. Properties,
Inc., Taco Bell Corp. , Pizza Hut, Inc. , Long John Silvers, Inc. , A&W Restaurants, Inc. ,
WingStreet, LLC , and Yum Restaurants International, Inc. . Company may share Personal
Information collected on this Site with any member of Yum Brands and any other future
subsidiaries or affiliates. This Privacy Policy applies if Company shares your Personal
Information collected on this Site with any other Yum Brands members. If you choose to provide
your Personal Information to other members of Yum Brands through their respective Websites, then
the respective Privacy Policies will apply. Company will not sell, rent, loan, transfer, or
otherwise disclose any Personal Information to third parties except as set forth in this
statement. Company may share Personal Information with third parties under the following
circumstances:</p>
<p>in connection with a court order, subpoena, government investigation, or when otherwise required
by law; in the event of a corporate sale, merger, acquisition, or similar event; or working with
third party companies to support the Sites technical operation or execute a specific promotion
or program (such as providing responses to the Guest Comments Page, conduct surveys, or maintain
a database of visitor information, etc.). If Personal Information is shared with any third party
for the purposes of executing a specific promotion or program, the third party will have no
right to use the Personal Information for independent purposes. In support of this policy,
Company will enter into written agreements with any third party receiving Personal Information
requiring the third party to comply with Company's privacy policies and applicable laws.</p>
</div>
</div>
<div class="contentbox">
<div class="label">How can I stop receiving notices about future offers?</div>
<div class="content">
<p>Users, who initially opted-in to receive future offers or promotional materials may subsequently
opt-out by sending an email to webmaster@kfc.com . Company will implement the change within
three days of your request. Company will send an acknowledgement or confirmation of the request
to the email address on file.</p>
</div>
</div>
<div class="contentbox">
<div class="label">How do I correct or update my Personal Information?</div>
<div class="content">
<p>You control the accuracy of your Personal Information. If your Personal Information changes, feel
free to correct, update or delete/deactivate it by emailing webmaster@kfc.com . If you wish to
review your Personal Information that Company has on record, you may contact
<span>webmaster@kfc.com</span> </p>
</div>
</div>
<div class="contentbox">
<div class="label">How does Company protect the security of my Personal Information?</div>
<div class="content">
<p>Company uses appropriate security measures to protect all Personal Information collected in a
secure, controlled environment. In addition, Company configures the list server software to
refuse to divulge the email addresses of the list subscribers to anyone other than authorized
Company staff members, including other list subscribers. In the event of a security breach
whereby your Personal Information is acquired by an unauthorized person, Company will take
appropriate steps to contain the breach to the extent reasonably possible.</p>
</div>
</div>
<div class="contentbox">
<div class="label">Does Company's Site link to other sites?</div>
<div class="content">
<p>Yes. This Site may contain links to other Websites that may not be owned or operated by Company.
Company cannot control nor is responsible for the privacy practices or content of such other
Websites. Company encourages you to read the privacy statements of each and every Website that
collects personally identifiable information. This Privacy Policy applies solely to Personal
Information collected on this Site.</p>
</div>
</div>
<div class="contentbox">
<div class="label">What is the effective date of Company Privacy Policy and how will Company notify me
of changes to its Privacy Policy?</div>
<div class="content">
<p>In the event that the Company goes through a business transition, such as a merger, another
company acquires Company or its Affiliates, or Company sells a portion of its assets, your
personal information will, in most instances, be part of the assets transferred. Thirty days
prior to the change of ownership or control, you will be informed of this exchange and its
effects via prominent notice on Our site. As a result of a business transition, your personally
identifiable information may be used in a manner different from that stated at the time of
collection.</p>
</div>
</div>
<div class="contentbox">
<div class="label">Trademark Notice</div>
<div class="content">
<p>This Website contains many valuable trademarks owned and used by KFC India. and its subsidiaries
and affiliates throughout the world. These trademarks are used to distinguish KFC India's
quality products and services. These trademarks and related proprietary property are protected
from reproduction and simulation under national and international laws and are not to be copied
or used in any manner or in any medium without the express written permission of KFC, India.</p>
</div>
</div>
<div class="contentbox">
<div class="label">Copyright Notice</div>
<div class="content">
<p>The text, graphics (except the trademarks as noted above) and HTML and ASP.NET code contained in
this Website are the exclusive property of the Company. Except where otherwise noted, the text,
graphics and webpage code contained here may not be modified, copied, distributed, displayed,
reproduced uploaded or transmitted in any form or by any means without the prior written
permission of the Company. Except that you may print and download portions of material from the
different areas of the site solely for your own non-commercial use provided that you agree not
to change or delete any copyright or proprietary notices from the materials.</p>
<h4>ALL CHICKEN PRODUCTS CONTAIN MONOSODIUM GLUTAMATE. NOT RECOMMENDED FOR INFANTS BELOW 12 MONTHS.
</h4>
</div>
</div>
</div>
</div>
<footer>
<div class="footer">
<div class="nextFooter">
<div class="footerLogo">
<img src="https://images.ctfassets.net/wtodlh47qxpt/25FSYFuEtGct8NSrtpKe6d/b602f6fe0bf294e6a6dff5d7648bf594/KFC_Logo.svg"
alt="">
</div>
<div class="kfcFoodMenu">
<ul>
<li><a href="/">KFC FOOD</a></li>
<li><a href="/Menu.html">Menu</a></li>
<li><a href="/">Order Lookup</a></li>
<li><a href="/gift.html">Gift Card</a></li>
</ul>
</div>
<div class="footerSupport">
<ul>
<li><a href="/">support</a></li>
<li><a href="/help.html">Get Help</a></li>
<li><a href="/contactus.html">contact Us</a></li>
<li><a href="/feedback.html">KFC Feedback</a></li>
<li><a href="/Privacy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="footerLegal">
<ul>
<li><a href="/">Legal</a></li>
<li><a href="/terms.html">Terms and condtions </a></li>
<li><a href="/Privacy.html">Privacy Policy</a></li>
<li><a href="/disclaimer.html">Disclaimer</a></li>
<li><a href="/caution.html">Caution Notice</a></li>
</ul>
</div>
<div class="footerIndia">
<ul>
<li><a href="/">KFC India</a></li>
<li><a href="/about.html">About KFC </a></li>
<li><a href="/care.html">KFC Care</a></li>
<li><a href="/careers.html">Careers</a></li>
<li><a href="/golden.html">Our Golden Past</a></li>
</ul>
</div>
<div class="footerfind">
<ul>
<li><a href="/findkfc.html"><img
src="https://images.ctfassets.net/wtodlh47qxpt/6qgKpWUOIsrIiazhk3cdmF/d60b4c20be69bab1f939bf33348b67e9/Find_KFC.svg"
alt="">Find KFC</a></li>
</ul>
</div>
<div class="footerApps">
<a href="https://play.google.com/store/apps/details?id=com.yum.kfc"><img
src="https://images.ctfassets.net/wtodlh47qxpt/6BdZsyjLn64c06uCIE73d1/fb530f5d5231533b049463f6c7e8a2b1/google_play.svg"
alt=""></a>
<a href="https://apps.apple.com/in/app/kfc-india/id915824379"><img
src="https://images.ctfassets.net/wtodlh47qxpt/em3mcMuAdXWlgucSJiTbS/d3ae7e51ed101d829e459355e255c47f/apple.svg"
alt=""></a>
</div>
</div>
<div class="copyright">
<p>Copyright © KFC Corporation 2022 All Rights Reserved</p>
<div class="copyrightLogo">
<img src="https://images.ctfassets.net/wtodlh47qxpt/4ZHyPA2EeaoP3aqtNDriBA/463462a9c27b0aa585e12b21ce3766e0/Social_Insta_White.svg"
alt="">
<img src="https://images.ctfassets.net/wtodlh47qxpt/dKiu2meLcfz2DNwsg7nZw/7194830b1ba6f25b158a23d6b2c4752c/Social_Facebook_White.svg"
alt="">
<img src="https://images.ctfassets.net/wtodlh47qxpt/78z9x0WwdkdXwGVK726EKX/6599ca34ec88e2a6f46d7d94ed85a8ad/Social_Twitter_White.svg"
alt="">
</div>
</div>
</footer>
</body>
</html>
<script>
let dropdown = document.getElementsByClassName("contentbox");
for (let i = 0; i < dropdown.length; i++) {
dropdown[i].addEventListener("click", function () {
this.classList.toggle("active")
})
}
let valueofPrice=0;
let allPrice=JSON.parse(localStorage.getItem("CartData")) || [];
function totalPrice(){
console.log('hello')
allPrice.forEach(e=>{
console.log(e.Price)
valueofPrice+=Number(e.Price);
})
document.getElementById('pricess').innerText=allPrice.length;
}
totalPrice()
</script>
<script src="js/index.js"></script>