-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.php
267 lines (238 loc) · 8.31 KB
/
about.php
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
<!DOCTYPE html>
<html>
<head>
<title>ecops-about</title><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">
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;
}
th,td,table{
border:1px solid black;border-collapse: collapse;
background-color: green;
}
body{
background-color: #105361;
}
#t{
background-color: #bf1515;
}
th{
background-color: #bf1515;
}
footer{
background: #000000;
color: white;
}
#qq li{
padding-bottom: 3px;
}
#wee li{
padding-bottom: 3px;
}
#wee1{
padding-bottom: 3px;
}
li a{
text-decoration: none;
color: white;
}
li{
list-style-type: none;}
.imag1{
width: 350px;
border: 10px solid transparent;
border-image: url('border1.jpg') 30 round;
position: relative;
left: 40px;
background-color: red;
top: 40px;
}
.imag2{
width: 350px;
border: 10px solid transparent;
display: inline-block;
border-image: url('border1.jpg') 30 round;
position: relative;
background-color: green;
left: 70%;
bottom: 350px;
}
body{
background-color: white;
}
</style>
</head>
<body oncontextmenu="return false;">
<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.php" style="text-decoration: none;position: relative;left:95%;bottom:100px;color:white;" >login</a></div>
<div class="navbar">
<a href="home.php">Home</a>
<a href="about.php">About</a>
<div class="dropdown">
<button class="dropbtn"onclick="window.location.href = 'our organisation.php';">Our Organisation
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="missionandvission.php">Mission and Vision</a>
<a href="organisation.php">Organisation Structure</a>
<a href="policeranks.php">Police Ranks</a>
<a href="medals.php">Medals</a>
<a href="emregency.php">Emergency Numbers</a>
<a href="dosanddonts.php">Do's and Don'ts</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn" onclick="window.location.href = 'citizenservices.php';">Citizen Services
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="compliant form.php">File a Complaint</a>
<a href="passport.php">Passport Status</a>
<a href="echalanstatus.php">E-Chalan Payment</a>
<a href="citizencharter.php">Citizen Charter</a>
<a href="mostwanted.php">Most Wanted Criminals</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn " onclick="window.location.href = 'applicationform.php';">Application Forms
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="armed.php">Armed License</a>
<a href="pass.php">Passport License</a>
<a href="driving.php">Driving License</a>
</div>
</div>
<a href="faqs.php">FAQ'S</a>
<div class="dropdown">
<button class="dropbtn "onclick="window.location.href = 'links.php';">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>
<a href="suggessions.php">SUGGESSIONS</a>
<a href="ecopsdocumentation.pdf" target="_BLANK">DOCS</a>
</div>
</div>
<div id="ma" style="display: inline-block;position: relative;left: 10px;bottom: 0px;">
<h2 ><span style="background-color: #fc720f">About Website</span></h2>
<p>"Serving those who protect"<br>
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 <br> 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 <br></p>
<center><h2>About Developers</h2></center>
<div class="imag1">
<pre><h3>Name: Kota Sai Durga Kamesh</h3></pre>
<pre><h3>Branch: Computer Science and Engineering</h3></pre>
<img src="kamesh.jpeg" style="position: relative;left: 70px;" width="200px" height="200px">
<pre><h3>Phone No:+919381225838</h3></pre>
<pre><h3>Email: [email protected]</h3></pre>
</div>
</div>
<div class="imag2">
<pre><h3>Name: Arya Kumar</h3></pre>
<pre><h3>Branch: Computer Science and Engineering</h3></pre>
<img src="arya.jpeg" style="position: relative;left: 70px;" width="200px" height="200px">
<pre><h3>Phone No:+919576976169</h3></pre>
<pre><h3>Email: [email protected]</h3></pre>
</div>
</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.php">About Us</a></li>
<li><a href="our organisation.php">our organisation</a></li>
<li><a href="citizenservices.php">citizen services</a></li>
<li><a href="faqs.php" >FAQ's</a></li>
<li><a href="links.php">External Links</a></li>
<li><a href="applicationform.php">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><marquee direction="right"><a href="help.php" style="color: white;text-decoration: none;">Issues In Website?Click here</a></marquee >
<p><center>CopyRight© 2019 India<br>All Rights Reserved</center></p>
</footer>
</html>