-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
191 lines (163 loc) · 7.37 KB
/
index.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>HPD Connect</title>
<link rel="icon" type="image/png" href="seal.png" />
<meta charset="UTF-8">
<link rel="stylesheet" href="css/hpd.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-2.2.4.min.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" type="text/javascript"></script>
<script src="hpd.js"></script>
</head>
<!-- navbar, background-image is that. -->
<header>
<div class="jumbotron banner">
<div id="navbar-title">
<!--<img id="hpd-seal" src="seal.png" alt="HPD seal">-->
<h1 class="text-center banner-title">
HPD Connect
</h1>
<div class="text-center" id="tagline">Honor, Integrity, Respect</div>
</div>
</div>
</header>
<body>
<div class="container">
<div class="row">
<div class="row">
<div class="center-block service-container col-xs-12 col-md-4">
<a href="http://findmytowedcar.com/tvrmscitizen/mainpage.aspx">
<div class="service">
<!--<div class="service-icon"></div>-->
<img class="service-icon" src="images/tow_truck.svg" />
<div class="title">
<h3>Was My Car Towed?</h3>
</div>
</div>
</a>
</div>
<div class="center-block service-container col-xs-12 col-md-4">
<a href="http://mycity.houstontx.gov/jails/">
<div class="service">
<img class="service-icon" src="images/jail_cell.svg" />
<div class="title">
<h3 class="text-center">Jail Inquiry?</h3>
</div>
</div>
</a>
</div>
<div class="center-block service-container col-xs-12 col-md-4">
<a href="http://www.houstoncit.org/test/">
<div class="service">
<img class="service-icon" src="images/homeless.svg" />
<div class="title">
<h3>Homeless Outreach Team</h3>
</div>
</div>
</a>
</div>
<div class="center-block service-container col-xs-12 col-md-4">
<a href="http://www.houstontx.gov/police/online_report.htm">
<div class="service">
<img class="service-icon" src="images/police_badge.svg" />
<div class="title">
<h3>Online Police Report</h3>
</div>
</div>
</a>
</div>
<div class="center-block service-container col-xs-12 col-md-4">
<a href="https://ehpd.houstontx.gov/citizenalert/">
<div class="service">
<img class="service-icon" src="images/alert.svg" />
<div class="title">
<h3>Alert Police Online</h3>
</div>
</div>
</a>
</div>
<div class="center-block service-container col-xs-12 col-md-4">
<a href="http://www.houstontx.gov/courts/">
<div class="service">
<img class="service-icon" src="images/courthouse.svg" />
<div class="title">
<h3>Municipal Court Information</h3>
</div>
</div>
</a>
</div>
<!-- comment - add another button -->
<div class="center-block service-container col-xs-12 col-md-4">
<button class="accordion">Station Phones / Addresses</button>
<div class="panel">
<a href="http://www.houstontx.gov/police/contact/substations.htm">Station Addresses</a><hr />
<a href="http://www.houstontx.gov/police/phone.htm">Police Phone Numbers</a><hr />
</div>
</div>
<div class="center-block service-container col-xs-12 col-md-4">
<button class="accordion">Report Information</button>
<div class="panel">
<a href="http://www.crime-stoppers.org/">Crime Stoppers</a><hr />
<a href="http://www.stophoustongangs.org/">Stop Houston Gangs</a><hr />
<a href="http://www.houstontx.gov/police/cash_for_crooks.htm">Cash for Crooks</a><hr />
<a href="http://www.houstontx.gov/police/gang/">Report Gang Activity</a><hr />
<a href="http://www.readyhoustontx.gov/iwatchhouston/">iWatch Regional Terrorism Prevention</a><hr />
</div>
</div>
<div class="center-block service-container col-xs-12 col-md-4">
<button class="accordion">Resources</button>
<div class="panel">
<a href="http://www.houstonpoliceexplorers.com/">Houston Police Explorers</a><hr />
<a href="http://www.houstonpolicefoundation.org/">Houston Police Foundation</a><hr />
<a href="http://www.hpdretired.com/">Houston Police Retired Officers Association</a><hr />
<a href="http://www.houstontx.gov/police/divisions/mental_health/">Mental Health Division</a><hr />
<a href="https://www.the100club.org">The 100 Club</a><hr />
<a href="http://www.houstontx.gov/police/fallen_officers/index.htm">Remembering the Fallen Officers</a><hr />
</div>
</div>
<div class="center-block service-container col-xs-12 col-md-4">
<button class="accordion">Complain / Commend an Officer</button>
<div class="panel">
<a href="http://www.houstontx.gov/police/contact/iad.htm">Complain</a><hr />
<a href="http://www.houstontx.gov/police/pdfs/Commendation_from_Citizen_Form.pdf">Commend an Officer</a><hr />
</div>
</div>
<div class="center-block service-container col-xs-12 col-md-4">
<button class="accordion">Services / Volunteer / Become a Police Officer</button>
<div class="panel">
<a href="http://www.houstontx.gov/police/vip/">Volunteer Program</a><hr />
<a href="http://www.houstontx.gov/police/pip/">PIP</a><hr />
<a href="http://www.houstontx.gov/police/vsu/">Victim Services</a><hr />
<a href="http://www.hpdcareer.com/">Become a Police Officer</a><hr />
</div>
</div>
<div class="center-block service-container col-xs-12 col-md-4">
<button class="accordion">Social</button>
<div class="panel">
<a id="social" href="https://www.facebook.com/Houstonpolice">Facebook</a> <br /><hr />
<a href="https://twitter.com/houstonpolice">Twitter</a> <br /><hr />
<a href="https://www.youtube.com/user/houstonpolicedept">YouTube</a> <br /><hr />
<a href="http://feeds.feedburner.com/hpdreports">Podcasts</a> <br /><hr />
<a href="http://www.hpdblog.com/">Blog</a> <br /><hr />
<a href="http://www.houstontx.gov/police/news.htm">News Releases</a> <br /><hr />
</div>
</div>
</div>
</div>
<!--<img src="seal.png" alt="HPD seal" width="20%" Align=right><br />-->
<footer>
<div class="center">
<div class="social-media">
<ul>
<li><a href="https://www.facebook.com/Houstonpolice"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/houstonpolice"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/user/houstonpolicedept"><i class="fa fa-youtube"></i></a></li>
<li><a href="http://feeds.feedburner.com/hpdreports"><i class="fa fa-headphones"></i></a></li>
<li><a href="http://www.hpdblog.com/"><i class="fa fa-rss"></i></a></li>
<li><a href="http://www.houstontx.gov/police/news.htm"><i class="fa fa-newspaper-o"></i></a></li>
</ul>
</footer>
</body>
</html>