-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
40 lines (36 loc) · 2.19 KB
/
privacy.html
File metadata and controls
40 lines (36 loc) · 2.19 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Schoolify</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Privacy Policy</h1>
<nav>
<a href="index.html">Home</a> | <a href="resources.html">Resources</a>
</nav>
</header>
<main style="max-width: 800px; margin: 20px auto; padding: 20px;">
<h2>1. Introduction</h2>
<p>Welcome to Schoolify. We respect your privacy and are committed to protecting your personal data. This privacy policy will inform you as to how we look after your personal data when you visit our website and tell you about your privacy rights and how the law protects you.</p>
<h2>2. Data Collection</h2>
<p>We do not collect any personal data directly. We use local storage on your device to save your preferences (such as comparison lists). This data stays on your device and is not transmitted to our servers.</p>
<h2>3. Third-Party Services</h2>
<p>We use third-party services that may collect information used to identify you:</p>
<ul>
<li><strong>Google AdSense:</strong> We use Google AdSense to display ads. Google uses cookies to serve ads based on your prior visits to our website or other websites. You can opt out of personalized advertising by visiting <a href="https://www.google.com/settings/ads" target="_blank">Google Ads Settings</a>.</li>
<li><strong>Affiliate Partners:</strong> We participate in affiliate marketing programs. Clicking on affiliate links may track your visit to partner sites to attribute sales.</li>
</ul>
<h2>4. Cookies</h2>
<p>We use cookies to enhance your experience. You can choose to disable cookies through your browser settings, but this may affect the functionality of the website.</p>
<h2>5. Contact Us</h2>
<p>If you have any questions about this privacy policy, please contact us at <a href="mailto:info@ausdais.au">info@ausdais.au</a>.</p>
</main>
<footer>
<p>© 2024 Schoolify. All rights reserved.</p>
</footer>
</body>
</html>