-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
283 lines (276 loc) · 16 KB
/
index.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
<!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/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/script.js"></script>
</head>
<body id='page-top' class='body-onload'>
<div id='page-loader' class="load-show loader">
<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="sk-circle">
<div class="sk-circle1 sk-child"></div>
<div class="sk-circle2 sk-child"></div>
<div class="sk-circle3 sk-child"></div>
<div class="sk-circle4 sk-child"></div>
<div class="sk-circle5 sk-child"></div>
<div class="sk-circle6 sk-child"></div>
<div class="sk-circle7 sk-child"></div>
<div class="sk-circle8 sk-child"></div>
<div class="sk-circle9 sk-child"></div>
<div class="sk-circle10 sk-child"></div>
<div class="sk-circle11 sk-child"></div>
<div class="sk-circle12 sk-child"></div>
</div>
<div class="progress-view"></div>
</div>
<span id='page-body' class="load-hide">
<nav id="menu" class="side-nav">
<ul>
<li><a href="#home" class='page-scroll menu-active' title="Home"><span class="fa fa-circle-o"></span></a></li>
<li><a href="#ideology" class='page-scroll' title="Ideology"><span class="fa fa-circle-o"></span></a></li>
<li><a href="#projects" class='page-scroll' title="Projects"><span class="fa fa-circle-o"></span></a></li>
<li><a href="#vission" class='page-scroll' title="Vision and Mission"><span class="fa fa-circle-o"></span></a></li>
</ul>
</nav>
<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 active">
<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">
<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><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>
</header>
<div class="container-fluid">
<section class="section" id='home'>
<h2 class='section-header text-reflect' data-text="BUILDING HOMES">
<div class='decorative'>
<img src="./images/decorative.png" alt="">
</div>
BUILDING HOMES
</h2>
<div class="row">
<div class="carousel-div col-md-9">
<section>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="d-block img-fluid carousel-img" src="./images/06-DAY SHOT (1).jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block img-fluid carousel-img" src="./images/07-BIRDS-EYE-VIEW-WIRH POOL.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block img-fluid carousel-img" src="./images/green village bird view.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
</div>
</div>
</section>
<div id="ideology" class="section">
<div class="content-space-one row">
<div class="col-md-6" style='background-color: rgba(44, 49, 58, 0.8); padding: 20px; border: 1px solid #D4AF37;'>
<h3 class='section-header-small'>Welcome to</h3>
<h1 class='section-header-small'>
SACRARIUM BUILDER AND DEVELOPERS PVT.LTD
<img src="./images/underline1.png" alt="">
</h1>
<p>Your home is the reflection of your personality. A perfect home is the combination of ultra modern amenities surrounded by Lush Green Environment. We at Sacrarium provide your dream home. Sacrarium is the well known Real Estate Developer in Navi Mumbai. They are specialised in undertaking marketing and promotion for buying and selling of properties across Mumbai. They undertake many construction projects like Bungalow Construction, Residential Projects, Apartments, House on Plots, Plot Boundary. Their main visitor is to provide affordable home to their client.</p>
<p>We also have Tie up with Government to undertake MSEB work Naina Appproval & Well known Builder Sohal’s Construction. Sacrarium believes in customer’s satisfaction better quality of projects and to fulfil their company ensure to use superior quality of raw materials in most of their construction projects.</p>
</div>
</div>
</div>
<section id="projects" class="section">
<h2 class='section-header text-reflect' data-text="OUR BENCHMARKS">
<div class="decorative">
<img src="./images/decorative.png" alt="">
</div>
OUR BENCHMARKS
</h2>
<section class="items-wrap">
<a href="#" class="item-block">
<img class="item__image" src="./images/kesari-heritage.jpg" alt="item01"/>
<h2 class="item__title">Kesari Heritage</h2>
</a>
<a href="#" class="item-block">
<img class="item__image" src="./images/sohail-construction.jpg" alt="item02"/>
<h2 class="item__title">Sohal Construction</h2>
</a>
<a href="#" class="item-block">
<img class="item__image" src="./images/synonyms-management.jpg" alt="item03"/>
<h2 class="item__title">Synonyms Management Consultancy</h2>
</a>
<a href="#" class="item-block">
<img class="item__image" src="./images/n-m-group.jpg" alt="item04"/>
<h2 class="item__title">N.M. Group</h2>
</a>
</section>
</section>
<section id="vission" class='section'>
<h2 class='section-header text-reflect' data-text="OUR PERSPECTIVE">
<div class="decorative">
<img src="./images/decorative.png" alt="">
</div>
OUR PERSPECTIVE
</h2>
<div class="row" style='display: flex; flex-wrap: wrap;'>
<div class="col-md-6" style='display: flex;'>
<div class="content-space-two">
<div class='space-content'>
<h3 class='text-center section-header-small'>
Vision
<img src="./images/underline1.png" alt="">
</h3>
<p>A great perception of the lifestyle of people and a constant focus on delivering dreams stimulates us to set new benchmarks in the arenas of customer delight. With a powerful foundation built on relationships and trust, we not only create homes for the people, but also reinforce them with the a relation and the strength of our trust, in order to achieve a reputation for excellence that’s unmatched in the construction industry</p>
</div>
</div>
</div>
<div class="col-md-6" style='display: flex;'>
<div class="content-space-three">
<div class='space-content' style='height: 100%'>
<h3 class='text-center section-header-small'>
Mission
<img src="./images/underline1.png" alt="">
</h3>
<p>To build a culture of operational excellence with fair business practices and to play a key role in providing quality homes for the masses as well as commercial spaces for the business class, all at an affordable cost.</p>
</div>
</div>
</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>