-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
242 lines (186 loc) · 10.2 KB
/
index.php
File metadata and controls
242 lines (186 loc) · 10.2 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Complain Box</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- customized -->
<link rel="icon" href="SERVER/pictures/icon/complain.png">
<link rel="stylesheet" type="text/css" href="SERVER/myCss/style002.css">
</head>
<body>
<!-- my navigation -->
<nav class="navbar navbar-light" style="background-color: #009688;">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="SERVER/serverHTML/home.php"><img src="SERVER/pictures/icon/complain.png" id="indexLogo-complain-box"></a>
</div>
<ul class="nav navbar-nav">
<li><a href="#complainBoxDev" class="nev-custom-css">Complain Box</a></li>
<li><a href="#description-div-custom" class="nev-custom-css" id="ourAppAnc">Our App</a></li>
<li><a href="#purpose-container" class="nev-custom-css">Purpose</a></li>
<li><a href="#developers-container" class="nev-custom-css">Supervisor & Developers</a></li>
</ul>
<?php
session_start();
if(!isset($_SESSION["email"]))
{
echo '
<ul class="nav navbar-nav navbar-right">
<li><a href="SERVER/serverHTML/login.php" class="nev-custom-css"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
';
} else {
echo '
<ul class="nav navbar-nav navbar-right">
<li><a href="SERVER/serverHTML/logout.php" class="nev-custom-css"><span class="glyphicon glyphicon-log-out"></span> Logout</a></li>
</ul>
';
}
?>
</div>
</nav><!-- end of nevigation -->
<div class="container-fluid" id="complainBoxDev">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-6">
<h1>What is Complain Box ?</h1>
<p style="text-align: justify;">
Complain Box is an online based complaint (problem) collection system. Using this system, people living in DSCC will be able to submit those problems that they face in their daily city life to notify DSCCA. On the other hand, DSCCA will be able to view those submitted problems and take necessary steps to solve those problems.</p>
</div>
<div class="col-sm-6 col-md-6 col-lg-6" style="border-radius: 7%;">
<div id="googleMap" style="width:100%;height:400px;"></div>
<script>
function myMap() {
var mapProp= {
center:new google.maps.LatLng(23.7237546, 90.40848970000002),
zoom:17,
};
var map=new google.maps.Map(document.getElementById("googleMap"),mapProp);
var location = {lat:23.7237546, lng:90.40848970000002};
var marker = new google.maps.Marker({
position: location,
map, map
});
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBkKmJPK0oh9K4yGU1USSj7MJpzFWN9LeE&callback=myMap"></script>
</div>
</div>
<hr>
<div class="row" id="description-div-custom">
<div class="col-sm-6 col-md-6 col-lg-6" id="paragraph-white-writing">
<h3>Our App</h3>
<p style="padding-top: 15px; text-align: justify;">
The people of DSCC use our andeoid based web application to submit their problems. Besides submiting their city problems, the people living in the Dhaka south city corporation can get other facilities. All facilities that our mobile application provides are given here. </p>
<div class="row">
<div class="col-md-6 i"><img id="screenShot-image" src="SERVER/pictures/serverSiteImages/screenShot.png">
</div>
<div class="col-md-6">
<h4 style="padding-top: 20px;">User Manual</h4>
<video width="320" height="240" controls style="padding-right: 20px;">
<source src="SERVER/pictures/complainBoxVedio.mp4" type="video/mp4">
</video>
<a href="SERVER\pictures\Final.pdf" download>
<button type="button" class="btn btn-outline-secondary">Download Complain Box apk</button>
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-6" style="border-radius: 7%;">
<div class="row">
<div class="col-md-2 icon-image-Div">
<img class="description-icon" src="SERVER/pictures/serverSiteImages/icon/complain.png">
</div>
<div class="col-md-10 description-div">
<h4>Problem Submission</h4>
<p>Using our mobile application, user can submit their city problem. To submit their problem they have to select problem category, then take a photo of the problem, add problem description and add problem location. The city corporation authority will take necessary steps to solve their submitted problem.</p>
</div>
</div>
<div class="row">
<div class="col-md-2 icon-image-Div">
<img class="description-icon" src="SERVER/pictures/serverSiteImages/icon/emergency.png">
</div>
<div class="col-md-10 description-div">
<h4>Emergency Support</h4>
<p>Our mobile application also provides information of emergency support institution such as police station, fire station, hospital and provide necessary environment to communicate with those institution directly.</p>
</div>
</div>
<div class="row">
<div class="col-md-2 icon-image-Div">
<img class="description-icon" src="SERVER/pictures/serverSiteImages/icon/notice.png">
</div>
<div class="col-md-10 description-div">
<h4>Notice</h4>
<p>People can view current notice provide by Dhaka south city corporation using our mobile appkicatoin.</p>
</div>
</div>
<div class="row">
<div class="col-md-2 icon-image-Div">
<img class="description-icon" src="SERVER/pictures/serverSiteImages/icon/event.png">
</div>
<div class="col-md-10 description-div">
<h4>Event</h4>
<p>Authority of Dhaka south city corporation often arrange events. Using our mobile application user can have the current update of events of DSCCA.</p>
</div>
</div>
<div class="row">
<div class="col-md-2 icon-image-Div">
<img class="description-icon" src="SERVER/pictures/serverSiteImages/icon/applicationForm.png">
</div>
<div class="col-md-10 description-div">
<h4>Application Form</h4>
<p>Dhaka south city corporation provide necessary application forms for public. User of our complain Box mobile application can download those application from our application easily.</p>
</div>
</div>
</div>
</div> <!-- end of our app section-->
<hr>
<div class="row" id="purpose-container"> <!-- start of purpose section -->
<div class="col-sm-8 col-md-8 col-lg-8">
<h3>Purpose</h3>
<p style="padding-top: 15px; text-align: justify;">
We developed this project for our academic purpose.We would like to express our deepest gratitude to all those who provided us the support and encouragement to complete this project. Thanks to our supervisor teacher Shah Mostafa Khaled, Associate Professor, Institute of Information Technology, University of Dhaka, whose continuous suggestions and guidance has been invaluable to us. Without such stimulating suggestions, the project could not have made this much progress. We are grateful to the Institute of Information Technology for giving us the opportunity to do such a project. </p>
</div>
<div class="col-sm-4 col-md-4 col-lg-4" style="border-radius: 7%; text-align: center;" >
<img src="SERVER/pictures/iitlogo-blue.png" style="height: 100px; padding-top: 20px;">
</div>
</div> <!-- end of purpose section -->
<hr>
<div class="row" id="developers-container" style="background-color: #009688"> <!-- start of developer section -->
<div class="col-sm-4 col-md-4 col-lg-4" style="color: white;">
<h3 style="text-align: center;">Supervisor</h3>
<hr>
<p style="padding-top: 15px; text-align: justify; text-align: center;">Shah Mostafa Khaled</p>
<p style="text-align: justify; text-align: center;">Associate Professor</p>
<p style="text-align: justify; text-align: center;">Institute of Information Technology</p>
<p style="text-align: justify; text-align: center;">University of Dhaka</p>
</div>
<div class="col-sm-8 col-md-8 col-lg-8" style="color: white;">
<h3 style="text-align: center;">Developers</h3>
<hr>
<div class="col-sm-6 col-md-6 col-lg-6" style="">
<p style="padding-top: 15px; text-align: justify; text-align: center;">Atiq Ahammed</p>
<p style="text-align: justify; text-align: center;">BSSE0817</p>
<p style="text-align: justify; text-align: center;">Institute of Information Technology</p>
<p style="text-align: justify; text-align: center;">University of Dhaka</p>
</div>
<div class="col-sm-6 col-md-6 col-lg-6" style="">
<p style="padding-top: 15px; text-align: justify; text-align: center;">Khayrul Islam</p>
<p style="text-align: justify; text-align: center;">BSSE0822</p>
<p style="text-align: justify; text-align: center;">Institute of Information Technology</p>
<p style="text-align: justify; text-align: center;">University of Dhaka</p>
</div>
</div>
</div> <!-- end of developer section -->
</div>
<?php
include 'SERVER/serverHTML/footer.php';
?>
</body>
</html>