-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
384 lines (360 loc) · 13 KB
/
index2.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
<!doctype html>
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>MALAYSIAN TOWNSHIP</title>
<!-- Styles -->
<link rel='stylesheet' href='assets/css/bootstrap.min.css'>
<link rel='stylesheet' href='assets/css/animate.min.css'>
<link rel='stylesheet' href="assets/css/font-awesome.min.css"/>
<link rel='stylesheet' href="assets/css/style.css"/>
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- Favicon -->
<link rel="shortcut icon" href="#">
</head>
<body>
<!-- Begin Hero Bg -->
<div id="parallax">
</div>
<!-- End Hero Bg
================================================== -->
<!-- Start Header
================================================== -->
<header id="header" class="navbar navbar-inverse navbar-fixed-top" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Your Logo -->
<a href="#hero" class="navbar-brand">MALAYSIAN TOWNSHIP <span class="darker">NORTH PHASE</span></a>
</div>
<!-- Start Navigation -->
<nav class="collapse navbar-collapse bs-navbar-collapse navbar-right" role="navigation">
<ul class="nav navbar-nav">
<li>
<a href="#hero">Home</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#gallery">Gallery</a>
</li>
<li>
<a href="#res">Admin</a>
</li>
<li>
<a href="#faq">Treasurer</a>
</li>
<li>
<a href="login4.html">President</a>
</li>
<li>
<a href="#contactarea">Contact</a>
</li>
<li>
<a href="history.html">History</a>
</li>
</ul>
</nav>
</div>
</header>
<!-- Intro
================================================== -->
<section id="hero" class="section">
<div class="container">
<div class="row">
<div class="col-md-5">
<div class="herotext">
<h1 class="wow bounceInDown" data-wow-duration="1s" data-wow-delay="0.1s">MALAYSIAN TOWNSHIP <span class="lighter"><br>NORTH PHASE</span></h1>
<p class="lead wow zoomIn" data-wow-duration="2s" data-wow-delay="0.5s">
A cheerful and beautiful residence for families.
</p>
<p>
<a href="#gallery" class="btn btn-default btn-lg wow fadeInLeft" role="button"> View Gallery </a>
</p>
</div>
</div>
<div class="col-md-7">
</div>
</div>
</div>
</section>
<!-- About
================================================== -->
<section id="about" class="parallax section" style="background-image: url(http://themepush.com/demo/runcharity/assets/img/1.jpg);">
<div class="wrapsection">
<div class="parallax-overlay" style="background-color: #01b0d1;opacity:0.9;"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Title -->
<div class="maintitle">
<h3 class="section-title"><strong>MALAYSIAN TOWNSHIP NORTH PHASE <span class="lighter"><br></span></strong></h3>
<p class="lead">
A well managed soceity with 24/7 water supply and pollution free environment.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="service-box wow zoomIn" data-wow-duration="1.5s" data-wow-delay="0.1s">
<img src="water.png" alt="">
<span class="glyphicon glyphicon-tint"></span>
<h3><br/>WATER SUPPLY</h3>
<div class="text-left">
<p>24/7 water supply with emergency service
</p>
<p>
Water services at very affordable cost and flexible.
</p>
<p>
If required extra supply to be provided by using boring
</p>
<p class="text-center">
<button type="button" class="btn btn-info btn-md"><a href="waterservices.html">Learn More</a></button>
</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="service-box wow flipInY" data-wow-duration="1.5s" data-wow-delay="0.1s">
<img src="environment.png" alt="">
<span class="glyphicon glyphicon-leaf"></span>
<h3>SOCEITY ENVIRONMENT</h3>
<p>
A calm and composed and stress free soceity environment with least pollution
</p>
<button type="button" class="btn btn-info btn-md"><a href="#">Learn More</a></button>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="service-box wow flipInY" data-wow-duration="1.5s" data-wow-delay="0.2s">
<img src="otherfacilities.png" alt="">
<span class="glyphicon glyphicon-wrench"></span>
<h3>OTHER FACILITIES</h3>
<p>
Other facilites such as house cleaning, maintainence and all are done here.
</p>
<button type="button" class="btn btn-info btn-md"><a href="otherfacilities.html">Learn More</a></button>
</div>
</div>
</div>
</div>
</div>
<!-- Gallery
================================================== -->
<section id="gallery" class="parallax section" style="background-image: url(http://themepush.com/demo/runcharity/assets/img/2.jpg);">
<div class="wrapsection">
<div class="parallax-overlay" style="background-color:#00c1c1;opacity:0.9;"></div>
<div class="container">
<div class="row">
<div class="col-md-12 sol-sm-12">
<div class="maintitle">
<h3 class="section-title">Events Gallery</h3>
<p class="lead wow flipInX">
Have a look at our gallery and events !!
</p>
</div>
</div>
<div class="col-md-4">
<a href="build1.png" title="This is the description">
<img src="build1.png?fit=crop&fm=jpg&h=700&q=75&w=1050" alt="" class="image-responsive">
<div class="description">
<span class="caption">image <b> 1</b></span>
<span class="camera"><i class="fa fa-camera"></i></span>
<div class="clearfix"></div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="build2.png?fit=crop&fm=jpg&h=700&q=75&w=1050" title="This is the description">
<img src="build2.png?fit=crop&fm=jpg&h=700&q=75&w=1050" alt="" class="image-responsive">
<div class="description">
<span class="caption">image <b>2</b></span>
<span class="camera"><i class="fa fa-link"></i></span>
<div class="clearfix"></div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="build3.png?fit=crop&fm=jpg&h=700&q=75&w=1050" title="This is the description">
<img src="build3.png?fit=crop&fm=jpg&h=700&q=75&w=1050" alt="" class="image-responsive">
<div class="description">
<span class="caption">image <b>3</b></span>
<span class="camera"><i class="fa fa-heart"></i></span>
<div class="clearfix"></div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="build4.png?fit=crop&fm=jpg&h=700&q=75&w=1050" title="This is the description">
<img src="build4.png?fit=crop&fm=jpg&h=700&q=75&w=1050" alt="" class="image-responsive">
<div class="description">
<span class="caption">image <b>4</b></span>
<span class="camera"><i class="fa fa-tachometer"></i></span>
<div class="clearfix"></div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="build5.png?fit=crop&fm=jpg&h=700&q=75&w=1050" title="This is the description">
<img src="build5.png?fit=crop&fm=jpg&h=700&q=75&w=1050" alt="" class="image-responsive">
<div class="description">
<span class="caption">image <b>5</b></span>
<span class="camera"><i class="fa fa-microphone"></i></span>
<div class="clearfix"></div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="build6.png?fit=crop&fm=jpg&h=700&q=75&w=1050" title="This is the description">
<img src="build6.png?fit=crop&fm=jpg&h=700&q=75&w=1050" alt="" class="image-responsive">
<div class="description">
<span class="caption">image <b>6</b></span>
<span class="camera"><i class="fa fa-coffee"></i></span>
<div class="clearfix"></div>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Text Carousel
================================================== -->
<!-- res
================================================== -->
<section id="res" class="section" style="background-image: url(glow.png);">
<div class="wrapsection">
<div class="container">
<div class="row">
<div class="col-md-12 sol-sm-12">
<div class="maintitle"><body style="background-color:#000000;">
</body>
<h3 class="section-title">ADMIN<span class="wow bounceInRight"></span></h3>
<p class="lead">
Admin can login from here.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-12">
<div class="faq-block wow bounceInDown" data-wow-duration="1.5s" data-wow-delay="0s">
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle=#collapseOne data-parent="#accordion" href="login2.html">
Click here to login </a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse">
<div class="panel-body">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Text Carousel
================================================== -->
<!-- faq
================================================== -->
<section id="faq" class="section" style="background-image: url(glow.png);" >
<div class="wrapsection">
<div class="container">
<div class="row">
<div class="col-md-12 sol-sm-12">
<div class="maintitle"><body style="background-color:#008000;">
</body>
<h3 class="section-title">TREASURER<span class="wow bounceInRight"></span></h3>
<p class="lead">
Treasurer can login from here.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-12">
<div class="faq-block wow bounceInDown" data-wow-duration="1.5s" data-wow-delay="0s">
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle=#collapseOne data-parent="#accordion" href="login3.html">
Click here to login </a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse">
<div class="panel-body">
How old. This is the detailed answer. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Random
================================================== -->
<!-- Contact
================================================== -->
<section id="contactarea" class="parallax section" style="background-image: url(http://themepush.com/demo/runcharity/assets/img/map.png);">
<div class="wrapsection">
<div class="parallax-overlay" style="background-color: #1cbb9b;opacity:0.50;"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="maintitle">
<h3 class="section-title">Contact us</h3>
<p class="lead">
If you have any doubts about the soceity, contact us.
</p>
</div>
<br> <a href="mail.html"><font color="white"><b><u>CLICK HERE</u></b></font> </a>
<br><br>Phone: 9601577906<br>Email: pskalyan070@gmail.com
</div>
</fieldset>
</form>
<div id="success">
<p class="contactalert">
Your message was sent succssfully! I will be in touch as soon as I can.
</p>
</div>
<div id="error">
<p class="contactalert">
Something went wrong, try refreshing and submitting the form again.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/jquery.scrollTo.min.js"></script>
<script src="assets/js/jquery.localScroll.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/validate.js"></script>
<script src="assets/js/common.js"></script>
</body>
</html>