-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
449 lines (338 loc) · 16.3 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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta nam e="viewport" content="width=device-width, initial-scale=1">
<link href="./SURVEILLANCE.png" rel="icon">
<title>Surveillance Bot</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
</head>
<body>
<div class="container d-flex">
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
<a href="#" class="navbar-brand mb-0 h1">
<!-- <img src="" alt="" class = "d-inline-block align-top" width = "30" height = "30"> -->
ChanPol
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a href="#" class="nav-link active">Who we are?</a>
</li>
<li class="nav-item dropdown ">
<a href="#" class="nav-link dropdown-toggle" id="navbarDrop " role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Crimes
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDrop">
<li>
<a href="#" class="dropdown-item">Feature #1</a>
</li>
<li>
<a href="#" class="dropdown-item">Feature #2</a>
</li>
<li>
<a href="#" class="dropdown-item">Feature #3</a>
</li>
</ul>
</li>
<li class="nav-item ">
<a href="#" class="nav-link">How we work?</a>
</li>
<li class="nav-item active ">
<a href="#" class="nav-link">Wanted persons</a>
</li>
<li class="nav-item ">
<a href="#" class="nav-link">News</a>
</li>
</ul>
</div>
<form action="" class="d-flex">
<input type="text" class="form-contol me-2">
<button type="submit" class="btn btn-outline-success">Search</button>
</form>
</nav>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://gosarkariresult.com/wp-content/uploads/Chandigarh-Police.jpg" class="img-responsive"
alt="Responsive image">
<div class="container">
<div class="carousel-caption text-start">
<h1 style="color: black">Team SurveillanceBot</h1>
<p style="color: black; font-weight: 500;">Only tool you need to catch the criminal by face.</p>
<p><a class="btn btn-lg btn-primary" href="#">Learn more scroll down..</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container px-4 py-5" id="highlights">
<h2 class="pb-2 border-bottom">Highlights and News</h2>
<div class="row row-cols-1 row-cols-lg-3 align-items-stretch g-4 py-5">
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg"
style="background-image: url('unsplash-photo-1.jpg');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold"></h3>
<ul class="d-flex list-unstyled mt-auto">
<li class="me-auto">
<img src="https://github.com/twbs.png" alt="Bootstrap" width="32" height="32"
class="rounded-circle border border-white">
</li>
<li class="d-flex align-items-center me-3">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#geo-fill"></use>
</svg>
<small>Extract the faces from given frame and store them to database.</small>
</li>
<li class="d-flex align-items-center">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#calendar3"></use>
</svg>
<small>View in detail.</small>
</li>
</ul>
</div>
</div>
</div>
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg"
style="background-image: url('unsplash-photo-2.jpg');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">Match the face.</h3>
<ul class="d-flex list-unstyled mt-auto">
<li class="me-auto">
<img src="https://github.com/twbs.png" alt="Bootstrap" width="32" height="32"
class="rounded-circle border border-white">
</li>
<li class="d-flex align-items-center me-3">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#geo-fill"></use>
</svg>
<small>Pakistan</small>
</li>
<li class="d-flex align-items-center">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#calendar3"></use>
</svg>
<small>4d</small>
</li>
</ul>
</div>
</div>
</div>
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg"
style="background-image: url('unsplash-photo-3.jpg');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">Another longer title belongs here</h3>
<ul class="d-flex list-unstyled mt-auto">
<li class="me-auto">
<img src="https://github.com/twbs.png" alt="Bootstrap" width="32" height="32"
class="rounded-circle border border-white">
</li>
<li class="d-flex align-items-center me-3">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#geo-fill"></use>
</svg>
<small>California</small>
</li>
<li class="d-flex align-items-center">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#calendar3"></use>
</svg>
<small>5d</small>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container-2 d-flex justify-content-center">
<a class="twitter-timeline" data-width="491" data-height="598"
href="https://twitter.com/ChdPol?ref_src=twsrc%5Etfw">Tweets by ChdPol</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="container px-4 py-5" id="who-we-are">
<h2 class="pb-2 border-bottom">Who we are ? </h2>
<div class="row d-flex row-cols-1 row-cols-lg-3 align-items-stretch g-4 py-5">
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg"
style="background-image: url('unsplash-photo-1.jpg');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">Team SurveillanceBot</h3>
<ul class="d-flex list-unstyled mt-auto">
<li class="me-auto">
<img src="https://github.com/twbs.png" alt="Bootstrap" width="32" height="32"
class="rounded-circle border border-white">
</li>
<li class="d-flex align-items-center me-3">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#geo-fill"></use>
</svg>
<small>Chandigarh-Police</small>
</li>
</ul>
</div>
</div>
</div>
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg"
style="background-image: url('unsplash-photo-2.jpg');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">ChanPol</h3>
<ul class="d-flex list-unstyled mt-auto">
<li class="me-auto">
<img src="https://github.com/twbs.png" alt="Bootstrap" width="32" height="32"
class="rounded-circle border border-white">
</li>
<li class="d-flex align-items-center me-3">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#geo-fill"></use>
</svg>
<small>ChanPol is a platform where by uploading a CCTV feed, you can extract faces of
suspects/criminals, which assists in the investigation conducted by Chd Police. </small>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- twitter follow us-->
<div class="container marketing">
<h2 class="">Key Featurettes..</h2>
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h3 class="featurette-heading fw-normal lh-1">Face Detection</h3>
<p class="lead">ChanPol detects all faces which appear in any CCTV feed.</p> <br />
<h3 class="featurette-heading fw-normal lh-1">Face Recognition</h3>
<p class="lead">ChanPol is able to recognise any face, which is present in the police’s criminal database, and
is also detected in the CCTV feed. </p>
</div>
<div class="col-md-5">
<img class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="400"
height="400" src="faces-in-crowd.jpeg" role="img" aria-label="Placeholder: 500x500"
preserveAspectRatio="xMidYMid slice" focusable="false">
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#eee"></rect></img>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h3 class="featurette-heading fw-normal lh-1">Police Database of Criminals </h3>
<p class="lead">Images of existing criminals or suspects are feeded to ChanPol in order to track them through
CCTV feeds.</p> <br />
<h3 class="featurette-heading fw-normal lh-1"> Faces Database </h3>
<p class="lead">All faces detected in any CCTV feed, suspect or not, are stored in this database.
.</p> <br />
<h3 class="featurette-heading fw-normal lh-1">ChanPol History Database</h3>
<p class="lead">Timestamps and geograpical location coordinates are stored for all those faces which match in
the CCTV feed to those faces present in the Police database.</p> <br />
</div>
<div class="col-md-5 order-md-1">
<img class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="400"
height="400" src="db.png" role="img" aria-label="Placeholder: 500x500" preserveAspectRatio="xMidYMid slice"
focusable="false">
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#eee"></rect></img>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h3 class="featurette-heading fw-normal lh-1">Track History</h3>
<p class="lead">All the data collected from the CCTV feed, timestamps and location identified of any suspect,
is specifically stored in a database for future reference.</p>
</div>
<div class="col-md-5">
<img class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="400"
height="400" src="criminals.jpeg" role="img" aria-label="Placeholder: 500x500"
preserveAspectRatio="xMidYMid slice" focusable="false">
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#eee"></rect>
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
</div>
<!-- Footer -->
<div class="container">
<footer class="py-5">
<div class="row">
<div class="col-6 col-md-2 mb-3">
<h5>CONNECT WITH US</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Contact Us </a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Careers</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Procurement</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">About the CCF</a></li>
</ul>
</div>
<div class="col-6 col-md-2 mb-3">
<h5>RESOURCES</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">News and events</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Information for journalists</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Multimedia</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Documents</a></li>
</ul>
</div>
<div class="col-6 col-md-2 mb-3">
<h5>POLICIES</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Cookie policy</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Privacy policy</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Terms of use</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Name and logo</a></li>
</ul>
</div>
<div class="col-md-5 offset-md-1 mb-3">
<form>
<h5>Subscribe to our newsletter</h5>
<p>Monthly digest of what's new and exciting from us.</p>
<div class="d-flex flex-column flex-sm-row w-100 gap-2">
<label for="newsletter1" class="visually-hidden">Email address</label>
<input id="newsletter1" type="text" class="form-control" placeholder="Email address">
<button class="btn btn-primary" type="button">Subscribe</button>
</div>
</form>
</div>
</div>
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 border-top">
<p>© CHDPOL 2022, Inc. All rights reserved.</p>
<ul class="list-unstyled d-flex">
<li class="ms-3"><a class="link-dark" href="#"><svg class="bi" width="24" height="24">
<use xlink:href="#twitter"></use>
</svg></a></li>
<li class="ms-3"><a class="link-dark" href="#"><svg class="bi" width="24" height="24">
<use xlink:href="#instagram"></use>
</svg></a></li>
<li class="ms-3"><a class="link-dark" href="#"><svg class="bi" width="24" height="24">
<use xlink:href="#facebook"></use>
</svg></a></li>
</ul>
</div>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-IDwe1+LCz02ROU9k972gdyvl+AESN10+x7tBKgc9I5HFtuNz0wWnPclzo6p9vxnk"
crossorigin="anonymous"></script>
</body>
</html>