-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwelcome.html
22 lines (19 loc) · 1.35 KB
/
welcome.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://use.fontawesome.com/4eccf82a45.js"></script>
<title>Chicago Area - Police General Orders :: Welcome</title>
</head>
<body>
<div id="pageWrapper" style="margin:1em">
<h2>About this project</h2>
"General Orders" are the rules and regulations which define the expected behavior of Police Officers. Despite their importance, they are often not made public. This project is an effort to bring transparency, by collecting and publishing General Orders of all police departments in the Chicago area.
<h2>Contributing</h2>
Contributions are welcome.
If you see a municipality missing, you can help by filing a FOIA request asking for those general orders. It's easy to do, and typically only requires sending two or three emails. If you're interested in helping out, please visit this project on <a href="https://github.com/jjarmoc/chicago-area-general-orders" target="_top"><i class="fa fa-github"></i> GitHub</a>.
</div>
</body>
</html>