This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 371
/
privacy-policy.html
432 lines (402 loc) · 16.2 KB
/
privacy-policy.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="icon" href="./assets/images/keiko-icon.ico" />
<title>Keiko Corp - Privacy Policy</title>
<!-- Open graph -->
<meta
property="og:image"
content="https://keiko-corp.netlify.app/assets/images/keiko-logo-og.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:title" content="The best tech startup" />
<meta
property="og:description"
content="The fastest growing tech start up in Silicon Valley."
/>
<meta property="og:url" content="https://keiko-corp.netlify.app/" />
<!-- Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<!-- STYLES -->
<link rel="stylesheet" href="./assets/global.css" />
<link rel="stylesheet" href="./assets/css/styles.css" />
<link rel="stylesheet" href="./assets/css/nav-styles.css" />
<link rel="stylesheet" href="./assets/css/footer.css" />
<link rel="stylesheet" href="./assets/css/contact.css" />
<link rel="stylesheet" href="./assets/css/scroll-bar.css" />
<link rel="stylesheet" href="./assets/css/privacy-policy.css" />
<link rel="stylesheet" href="./assets/css/media-queries.css" />
<link rel="stylesheet" href="./assets/css/animations.css" />
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
</head>
<!-- ******* BODY ******** -->
<body>
<div class="main" id="main">
<!-- HEADER -->
<header class="no-user-select">
<!-- sticky header -->
<div class="container-nav sticky">
<img
src="./assets/images/keiko-logo.png"
class="logo"
alt="Keiko Corp"
/>
<nav class="navbar">
<label class="toggle-bar-mobile" id="toggle-bar">
<input
type="checkbox"
id="toggle-checkbox"
aria-label="Toggle Switch"
/>
<span class="slider round" id="slider-round"></span>
</label>
<div class="nav-button">
<span></span>
<span></span>
<span></span>
</div>
<ul class="menu">
<li>
<!-- <img src="./assets/images/keiko-logo.png" class="logo" alt="Keiko Corp" /> -->
</li>
<li>
<a href="./index.html#">
<button id="home">Home</button>
</a>
</li>
<li>
<a href="./index.html#feature">
<button id="contact-btn" role="button" aria-label="Features">
Features
</button>
</a>
</li>
<li>
<a href="./index.html#testimonials">
<button
id="contact-btn"
role="button"
aria-label="Testimonials"
>
Testimonials
</button>
</a>
</li>
<li class="menu-team">
<a href="./meet-the-team.html">
<button id="contact-btn" role="button" aria-label="Team">
Team
</button>
</a>
</li>
<li class="menu-price">
<a href="./index.html#pricing">
<button id="contact-btn" role="button" aria-label="Pricing">
Pricing
</button>
</a>
</li>
<!-- dropdown btn -->
<div
class="dropdown"
role="navigation"
aria-label="More Menu Items"
>
<button class="dropbtn">
More<i class="fas fa-caret-down" id="caret-down"></i>
</button>
<div class="dropdown-content">
<a class="drop-team" href="./meet-the-team.html">Team</a>
<a class="drop-price" href="./index.html#pricing">Pricing</a>
<a href="about.html">About</a>
<a href="blog.html">Blog</a>
<a href="job-listing.html">Job Listings</a>
<a href="support.html">Support</a>
<a href="faq.html">FAQ</a>
</div>
</div>
<!-- end of dropdown btn -->
<!-----------------Toggle Button for Dark Mode---------------- -->
<label class="toggle-bar" id="toggle-bar">
<input
type="checkbox"
id="toggle-checkbox"
aria-label="Toggle Switch"
/>
<span class="slider round" id="slider-round"></span>
</label>
<!-- --------------------------------------- -->
<div class="user-forms">
<a href="./contact.html">
<button
class="red-btn"
id="contact-btn"
role="button"
aria-label="Contact"
>
Contact
</button>
</a>
<a href="./login.html">
<button
class="red-btn"
id="contact-btn"
role="button"
aria-label="Login"
>
Login
</button>
</a>
</div>
</ul>
</nav>
</div>
</header>
<section class="page-header">
<h1 class="project-name">Keiko Corp Privacy Policy</h1>
</section>
<!-- privacy policy content -->
<section class="main-content">
<p>
Keiko Corp Studio built the HTML/CSS Website Inspector app as
ad-supported app. This SERVICE is provided by Keiko Corp Studio at no
cost and is intended for use as is. This page is used to inform
visitors regarding my policies with the collection, use, and
disclosure of Personal Information if anyone decided to use my
Service. If you choose to use my Service, then you agree to the
collection and use of information in relation to this policy. The
Personal Information that I collect is used for providing and
improving the Service. I will not use or share your information with
anyone except as described in this Privacy Policy. The terms used in
this Privacy Policy have the same meanings as in our Terms and
Conditions, which is accessible at HTML/CSS Website Inspector unless
otherwise defined in this Privacy Policy.
</p>
<h1 id="information-collection-and-use">
Information Collection and Use
</h1>
<p>
For a better experience, while using our Service, I may require you to
provide us with certain personally identifiable information, including
but not limited to advertising ID, IP address, and location. The
information that I request will be retained on your device and is not
collected by me in any way. The app does use third party services that
may collect information used to identify you. Link to privacy policy
of third party service providers used by the app
</p>
<br />
<ul id="third-party">
<li>
<a href="https://policies.google.com/privacy"
><img
class="third"
id="google"
src="./assets/images/logos/Google_Play_Services_logo.svg"
/></a>
</li>
<li>
<a href="https://support.google.com/admob/answer/6128543?hl=en"
><img class="third" src="./assets/images/logos/Admob_logo.svg"
/></a>
</li>
<li>
<a href="https://www.appodeal.com/home/privacy-policy/"
><img
class="third"
id="appo"
src="./assets/images/logos/Appodeal_logo.svg"
/></a>
</li>
</ul>
<h1 id="log-data">Log Data</h1>
<p>
I want to inform you that whenever you use my Service, in a case of an
error in the app I collect data and information (through third party
products) on your phone called Log Data. This Log Data may include
information such as your device Internet Protocol (“IP”) address,
device name, operating system version, the configuration of the app
when utilizing my Service, the time and date of your use of the
Service, and other statistics.
</p>
<h1 id="cookies">Cookies</h1>
<p>
Cookies are files with a small amount of data that are commonly used
as anonymous unique identifiers. These are sent to your browser from
the websites that you visit and are stored on your device’s internal
memory. This Service does not use these “cookies” explicitly. However,
the app may use third party code and libraries that use “cookies” to
collect information and improve their services. You have the option to
either accept or refuse these cookies and know when a cookie is being
sent to your device. If you choose to refuse our cookies, you may not
be able to use some portions of this Service.
</p>
<h1 id="service-providers">Service Providers</h1>
<p>
I may employ third-party companies and individuals due to the
following reasons: To facilitate our Service; To provide the Service
on our behalf; To perform Service-related services; or To assist us in
analyzing how our Service is used. I want to inform users of this
Service that these third parties have access to your Personal
Information. The reason is to perform the tasks assigned to them on
our behalf. However, they are obligated not to disclose or use the
information for any other purpose.
</p>
<h1 id="security">Security</h1>
<p>
I value your trust in providing us your Personal Information, thus we
are striving to use commercially acceptable means of protecting it.
But remember that no method of transmission over the internet, or
method of electronic storage is 100% secure and reliable, and I cannot
guarantee its absolute security.
</p>
<h1 id="links-to-other-sites">Links to Other Sites</h1>
<p>
This Service may contain links to other sites. If you click on a
third-party link, you will be directed to that site. Note that these
external sites are not operated by me. Therefore, I strongly advise
you to review the Privacy Policy of these websites. I have no control
over and assume no responsibility for the content, privacy policies,
or practices of any third-party sites or services.
</p>
<h1 id="childrens-privacy">Children’s Privacy</h1>
<p>
These Services do not address anyone under the age of 13. I do not
knowingly collect personally identifiable information from children
under 13. In the case I discover that a child under 13 has provided me
with personal information, I immediately delete this from our servers.
If you are a parent or guardian and you are aware that your child has
provided us with personal information, please contact me so that I
will be able to do necessary actions.
</p>
<h1 id="changes-to-this-privacy-policy">
Changes to This Privacy Policy
</h1>
<p>
I may update our Privacy Policy from time to time. Thus, you are
advised to review this page periodically for any changes. I will
notify you of any changes by posting the new Privacy Policy on this
page. These changes are effective immediately after they are posted on
this page.
</p>
<h1 id="contact-us">Contact Us</h1>
<p>
If you have any questions or suggestions about my Privacy Policy, do
not hesitate to contact me. This privacy policy page was created at
privacypolicytemplate.net and modified/generated by App Privacy Policy
Generator
</p>
</section>
<!-- end of privacy policy -->
<!-- Footer -->
<footer>
<div class="footer-row pl-5 pr-5">
<section class="footer-column">
<h2>Group 1</h2>
<div class="sub-footer-link" role="link">
<a href="index.html">Home</a>
<a href="index.html#feature">Features</a>
<a href="index.html#pricing">Pricing</a>
<a href="meet-the-team.html">Team</a>
<a href="contact.html">Contact Us</a>
</div>
</section>
<section class="footer-column">
<h2>Group 2</h2>
<div class="sub-footer-link" role="link">
<a href="./privacy-policy.html">Privacy Policy</a>
<a href="terms">Terms</a>
<a href="./faq.html">FAQ</a>
<a href="./support.html">Support</a>
</div>
</section>
<section class="footer-column">
<h2>About Us</h2>
<div>
Keiko Corp. the greatest start up of all time. Bruno,the CEO of
Keiko Corp has built the fastest growing tech start up in Silicon
Valley.
</div>
</section>
<section class="footer-column">
<h2>Follow Us</h2>
<ul class="">
<li class="">
<a href="#"
><img
src="https://img.icons8.com/android/24/000000/twitter.png"
/></a>
</li>
<li class="">
<a href="#"
><img
src="https://img.icons8.com/android/24/000000/facebook-new.png"
/></a>
</li>
<li class="">
<a href="#"
><img
src="https://img.icons8.com/metro/26/000000/instagram-new.png"
/></a>
</li>
<li class="">
<a href="#"
><img
src="https://img.icons8.com/ios-filled/24/000000/pinterest--v1.png"
/></a>
</li>
<li class="">
<a href="#"
><img
src="https://img.icons8.com/ios-glyphs/24/000000/google-logo--v2.png"
/></a>
</li>
</ul>
</section>
<!-- Scroller -->
<a href="#top"
><i
class="fa fa-2x fa-arrow-up"
style="
position: fixed;
bottom: 30px;
right: 30px;
color: #fd6565;
box-shadow: 0 2px 10px 0 #0e0e0e;
border: 1px solid #242424;
border-radius: 50%;
background-color: #242424;
height: 50px;
width: 50px;
padding: 10px;
"
aria-hidden="true"
></i
></a>
</div>
<section id="sub-footer">
<p>
©
<script>
document.write(new Date().getFullYear());
</script>
Keiko Corp . All Rights Reserved
</p>
</section>
</footer>
</div>
<!-- JAVASCRIPT FILES -->
<!--NO BOOTSTRAP OR JQUERY -->
<script src="./assets/js/navbar.js"></script>
<script src="./assets/js/dark-mode.js"></script>
<script src="./assets/js/script.js"></script>
<script src="./assets/js/animate.js"></script>
</body>
</html>