-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrivay.html
56 lines (48 loc) · 2.5 KB
/
Privay.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Privacy Policy</title>
</head>
<body>
<div class="watermark"></div> <!-- Watermark image -->
<nav class="navbar">
<div class="logo">NIGERIA POLICE FORCE</span></div>
<button class="menu-toggle" onclick="toggleMenu()">☰</button>
<ul class="nav-links">
<li><a href="Index.html">Home</a></li>
<li><a href="crime2.html">Report a Crime</a></li>
<li><a href="inde.html">Zamfara State security Report</a></li>
<li><a href="crime3.html">Crime Dashboard</a></li>
<li><a href="crime faqs.html">FAQs</a></li>
<li><a href="crime4.html">About Us</a></li>
<li><a href="crime6.html">Terms and Conditions</a></li>
<li><a href="Privay.html">Privacy Policy</a></li>
</ul>
</nav>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<p>Welcome to the Gusau Crime Reporting System. We value your privacy and are committed to protecting your personal data. This Privacy Policy explains how we collect, use, and safeguard your information.</p>
<h2>1. Information Collection</h2>
<p>We may collect personal information that you voluntarily provide when using our system. This includes your name, contact details, and any data submitted with a report.</p>
<h2>2. Use of Information</h2>
<p>Your information is used strictly for the purposes of crime reporting and facilitating communication with relevant authorities. We do not share your data with third parties without your consent.</p>
<h2>3. Data Security</h2>
<p>We implement robust security measures to protect your data from unauthorized access, alteration, or disclosure.</p>
<h2>4. Data Retention</h2>
<p>We retain your data only as long as necessary to fulfill the purposes outlined in this policy or as required by law.</p>
<h2>5. Changes to This Policy</h2>
<p>We may update our Privacy Policy periodically. You will be notified of any significant changes via our platform or email.</p>
<h2>6. Contact Us</h2>
<p>If you have questions or concerns about this Privacy Policy, please <a href="crime5.html">contact us</a>.</p>
<button class="back-button" onclick="goBack()">Back</button>
</div>
<script src="scripts.js"></script>
<footer>
<p>© 2024 Crime Reporting System</p>
</footer>
</body>
</html>