-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgreen-heritage.html
372 lines (358 loc) · 21.3 KB
/
green-heritage.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
<!DOCTYPE html>
<html>
<head>
<title>Sacrarium</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/tether.min.css">
<link rel="stylesheet" href="./css/bootstrap.css">
<link rel="stylesheet" href="./css/font-awesome.css">
<link rel="stylesheet" href="./css/lightbox.min.css">
<link rel="stylesheet" href="./css/style.css">
<script src='./js/jquery-3.2.0.min.js'></script>
<script src="./js/jquery.easing.min.js"></script>
<script src="./js/tether.min.js"></script>
<script src='./js/bootstrap.min.js'></script>
<script src="./js/lightbox.min.js"></script>
<script src="./js/script.js"></script>
</head>
<body id='page-top' class='body-onload'>
<div id='page-loader' class="load-show loader" style='display: none;'>
<img src="./images/logo-500x300.png" class='mx-auto d-block' alt="">
<div class="sk-three-bounce">
<div class="sk-child sk-bounce1"></div>
<div class="sk-child sk-bounce2"></div>
<div class="sk-child sk-bounce3"></div>
</div>
<div class="progress-view"></div>
</div>
<span id='page-body' class="load-hide" style='display: block;'>
<header>
<div class="logo">
<a href=""><img src="./images/logo-500x300.png" alt=""></a>
</div>
<nav class="navbar navbar-toggleable-md navbar-light bg-faded">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="fa fa-bars menu-icon"></span>
</button>
<!--<a class="navbar-brand" href="#"><img src="./images/logo-500x300.png" alt=""></a>-->
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./whoweare.html">Who We Are</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="#">Why Us</a>
</li>-->
<li class="nav-item dropdown active">
<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown">Projects <b class="caret"></b></a>
<ul class="dropdown-menu multi-column columns-3 submenu">
<div class="row">
<div class="col-sm-4">
<div class="list-header">Ongoing Projects</div>
<ul class="multi-column-dropdown">
<li><a href="./karam-villas.html">Karam Villas</a></li>
<li><a href="./karam-vriksh.html">Karam Vriksh</a></li>
</ul>
</div>
<div class="col-sm-4">
<div class="list-header">Upcoming Projects</div>
<ul class="multi-column-dropdown">
<li><a href="./karam-roots.html">Karam Roots</a></li>
<li><a href="./karam-shraddha.html">Karam Shraddha</a></li>
</ul>
</div>
<div class="col-sm-4">
<div class="list-header">Completed Projects</div>
<ul class="multi-column-dropdown">
<li><a href="./aradhya.html">Aradhya Ulwe</a></li>
<li class='project-menu-active'><a href="./green-heritage.html">Green Heritage</a></li>
<li><a href="./green-woods.html">Green Wood Estate</a></li>
<li><a href="./shreeji-amreet.html">Shreeji Amreet</a></li>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./construction.html">Construction</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="#">Investor's Corner</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Career</a>
</li>-->
<li class="nav-item">
<a class="nav-link" href="./contact-us.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
<!--Page sticky menu-->
<nav id="menu" class="page-menu">
<ul>
<li><a href="#overview" class='page-scroll menu-active'>Overview</a></li>
<!--<li><a href="#amenities" class='page-scroll'>Amenities</a></li>-->
<li><a href="#features" class='page-scroll'>Features</a></li>
<li><a href="#location" class='page-scroll'>Location</a></li>
<li><a href="#floor-plan" class='page-scroll'>Floor Plans</a></li>
<li><a href="#gallery" class='page-scroll'>Gallery</a></li>
</ul>
</nav>
</header>
<div class="container-fluid">
<section class="section" id='overview'>
<div class="row">
<div class="col-md-6" style='color: #fff'>
<div class="project-banner">
<div class="project-banner-content">
<h2 class="section-header-small" style='text-align: left;'>
Green Heritage
</h2>
<h3 class="section-header-small" style='text-align: left;'>
LUXURIOUS INDIVIDUAL APARTMENTS
<img src="./images/underline1.png" alt="">
</h3>
<ul>
<li>"Green Heritage" A gated community with premium residential luxurious individual apartment</li>
<li>We are introducing a prestigious project with high return value residential luxurious individual apartments</li>
<li>About 100000 sq.ft. expected future extension by phase-2 and more</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<img src="./images/green heritage/06-DAY SHOT (1).jpg" alt="" class='project-banner-img img-fluid'>
</div>
</div>
</section>
<!--<section id="amenities" class="section content-section" style='border: none;'>
<h2 class='section-header text-reflect' data-text="AMENITIES">
<div class="decorative">
<img src="./images/decorative.png" alt="">
</div>
AMENITIES
</h2>
<div class="row">
<div class="col-md-3" style='color: #fff;'>
<h3 class="section-header-small">
Welcome to paradise Living
<img src="./images/underline1.png" alt="">
</h3>
<ul>
<li>Swimming pool for adult and children</li>
<li>Pergola</li>
<li>Open Party Area</li>
<li>Water Bodies</li>
<li>Mini Theatre</li>
<li>Multipurpose Hall</li>
<li>Senior Citizen area with river gazing decks</li>
<li>Gymnasium</li>
</ul>
</div>
<div class="col-md-9">
<section class="items-wrap">
<a href="#" class="item-block project-amenities">
<img class="item__image" src="./images/swimmingpool.jpg" alt="item01"/>
<h2 class="item__title">Swimming Pool</h2>
</a>
<a href="#" class="item-block project-amenities">
<img class="item__image" src="./images/gazebo.png" alt="item02"/>
<h2 class="item__title">Sitouts with Gazebo</h2>
</a>
<a href="#" class="item-block project-amenities">
<img class="item__image" src="./images/gym.jpg" alt="item03"/>
<h2 class="item__title">Gymnasium</h2>
</a>
<a href="#" class="item-block project-amenities">
<img class="item__image" src="./images/indoorgames.jpg" alt="item04"/>
<h2 class="item__title">Indoor Games</h2>
</a>
<a href="#" class="item-block project-amenities">
<img class="item__image" src="./images/spa.jpg" alt="item01"/>
<h2 class="item__title">Health, Spa and Jacuzzi</h2>
</a>
<a href="#" class="item-block project-amenities">
<img class="item__image" src="./images/play.jpg" alt="item02"/>
<h2 class="item__title">Play area for kids</h2>
</a>
</section>
</div>
</div>
</section>-->
<section id="features" class="section content-section" style='border: none;'>
<h2 class='section-header text-reflect' data-text="FEATURES">
<div class="decorative">
<img src="./images/decorative.png" alt="">
</div>
FEATURES
</h2>
<div class="row">
<div class="col-md-3" style='color: #fff;'>
<h3 class="section-header-small">
Live in the realm of crafted luxury
<img src="./images/underline1.png" alt="">
</h3>
<ul>
<li>Full yellow marble stone of construction gives you a royal image as your own place and makes your residence different and unique among society</li>
<li>Zero Maintenance: no color is required. It's natural color and no other related expenses.</li>
<li>It's natural shine grows year by year</li>
<li>Life long: It's strength never goes down, usually construction life is not more than 100 years but it will be strong even after 1000 years because of pure natural stone construction like historical forts (V.T. Station, V.T. Court in mumbai etc. are some examples of the same type construction)</li>
</ul>
</div>
<div class="col-md-9">
<section class="items-wrap">
<a href="#" class="item-block project-amenities">
<img class="item__image" src="./images/yellow-marble.jpg" alt="item01"/>
<h2 class="item__title">Yellow Marble Stone Construction</h2>
</a>
<a href="#" class="item-block project-amenities">
<img class="item__image" src="./images/stone-wall.jpg" alt="item02"/>
<h2 class="item__title">Stone Construction</h2>
</a>
<!--<a href="#" class="item-block project-amenities">
<img class="item__image" src="./images/Elevator.jpg" alt="item03"/>
<h2 class="item__title">Automatic Elevator</h2>
</a>
<a href="#" class="item-block project-amenities">
<img class="item__image" src="./images/intercom.jpg" alt="item04"/>
<h2 class="item__title">Video Door Phone</h2>
</a>
<a href="#" class="item-block project-amenities">
<img class="item__image" src="./images/fire-cabinet.jpg" alt="item01"/>
<h2 class="item__title">Modern Security and Fire fighting</h2>
</a>-->
</section>
</div>
</div>
</section>
<section id="location" class="section content-section" style='border: none;'>
<h2 class='section-header text-reflect' data-text="Location">
<div class="decorative">
<img src="./images/decorative.png" alt="">
</div>
Location
</h2>
<div class="row">
<div class="col-md-3" style='color: #fff;'>
<!--<h3 class="section-header-small">
TOO CLOSE BUT STILL, FAR AWAY FROM CHAOS.
<img src="./images/underline1.png" alt="">
</h3>-->
<ul>
<li>Site address: Chiple, Panvel</li>
<li>Airport: just 4Km from Navi Mumbai International Airport</li>
<li>Station: 3Km from Panvel Station</li>
<li>Jurisdiction: Panvel</li>
</ul>
</div>
<div class="col-md-9">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d30179.228771854232!2d73.13315030704665!3d19.001929176333547!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7e8ee9b847ab5%3A0xbac4d15eacd88656!2sChipale%2C+Maharashtra+410206!5e0!3m2!1sen!2sin!4v1494671501940" width="100%" height="397" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</section>
<section id="floor-plan" class="section content-section" style='border: none;'>
<h2 class='section-header text-reflect' data-text="FLOOR PLAN">
<div class="decorative">
<img src="./images/decorative.png" alt="">
</div>
FLOOR PLAN
</h2>
<section class="items-wrap">
<a href="./images/green heritage/CUTT_OFF_FLOOR_PLANS.jpg" class="item-block project-amenities" data-lightbox="example-set" data-title="Click the right half of the image to move forward.">
<img class="item__image" src="./images/green heritage/CUTT_OFF_FLOOR_PLANS.jpg" alt="item01"/>
<h2 class="item__title">Cut off floor plan</h2>
</a>
<a href="./images/green heritage/TYPICAL_FLOORS-_1ST_TO_8TH-CUT-PLAN.jpg" class="item-block project-amenities" data-lightbox="example-set" data-title="Click the right half of the image to move forward.">
<img class="item__image" src="./images/green heritage/TYPICAL_FLOORS-_1ST_TO_8TH-CUT-PLAN.jpg" alt="item02"/>
<h2 class="item__title">1st to 8th cut plan</h2>
</a>
<a href="./images/green heritage/8TH FLOOR - PRNT HOUSE-page-001.jpg" class="item-block project-amenities" data-lightbox="example-set" data-title="Click the right half of the image to move forward.">
<img class="item__image" src="./images/green heritage/8TH FLOOR - PRNT HOUSE-page-001.jpg" alt="item02"/>
<h2 class="item__title">8th floor - penthouse</h2>
</a>
<a href="./images/green heritage/GROUND FLOOR PLAN-page-001.jpg" class="item-block project-amenities" data-lightbox="example-set" data-title="Click the right half of the image to move forward.">
<img class="item__image" src="./images/green heritage/GROUND FLOOR PLAN-page-001.jpg" alt="item02"/>
<h2 class="item__title">ground floor plan</h2>
</a>
<a href="./images/green heritage/TYPICAL-1ST TO 8TH FLOOR-page-001.jpg" class="item-block project-amenities" data-lightbox="example-set" data-title="Click the right half of the image to move forward.">
<img class="item__image" src="./images/green heritage/TYPICAL-1ST TO 8TH FLOOR-page-001.jpg" alt="item02"/>
<h2 class="item__title">typical-1st to 8th floor</h2>
</a>
</section>
</section>
<section id="gallery" class="section content-section" style='border: none;'>
<h2 class='section-header text-reflect' data-text="GALLERY">
<div class="decorative">
<img src="./images/decorative.png" alt="">
</div>
GALLERY
</h2>
<div class="card-columns">
<div class="card">
<a href="./images/green heritage/06-DAY SHOT (1).jpg" data-lightbox="gallery-imgs" data-title="Click the right half of the image to move forward."><img class="card-img img-fluid" src="./images/green heritage/06-DAY SHOT (1).jpg" alt="Card image"></a>
</div>
<div class="card">
<a href="./images/green heritage/06-NIGHT SHOT (1).jpg" data-lightbox="gallery-imgs" data-title="Click the right half of the image to move forward."><img class="card-img img-fluid" src="./images/img21.jpg" alt="Card image"></a>
</div>
<div class="card">
<a href="./images/green heritage/07-BIRDS-EYE-VIEW-WIRH POOL.jpg" data-lightbox="gallery-imgs" data-title="Click the right half of the image to move forward."><img class="card-img img-fluid" src="./images/green heritage/07-BIRDS-EYE-VIEW-WIRH POOL.jpg" alt="Card image"></a>
</div>
<div class="card">
<a href="./images/green heritage/KESARI-HERITAGE-NIGHT-SHOT.jpg" data-lightbox="gallery-imgs" data-title="Click the right half of the image to move forward."><img class="card-img img-fluid" src="./images/green heritage/KESARI-HERITAGE-NIGHT-SHOT.jpg" alt="Card image"></a>
</div>
</div>
</section>
</div>
<!--Footer-->
<footer>
<div class="footer-body row">
<div class="col-md-3 footer-section">
<h6 class="footer-section-header">Phone</h6>
<p>
7045295977 / 022-32220206
</p><br/>
<h6 class="footer-section-header">Contact Us</h6>
<p>
Unit No. 9, Corporate Park II,<br/>
VN Purav Marg, Near Swastik Chambers,<br/>
Chembur (E), Mumbai-400071
</p>
</div>
<div class="col-md-6 quick-links footer-section">
<h6 class="footer-section-header">Quick Links</h6>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./whoweare.html">Who we are</a></li>
<li><a href="./index.html#projects" class='page-scroll'>Projects</a></li>
<li><a href="./construction.html">Construction</a></li>
<li><a href="./contact-us.html">Contact Us</a></li>
</ul>
</div>
<div class="col-md-3 footer-section">
<div class="social">
<ul>
<li><a href=""><img src="./images/Facebook.png" alt="" class='social-icons'></a></li>
<li><a href=""><img src="./images/Twitter.png" alt="" class='social-icons'></a></li>
<li><a href=""><img src="./images/GooglePlus.png" alt="" class='social-icons'></a></li>
<li><a href=""><img src="./images/Youtube.png" alt="" class='social-icons'></a></li>
</ul>
</div>
<h6 class="footer-section-header">Email</h6>
<p>
sacrarium@sacrariumbuilderanddevelopers.com<br/>
sales@sacrariumbuilderanddevelopers.com<br/>
care@sacrariumbuilderanddevelopers.com
</p>
</div>
</div>
<div class="footer-footer">
<small><i class="fa fa-copyright"></i> 2015 - Sacrarium Builder and Developers PVT.LTD</small>
</div>
</footer>
</span>
</body>
</html>