-
Notifications
You must be signed in to change notification settings - Fork 1
/
home.html
307 lines (252 loc) · 8.42 KB
/
home.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
<!DOCTYPE html>
<html>
<head>
<title>ecops-home</title>
<link rel="icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style type="text/css">
body{
background:white;
}
#newsfeed{
display: inline-block;
position: relative;
left:1100px;
top: 100px;
height: 200px;
border-radius: 5%;
width: 300px;
background-color: lightgreen;
border:10px solid transparent;
border-image: url(border.png) 30% round;}
#we{
width:95%;
background-image: linear-gradient(blue,green,red);
height: 100%;
position: relative;
left: auto;
top: 250px;
padding: 10px;
border-radius: 15%;
box-shadow: -1px -1px 1px 1px #5b621b;
padding-left: 50px;
margin-left: 10px;
}
h2{
border-radius: 20%;
}
#sli{
position: relative;
bottom: 350px;
box-shadow: -5px -5px 5px 5px #888888;
padding: 30px;
border-radius: 15%;
}
footer{
background: #000000;
color: white;
}
#qq li{
padding-bottom: 3px;
}
#wee li{
padding-bottom: 3px;
}
#wee1{
padding-bottom: 3px;
}
body{
background-color: blue ;
}
li a{
text-decoration: none;
}
li{
list-style-type: none;
}
.navbar {
overflow: hidden;
background-color:green;
}
.navbar a {
float: left;
font-size: 16px;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 16px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
background-color:rgb(53,53,53) ;
}
.dropdown-content {
display: none;
color: white;
position: absolute;
background-color: green;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
float: none;
color: white;
border: 1px solid white;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color: rgb(53,53,53);
}
.dropdown:hover .dropdown-content {
display: block;
}
</style>
</head>
<body onload="change()">
<div id="menu">
<div id="pic" style="background-color: rgb(53,53,53);" ><center><img src="logo.jpeg" style="width:200px;height:100px;"></center><a href="login.html" style="text-decoration: none;position: relative;left:95%;bottom:100px;color:white;" >login</a></div>
<div class="navbar">
<a href="home.html">Home</a>
<a href="about.html">About</a>
<div class="dropdown">
<button class="dropbtn"onclick="window.location.href = 'our organisation.html';">Our Organisation
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="missionandvission.html">Mission and Vision</a>
<a href="organisation.html">Organisation Structure</a>
<a href="policeranks.html">Police Ranks</a>
<a href="medals.html">Medals</a>
<a href="emregency.html">Link 2</a>
<a href="dosanddonts.html">Do's and Don'ts</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn" onclick="window.location.href = 'citizenservices.html';">Citizen Services
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="compliant form.html">File a Complaint</a>
<a href="passport.html">Passport Status</a>
<a href="echalanstatus.html">E-Chalan Status</a>
<a href="citizencharter.html">Citizen Charter</a>
<a href="criminals.html">Most Wanted Criminals</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn " onclick="window.location.href = 'applicationform.html';">Application Forms
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="armed.html">Armed License</a>
<a href="pass.html">Passport License</a>
<a href="driving.html">Driving License</a>
</div>
</div>
<a href="faqs.html">FAQ'S</a>
<div class="dropdown">
<button class="dropbtn "onclick="window.location.href = 'links.html';">External Links
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="https://www.interpol.int/en">Interpol</a>
<a href="https://wcd.nic.in/">Ministry of Women and Child</a>
<a href="http://www.cbi.gov.in">CBI</a>
<a href="https://mha.gov.in/">Ministry of Human Affairs</a>
<a href="https://www.digitalindia.gov.in">Digital India</a>
<a href="https://rti.gov.in/">RTI</a>
</div>
</div>
</div>
</div>
<div id="newsfeed"><h4 style="background-color: red;color: gold;font-size: 22px;"><center>News Feed</center></h4><marquee direction="up" width=100% height=50%><p><ul ><li>Police Selection List Will be released soon</li><br><li>Section 43/47 is released <br>check for updates</li></ul></p></marquee></div>
<div id="we">
<h2 style="background: white"><center>About Our Mission</center></h2>
<center>
<p>"Serving those who protect"</p></center>
<center><p>To deliver next generation police and law enforcement reporting tools, and setting up intelligence platforms that agencies use to take incoming incident reports, lessen live employee resources and allow these enforcement agencies to reallocate resources to much needed community areas . We are dedicated to the advancement of a cooperative partnership with our community to develop better community policing, improved communications, and reduced crime. We shall strive to develop a comprehensive strategy to resolve public safety issues, and enhance the quality of community </p>
</center>
</div>
<img id="sli"name="slide" width="500px" height="300px">
<script type="text/javascript">
var i = 0; // Start Point
var images = []; // Images Array
var time = 2000; // Time Between Switch
// Image List
images[0] = "police_1.jpg";
images[1] = "police_2.jpg";
images[2] = "police_3.jpg";
images[3] = "police1.jpg";
// Change Image
function changeImg(){
document.slide.src = images[i];
// Check If Index Is Under Max
if(i < images.length - 1){
// Add 1 to Index
i++;
} else {
// Reset Back To O
i = 0;
}
// Run function every x seconds
setTimeout("changeImg()", time);
}
// Run function when page loads
window.onload=changeImg;
</script>
</body>
<footer>
<div id="qq" style="text-align: left;display: inline-block;">
<h5 style="padding-left: 40px;padding-top: 10px;border-bottom: 1px solid white"><ul>Site Links</ul></h5>
<ul style="text-decoration: none;list-style-type: none;padding-left: 60px;">
<li><a href="about.html">About Us</a></li>
<li><a href="our organisation.html">our organisation</a></li>
<li><a href="citizenservices.html">citizen services</a></li>
<li><a href="faqs.html" >FAQ's</a></li>
<li><a href="links.html">External Links</a></li>
<li><a href="applicationform.html">Application Forms</a></li>
</ul>
</div>
<div id="wee" style="text-align: left;display: inline-block;position: relative;left: 100px;bottom: 60px;">
<h5 style="border-bottom: 1px solid white"><uL>Follow Us On</uL></h5>
<ul style="text-decoration: none;list-style-type: none; padding-left: 40px;">
<li><a href="https://www.facebook.com">Facebook</a></li>
<li><a href="https://twitter.com/?lang=en">Twitter</a></li>
<li><a href="https://www.instagram.com/?hl=en">Instagram</a></li>
</ul>
</div>
<div id="wee1" style="text-align: left;display: inline-block;position: relative;left: 200px;bottom: 90px;">
<h5 style="border-bottom: 1px solid white;padding-bottom: 10px;"><center>Legal</center></h5>
<ul style="text-decoration: none;list-style-type: none; padding-left: 30px;">
<li><a href="">Privacy</a></li>
<li><a href="">Terms</a></li>
</ul>
</div>
<div id="wee2" style="text-align: left;display: inline-block;position: relative;left: 800px;bottom: 0px;">
<h5 style="border-bottom: 1px solid white" ><center><ul>Contact Us</ul></center></h5>
<p><center>Ecops<br>Patna, Bihar (800005), India<br>
Phone: +91-0612-237 1715 / 237 2715<br>
FAX : +91-0612-2670631 , 0612-2660480</center></p>
<center><img src="home.jpeg" width="100px" height="50px"></center>
</div>
<p><center>CopyRight© 2019 India<br>All Rights Reserved</center></p>
</footer>
</html>