-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrime faqs.html
68 lines (61 loc) · 2.89 KB
/
crime faqs.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
<!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>Frequently Asked Questions</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>
<h1>Frequently Asked Questions</h1>
<div class="container">
<div class="faq">
<div class="question">1. How do I report a crime?</div>
<div class="answer">You can report a crime online through our website, call our hotline, or visit your local police station.</div>
</div>
<div class="faq">
<div class="question">2. Is my report confidential?</div>
<div class="answer">Yes, all reports are treated confidentially. Your identity will be protected to the fullest extent possible.</div>
</div>
<div class="faq">
<div class="question">3. What types of crimes can I report?</div>
<div class="answer">You can report any crime, including theft, assault, vandalism, and drug-related offenses.</div>
</div>
<div class="faq">
<div class="question">4. What information do I need to provide?</div>
<div class="answer">Please provide as much detail as possible, including the location, time, and nature of the crime, as well as any suspect information if available.</div>
</div>
<div class="faq">
<div class="question">5. Can I report a crime anonymously?</div>
<div class="answer">Yes, you can report a crime anonymously if you prefer. However, providing your contact information can help law enforcement follow up with you.</div>
</div>
<div class="faq">
<div class="question">6. Will I be updated on the status of my report?</div>
<div class="answer">Yes, if you provide contact information, you will receive updates regarding the status of your report.</div>
</div>
<div class="faq">
<div class="question">7. What should I do in an emergency?</div>
<div class="answer">If you are in immediate danger or need urgent assistance, please call emergency services or your local police department right away.</div>
</div>
<script src="scripts.js"></script>
<footer>
<p>© 2024 Crime Reporting System</p>
</footer>
</body>
</html>