-
Notifications
You must be signed in to change notification settings - Fork 29
/
about.php
260 lines (232 loc) · 10.5 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
<html style="background: url(Picture/bg.png); background-repeat: no-repeat; background-size:cover; ">
<title>About - Barangay Banaba MIS</title>
<link rel="shortcut icon" href="Icon/Indang logo.png" />
<link href="Resident_Profiling/css/bootstrap.min.css" rel="stylesheet">
<link href="Resident_Profiling/vendor/css/dataTables.bootstrap.min.css" rel="stylesheet">
<!-- <link rel="stylesheet" type="text/css" href="Css/homepage.css"> -->
<style type="text/css">
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 400px !important;
min-height: 400px;
margin: auto;
text-align: center;
font-family: arial;
background-color: white;
}
.card:hover{
border: solid 1px;
background-color: #e9e9e9;
}
.title {
color: grey;
font-size: 18px;
}
.nav {
background-color: #2e4a62;
border: none;
width: 100%;
position:fixed;
overflow: hidden;
top: 0;
left: 0;
text-transform: uppercase;
font-family: calibri;
}
.nav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.nav a:hover {
background: #14aa6c;
color: white;
}
.nav a:active {
background: #99c74b;
}
</style>
<div class="nav">
<a href="index.php">home</a>
<a href="about.php">about</a>
</div>
<body style="
background-color: transparent !important;">
<div class="container" style="padding-top: 5em; padding-left: 15%;">
<div class="col-sm-3 card ">
<div style="padding:5px;">
<img src="Picture/indang1.jpg" alt="John" style="width:100% ">
</div>
<h4>MGMT. INFORMATION SYSTEM</h4>
<p class="title">Bgy. Management Information System</p>
<p>is a computerized information-processing system</p>
<p><button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#bmis">Read More</button></p>
</div>
<div class="col-sm-1"></div>
<div class="card col-sm-3">
<div style="padding:5px;">
<img src="Picture/indang1.jpg" alt="John" style="width:100% ">
</div>
<h4>MISSION AND VISION</h4>
<p class="title">Mission and Vision of Indang Cavite</p>
<p>Mission: Enhance the quality of life of the people by providing adequate basic social services in an...</p>
<p><button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#mv">Read More</button></p>
</div>
<div class="col-sm-1"></div>
<div class="card col-sm-3">
<div style="padding:5px;">
<img src="Picture/indang1.jpg" alt="John" style="width:100% ">
</div>
<h4>INDANG CAVITE</h4>
<p class="title">Municipal Profile</p>
<p>REGION : IV-A PROVINCE : CAVITE CONGRESSIONAL DISTRICT: 7 th MUNICIPALITY : INDANG ...</p>
<p><button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#inprofile">Read More</button></p>
</div>
</div>
<!-- Modal -->
<div id="bmis" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Barangay Management Information System</h4>
</div>
<div class="modal-body">
<center>
<h1>
<font size="5" color="green">
<B>Barangay Management Information System</b> </font>
</h1>
</center>
<div>
<p><img src="Icon/indang logo.png" align="left">   The Barangay Management Information System is a computerized information-processing system designed to support the activities, manages files and documents of company or organization.It
can provide up to date information of the residents with relatively little effort on the part of the user of the system and put a huge amount of information within convenient and comfortable read. Not mentioning the security
and integrity of the document, it also provides.
<Br><br>  The barangay officials will no longer have a hard time when it comes to organizing the data needed by the residents. it will help the barangay to solve the difficulty in retrieving large volume of residents information.
It makes things more convenient for the residents and reduces the number of visits in the barangay.   What will the BMIS achieve? To Address barangay efficiency issues and have a Satisfied or happier residents of the barangay.
</p>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div id="mv" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Mission and Vision</h4>
</div>
<div class="modal-body">
<center>
<h1>
<font size="5" color="green"> <b>Mission and Vision</b></font>
</h1>
<h1>
<font size="5" color="green"><b>Mission</b></font>
</h1>
<p> Enhance the quality of life of the people by providing adequate basic social services in an environment conducive for living that promotes agri-tourism Sustain a balance and healthy environment through proper preservation, and
protection of natural resources. Ensure peace and public safety through respecting peoples lives to achieve an orderly society.</p>
<h1>
<font size="5" color="green"><b>Vision</b></font>
</h1>
<p> The Center of Agri-Tourism imbued with nurturing and respectful people in a progressive, healthy and balanced environment governed by honest leaders</p>
</center>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div id="inprofile" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Municipal Profile</h4>
</div>
<div class="modal-body">
<h1>
<font size="5" color="green">
<B>Fact and Figures</b> </font>
</h1>
<center>
<img src="Picture/municipal.jpg" align="" width="500" style="border:1px solid;"></center>
<hr>
<table class="table table-bordered">
<tr>
<td>
<B>REGION</b> :</td>
<td>IV-A</td>
</tr>
<tr>
<td>
<B>PROVINCE</b> :</td>
<td>CAVITE</td>
</tr>
<tr>
<td>
<B>CONGRESSIONAL DISTRICT</b> :</td>
<td>7 th </td>
</tr>
<tr>
<td>
<B>MUNICIPALITY</b> :</td>
<td>INDANG</td>
</tr>
<tr>
<td>
<B>Income Class</b> :</td>
<td>1st Class</td>
</tr>
<tr>
<td>
<B>Meaning of its name </b> :</td>
<td>Indan tree or Anubing Established in 1655 under Juan Dimabiling</td>
</tr>
<tr>
<td>
<B>Land Area</b> :</td>
<td>8,920 hectares (89.20 sq.km.) </td>
</tr>
<tr>
<td>
<B>Number of Barangay</b> :</td>
<td> 36 barangays</td>
</tr>
<tr>
<td>
<B>Number of Bridge</b> :</td>
<td>21 bridges</td>
</tr>
<tr>
<td>
<B>Major Rivers </b> :</td>
<td>Six (6) with 88 natural springs</td>
</tr>
</table>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<script src="Resident_Profiling/jquery/jquery-3.3.1.min.js"></script>
<script src="Resident_Profiling/js/bootstrap.min.js"></script>
<script src="Resident_Profiling/vendor/js/jquery.dataTables.min.js"></script>
<script src="Resident_Profiling/vendor/js/dataTables.bootstrap.min.js"></script>
</body>
</html>