-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookies.html
71 lines (62 loc) · 3.87 KB
/
cookies.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cookies Policy | Skunkworks Africa</title>
<link rel="stylesheet" href="/css/styles.css"> <!-- Link to your CSS file -->
</head>
<body>
<header>
<h1>Cookies Policy</h1>
<p>Last Updated: August 29, 2024</p>
</header>
<main>
<section>
<h2>Introduction</h2>
<p>This Cookies Policy explains how Skunkworks Africa ("we," "us," or "our") uses cookies and similar technologies on our website, Skunkworks.africa. By using our website, you consent to the use of cookies as described in this policy.</p>
</section>
<section>
<h2>What Are Cookies?</h2>
<p>Cookies are small text files stored on your device when you visit a website. They are widely used to make websites work more efficiently and provide information to the website owners. Cookies can be "persistent" or "session" cookies.</p>
<ul>
<li><strong>Session Cookies:</strong> These cookies are temporary and are deleted from your device when you close your web browser.</li>
<li><strong>Persistent Cookies:</strong> These cookies remain on your device until they expire or you delete them.</li>
</ul>
</section>
<section>
<h2>How We Use Cookies</h2>
<p>We use cookies to enhance your experience on our website. The types of cookies we use include:</p>
<ul>
<li><strong>Essential Cookies:</strong> These cookies are necessary for the website to function correctly and cannot be switched off in our systems.</li>
<li><strong>Performance Cookies:</strong> These cookies help us understand how visitors interact with our website by collecting and reporting information anonymously.</li>
<li><strong>Functional Cookies:</strong> These cookies enable the website to provide enhanced functionality and personalization.</li>
<li><strong>Targeting/Advertising Cookies:</strong> These cookies are set through our site by our advertising partners.</li>
</ul>
</section>
<section>
<h2>Managing Cookies</h2>
<p>You can control and manage cookies in various ways. Most browsers allow you to refuse or accept cookies through their settings. However, if you choose to disable cookies, some parts of our website may not function properly.</p>
</section>
<section>
<h2>Third-Party Cookies</h2>
<p>In some cases, we use third-party cookies provided by trusted partners to deliver content, social media features, or analytics. These third-party cookies are subject to the respective privacy policies of these external services.</p>
</section>
<section>
<h2>Your Choices</h2>
<p>You have the right to accept or decline cookies. You can exercise your cookie preferences by adjusting your browser settings or using the cookie consent tool available on our website.</p>
</section>
<section>
<h2>Changes to This Policy</h2>
<p>We may update this Cookies Policy from time to time to reflect changes in our practices or for other operational, legal, or regulatory reasons. Please review this page periodically for the latest information on our cookie practices.</p>
</section>
<section>
<h2>Contact Us</h2>
<p>If you have any questions or concerns about our use of cookies, please contact us at <a href="mailto:[email protected]">[email protected]</a>.</p>
</section>
</main>
<footer>
<p>© 2024 Skunkworks Africa. All rights reserved. <a href="/cookies.html">Cookies Policy</a> | <a href="/privacy.html">Privacy Policy</a></p>
</footer>
</body>
</html>