-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhousing2-deatails.html
More file actions
410 lines (344 loc) · 21 KB
/
housing2-deatails.html
File metadata and controls
410 lines (344 loc) · 21 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
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
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- title -->
<title>MSDA</title>
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1">
<meta name="author" content>
<!-- description -->
<meta name="description" content>
<!-- keywords -->
<meta name="keywords" content>
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- animation -->
<link rel="stylesheet" href="css/animate.css">
<!-- bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- et line icon -->
<link rel="stylesheet" href="css/et-line-icons.css">
<!-- font-awesome icon -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- themify icon -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- swiper carousel -->
<link rel="stylesheet" href="css/swiper.min.css">
<!-- justified gallery -->
<link rel="stylesheet" href="css/justified-gallery.min.css">
<!-- magnific popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- revolution slider -->
<link rel="stylesheet" type="text/css" href="revolution/css/settings.css" media="screen">
<link rel="stylesheet" type="text/css" href="revolution/css/layers.css">
<link rel="stylesheet" type="text/css" href="revolution/css/navigation.css">
<!-- bootsnav -->
<link rel="stylesheet" href="css/bootsnav.css">
<!-- style -->
<link rel="stylesheet" href="css/style.css">
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<!-- start header -->
<header>
<!-- start navigation -->
<nav class="navbar navbar-default bootsnav bg-white navbar-fixed-top nav-box-width header-light">
<div class="container nav-header-container">
<div class="row">
<!-- start logo -->
<div class="col-md-2 col-xs-5">
<a href="index.html" title class="logo">
<img src="images/logo.png" data-at2x="images/logo.png" class="logo-dark" alt><img src="images/logo.png" data-at2x="images/logo.png" alt class="logo-light default"></a>
</div>
<!-- end logo -->
<div class="col-md-7 col-xs-2 width-auto pull-right accordion-menu xs-no-padding-right">
<button type="button" class="navbar-toggle collapsed pull-right" data-toggle="collapse" data-target="#navbar-collapse-toggle-1">
<span class="sr-only">toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-collapse collapse pull-right" id="navbar-collapse-toggle-1">
<ul id="accordion" class="nav navbar-nav navbar-left no-margin alt-font text-normal" data-in="fadeIn" data-out="fadeOut">
<!-- start menu item -->
<li class="dropdown simple-dropdown"><a href="javascript:void(0);" title="Architecture">Architecture</a><i class="fa fa-angle-down dropdown-toggle" data-toggle="dropdown" aria-hidden="true"></i>
<!-- start sub menu -->
<ul class="dropdown-menu" role="menu">
<li><a href="architecture.html">ALL</a></li>
<li><a href="homes.html">Homes</a></li>
<li><a href="commercial.html">Commercial</a></li>
<li><a href="industrial.html">Industrial</a></li>
<li><a href="health.html">Health</a></li>
<li><a href="hospitality.html">Hospitality</a></li>
<li><a href="housing.html">Housing</a></li>
<li><a href="infrastructure.html">Infrastructure</a></li>
<li><a href="institutional.html">Institutional</a></li>
<li><a href="master-planning.html">Master Planning</a></li>
</ul>
</li>
<li class="dropdown simple-dropdown"><a href="javascript:void(0);" title="Retail" class="inner-link">Retail</a><i class="fa fa-angle-down dropdown-toggle" data-toggle="dropdown" aria-hidden="true"></i>
<!-- start sub menu -->
<ul class="dropdown-menu" role="menu">
<li><a href="retial.html">ALL</a></li>
<li><a href="Whsmith.html">WhSmith</a></li>
<li><a href="siberian.html">Siberian Health</a></li>
<li><a href="wafl.html">Wafl</a></li>
<li><a href="sealy.html">Sealy</a></li>
<li><a href="egle.html">Egle </a></li>
<li><a href="loom-craft.html">Loom Craft</a></li>
<li><a href="QSR-chain.html">QSR chain</a></li>
<li><a href="mobile-lounge.html">Mobile Lounge</a></li>
</ul>
</li>
<li class="dropdown simple-dropdown"><a href="javascript:void(0);" title="Interior" class="inner-link">Interior</a>
<!-- start sub menu -->
<ul class="dropdown-menu" role="menu">
<li><a href="commercials.html">Commercials</a></li>
<li><a href="residential.html">Residential</a></li>
</ul>
</li>
<li class="dropdown simple-dropdown"><a href="javascript:void(0);" title="Sustainable" class="inner-link">Sustainable</a><i class="fa fa-angle-down dropdown-toggle" data-toggle="dropdown" aria-hidden="true"></i>
<!-- start sub menu -->
<ul class="dropdown-menu" role="menu">
<li><a href="Sustainable.html">ALL</a></li>
<li><a href="water-body-rejunvenation.html">Water Body Rejuvenation</a></li>
<li><a href="golf-resort-kabini.html">Golf Resort kabini</a></li>
<li><a href="bridge-alwar-bihar.html">Bridge Arwal Bihar</a></li>
</ul>
</li>
<li class="dropdown simple-dropdown"><a href="javascript:void(0);" title="Survey" class="inner-link">Survey</a>
<!-- start sub menu -->
<ul class="dropdown-menu" role="menu">
<li><a href="gis.html">GIS</a></li>
<li><a href="drone.html">DRONE</a></li>
</ul>
</li>
<li><a href="media.html" title="Media" class="inner-link">Media</a></li>
<li><a href="aboutus.html" title="About Us" class="inner-link">About Us</a></li>
</ul>
</div>
</div>
<div class="col-md-2 col-xs-5 width-auto">
<div class="header-social-icon xs-display-none">
<a href="https://www.facebook.com/MSDA-111980306849995/" title="Facebook" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/msda_architects/" title="Instagram" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCSv0-bJEn7hM8FOgXaM_HsA" title="Youtube" target="_blank"><i class="fa fa-youtube"></i></a>
</div>
</div>
</div>
</div>
</nav>
<!-- end navigation -->
</header>
<!-- end header -->
<section class="wow fadeIn bg-light-gray padding-25px-tb page-title-small top-space">
<div class="container">
<div class="row equalize xs-equalize-auto">
<div class="col-lg-8 col-md-6 col-sm-6 col-xs-12 display-table">
<div class="display-table-cell vertical-align-middle text-left xs-text-center">
<!-- start page title -->
<h1 class="alt-font text-extra-dark-gray font-weight-600 no-margin-bottom text-uppercase"></h1>
<!-- end page title -->
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12 display-table text-right xs-margin-15px-top">
<div class="display-table-cell vertical-align-middle breadcrumb text-small alt-font">
<!-- breadcrumb -->
<ul class="xs-text-center">
<li><a href class=" text-extra-dark-gray">Home</a></li>
<li class="bg-light-gray">Architecture</li>
</ul>
<!-- end breadcrumb -->
</div>
</div>
</div>
</div>
</section>
<!-- end page title section -->
<!-- start about section -->
<section class="wow fadeIn">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12 last-paragraph-no-margin xs-text-left">
<span class="text-medium alt-font font-weight-400 display-block new1">HOUSING </span>
<p class="margin-20px-bottom display-block text-extra-dark-gray">
Group Housing<br>
Greater Noida</p>
<p>
This housing is located in Noida. Total area is 25 acres. This project consist of 2004 high end apartments. All the apartments has a servant room attach to it. The other amenities includes Nursery School, Nursing Home, Convenient Shopping - 2nos. Swimming, Club House and Milk Booth.
</p>
</div>
</div>
<div class="row zoom-gallery" style="margin-top:30px;">
<ul class="portfolio-grid work-2col hover-option2 gutter-small">
<li class="grid-sizer"></li>
<!-- start image gallery item -->
<li class="grid-item wow fadeInUp">
<div class="blog-post-images overflow-hidden position-relative">
<a href="images/housing/2bhk-apartment.jpg">
<img src="images/housing/2bhk-apartment.jpg" alt>
</a>
</div>
</li>
<li class="grid-item wow fadeInUp">
<div class="blog-post-images overflow-hidden position-relative">
<a href="images/housing/3bhk-apartment.jpg">
<img src="images/housing/3bhk-apartment.jpg" alt>
</a>
</div>
</li>
<li class="grid-item wow fadeInUp">
<div class="blog-post-images overflow-hidden position-relative">
<a href="images/housing/4bed-room-unit-plan.jpg">
<img src="images/housing/4bed-room-unit-plan.jpg" alt>
</a>
</div>
</li>
<li class="grid-item wow fadeInUp">
<div class="blog-post-images overflow-hidden position-relative">
<a href="images/housing/site-plan.jpg">
<img src="images/housing/site-plan.jpg" alt>
</a>
</div>
</li>
</ul>
</div>
</div>
</section>
<section class="wow fadeIn padding-40px-tb sm-padding-40px-tb bg-deep-pink" style="visibility: visible; animation-name: fadeIn;">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 center-col position-relative text-center">
<div class="col-md-8"><span class="text-extra-large text-white alt-font display-inline-block margin-30px-right xs-no-margin-right xs-no-margin-top xs-margin-15px-bottom xs-width-100" style="font-size: 35px; line-height: 34px;">We would love to work with you</span></div>
<div class="col-md-4"><a href="Contact.html" class="btn btn-white btn-medium vertical-align-top xs-no-margin-right">Contact <i class="fa fa-envelope"></i></a></div>
</div>
</div>
</div>
</section>
<!-- start about section -->
<!-- end about section -->
<!-- start footer -->
<footer class="footer-modern padding-five-tb xs-padding-30px-tb">
<div class="footer-widget-area padding-40px-bottom xs-padding-30px-bottom">
<div class="container">
<div class="row equalize xs-equalize-auto">
<!-- start slogan -->
<div class="col-md-4 col-sm-12 col-xs-12 xs-text-center sm-margin-three-bottom xs-margin-20px-bottom display-table" style="height: 121px;">
<div class="display-table-cell vertical-align-middle">
<span class="c_2" style="font-size: 17px;">CONTACT</span><br>
<br>
<span class="c_2">Delhi office</span>
<span class="display-block ">E-115, LGF, Masjid Moth<br>
Greater Kailash-III<br>
New Delhi - 110048
<br>
Mobile: +91-9810236384<br>
Phone: 011- 49092305<!--<br /> Fax: +91-11-26814984--><br>
<a href="mailto:msdadelhi@yahoo.co.in" title="msdadelhi@yahoo.co.in " style="color: #aaa">msdadelhi@yahoo.co.in</a> </span>
</div>
</div>
<!-- end slogan -->
<!-- start contact information -->
<div class="col-md-4 col-sm-12 col-xs-12 xs-text-center sm-margin-three-bottom xs-margin-20px-bottom display-table" style="height: 121px;">
<div class="display-table-cell vertical-align-middle">
<span class="c_2">Banglore office</span>
<span class="display-block ">Site No. 90, Byatarayanapura<br>
Amruthahalli Cross, Bellary Rd, Jakkuru Layout,
<br>
Byatarayanapura, Bengaluru, Karnataka - 560092
<br>
<!-- Tel: +91-11-29228082 | +91-11-26814984/85 <br>-->
</span>
</div>
</div>
<!-- end contact information -->
<div class="col-md-2 col-sm-6 col-xs-12 social-style-2 xs-text-center display-table" style="height: 121px;">
<div class="display-table-cell vertical-align-middle">
<!-- start logo -->
<ul class="small-icon no-margin-bottom">
<li><a class="facebook" href="https://www.facebook.com/MSDA-111980306849995/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a class="instagram" href="https://www.instagram.com/msda_architects/" target="_blank"><i class="fa fa-instagram no-margin-right" aria-hidden="true"></i></a></li>
<li><a class="twitter" href="https://www.youtube.com/channel/UCSv0-bJEn7hM8FOgXaM_HsA" target="_blank"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="footer-bottom border-color-extra-light-gray border-top padding-20px-top xs-padding-20px-top">
<div class="row">
<!-- start copyright -->
<div class="col-md-12 col-sm-12 col-xs-12 text-left text-small xs-text-center display-block " style="text-align: center">
© 2019
M.S.D.A .
All Rights Reserved
</div>
<!-- end copyright -->
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!-- start scroll to top -->
<!-- end footer -->
<!-- start scroll to top -->
<a class="scroll-top-arrow" href="javascript:void(0);"><i class="ti-arrow-up"></i></a>
<!-- end scroll to top -->
<!-- javascript libraries -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/modernizr.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/skrollr.min.js"></script>
<script type="text/javascript" src="js/smooth-scroll.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<!-- menu navigation -->
<script type="text/javascript" src="js/bootsnav.js"></script>
<script type="text/javascript" src="js/jquery.nav.js"></script>
<!-- animation -->
<script type="text/javascript" src="js/wow.min.js"></script>
<!-- page scroll -->
<script type="text/javascript" src="js/page-scroll.js"></script>
<!-- swiper carousel -->
<script type="text/javascript" src="js/swiper.min.js"></script>
<!-- counter -->
<script type="text/javascript" src="js/jquery.count-to.js"></script>
<!-- parallax -->
<script type="text/javascript" src="js/jquery.stellar.js"></script>
<!-- magnific popup -->
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<!-- portfolio with shorting tab -->
<script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
<!-- images loaded -->
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
<!-- pull menu -->
<script type="text/javascript" src="js/classie.js"></script>
<script type="text/javascript" src="js/hamburger-menu.js"></script>
<!-- counter -->
<script type="text/javascript" src="js/counter.js"></script>
<!-- fit video -->
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<!-- equalize -->
<script type="text/javascript" src="js/equalize.min.js"></script>
<!-- skill bars -->
<script type="text/javascript" src="js/skill.bars.jquery.js"></script>
<!-- justified gallery -->
<script type="text/javascript" src="js/justified-gallery.min.js"></script>
<!--pie chart-->
<script type="text/javascript" src="js/jquery.easypiechart.min.js"></script>
<!-- instagram -->
<script type="text/javascript" src="js/instafeed.min.js"></script>
<!-- retina -->
<script type="text/javascript" src="js/retina.min.js"></script>
<!-- revolution -->
<script type="text/javascript" src="revolution/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="revolution/js/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>