-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathService.html
More file actions
86 lines (71 loc) · 3.28 KB
/
Service.html
File metadata and controls
86 lines (71 loc) · 3.28 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
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Service</title>
<link href="style1.css" rel="stylesheet">
<link rel="icon" type="Logo" href="logo.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
</head>
<body>
<header class="header">
<a href="Index.html" class="logo">SafeNZ</a>
<nav class="navbar">
<a href="Index.html" class="active">Home</a>
<a href="Map.html">Map</a>
<a href="Service.html">Services</a>
</nav>
</header>
<section>
<div class="container">
<div class="box-container">
<div class="box">
<h3>Project Database</h3>
<p>As a central repository, information about crime events, locations, crime types, dates and other relevant details can be stored in a structured way.</p>
</div>
<div class="box">
<h3>Data Collection</h3>
<p>Data collection ensures that crime maps accurately reflect criminal activity within a given area, so that areas and types of crime requiring high levels of attention can be identified and police, patrol and other resources can be allocated accordingly.</p>
</div>
<div class="box">
<h3>Data Analysis</h3>
<p>By maintaining a database of items, law enforcement agencies and analysts can conduct comprehensive analyses and generate visual representations of crime patterns.</p>
</div>
<div class="box">
<h3>Deployment of Needs</h3>
<p>Deployment requires a proactive approach to crime prevention. Implementing targeted interventions to reduce criminal activity in specific areas or to address specific types of crime can promote transparency and accountability in law enforcement.</p>
</div>
<div class="box">
<h3>Website Design</h3>
<p>Provide a visually appealing and intuitive interface that enhances the user experience and facilitates the integration of the crime map with other tools and resources, enabling users to filter and search for specific crime data based on a variety of criteria.</p>
</div>
<div class="box">
<h3>Description</h3>
<p>Law enforcement agencies and stakeholders are able to understand crime patterns, allocate resources effectively, and implement evidence-based strategies to enhance public safety.</p>
</div>
<h3>Need help operating your website? You can download the user guide by clicking this link</h3>
</div>
</div>
</section>
<footer class="Footer">
<div class="Col-1">
<h3>LINK</h3>
<a href="Map.html">Map</a>
<a href="Service.html">Services</a>
</div>
<div class="Col-2">
<h3>Feedback & Suggestion</h3>
<form>
<input type="Question" placeholder="Your Question" required>
<br>
<button type="submit">SUBMIT NOW</button>
</form>
</div>
<div class="Col-3">
<h3>ABOUT US</h3>
<P>0291258310<br>Massey University Auckland Campus<br>158383Assignment@gmail.com</P>
</div>
</footer>
</body>
</html>