-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrime4.html
70 lines (69 loc) · 2.91 KB
/
crime4.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
<!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>About us</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>
<main>
<title>About us</title>
<div class="container">
<h1>Introduction</h1>
<P>welcome to crime reporting system, a cutting-edge crime reporting system designed to empower citizens and law emforcement agencies to work together in creating safer community.</P>
<h2>Mission statement</h2>
<P>Our mission is to provide a secure, user-friendly,and effiient platform for reporting crimes, facilitating timely interventions,and promoting transparency and accountability in the justice system</P>
<h2>Our vision.</h2>
<p>A society where crime is reduce,and citizens feel safe and confident in their communities.</p>
<h2>Partnership</h2>
<p>we collaborates with:
<ul>Local law enforcement agencies</ul>
<ul>Community organisation</ul>
<ul>Government institution</ul>
</p>
<H2>Features</H2>
<p>our system offer:
<ul>seccure and anonymous reporting</ul>
<ul>real-time crime mapping</ul>
<ul>automated alert to law enforcement</ul>
<ul>personalized support</ul>
</p>
<h2>Contact us</h2>
<p>Get in touch:
<ul>location:Gusau,zamfara state,nigeria</ul>
<ul>Email: [email protected]</ul>
<ul>Phone numeber: 08037025670,08123823963</ul>
<ul>Address: police headquarter,gusau,zamfra state.</ul>
<ul>police Emergency number:112</ul>
<ul>zamfara state Emergency number:07068847774</ul>
<h3>Social media link</h3>
<ul>twitter:@policeNG(official handle</ul>
<ul>facebook:nigeriapoliceforce(officialhandle)</ul>
</p>
<h2>FAQs</h2>
<p><a href="crime faqs.html">Visir our FAQs for more information.</a></p>
<p><a href="#">Terms & condiion and privacy policy</a></p>
</div>
</main>
<script src="scripts.js"></script>
<footer>
<p>© 2024 Crime Reporting System</p>
</footer>
</body>
</html>