-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
347 lines (296 loc) · 16.6 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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'>
<link href="https://cdn.lineicons.com/2.0/LineIcons.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Utkarsh Kushwaha</title>
</head>
<body>
<header class="header">
<nav class="navbar navbar-expand-lg fixed-top py-3">
<div class="container"><a href="#" class="navbar-brand text-uppercase font-weight-bold"><img width="200px"
src="https://www.emenoxinfratek.com/wp-content/themes/emenoxinfratek/images/logo-new.png"></a>
<button type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"
class="navbar-toggler navbar-toggler-right"><i class="fa fa-bars"></i></button>
<div id="navbarSupportedContent" class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a href="#"
class="nav-link text-uppercase text-white font-weight-bold">Home
<span class="sr-only">(current)</span></a></li>
<li class="nav-item"><a href="#" class="nav-link text-uppercase font-weight-bold">About</a></li>
<li class="nav-item"><a href="#" class="nav-link text-uppercase font-weight-bold">Gallery</a>
</li>
<li class="nav-item"><a href="#" class="nav-link text-uppercase font-weight-bold">Portfolio</a>
</li>
<li class="nav-item"><a href="#" class="nav-link text-uppercase font-weight-bold">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div id="carouselExampleControls" class="carousel slide my-5" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="https://www.emenoxinfratek.com/wp-content/uploads/2021/05/banner1.jpg"
alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="https://www.emenoxinfratek.com/wp-content/uploads/2021/05/banner2.jpg"
alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="https://www.emenoxinfratek.com/wp-content/uploads/2021/05/banner3.jpg"
alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" 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="#carouselExampleControls" 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 class="container">
<div class="row">
<div class="col-lg-6">
<h2>About Emenox Infratek</h2>
<p><b>Providing quality life spaces through continuous innovation</b><br>
<b>EMENOX INFRATEK </b>has evolved into a fast-growing Real Estate Development company in India.
Our
primary business is the development of realty in Residential Sectors. The company’s mission is
“to
provide customers modern yet affordable life spaces with unmatched quality and
innovation”.<br><br>
As a comprehensive Real Estate Developer, Emenox Infratek partners with internationally
acclaimed
architects and design consultants with a commitment to deliver quality with aesthetic design.
</p>
<button class="btn"> Know more</button>
</div>
<div class="col-lg-6">
<iframe width="100%" height="315" src="https://www.youtube.com/embed/tgbNymZ7vqY">
</iframe>
</div>
</div>
</div>
</section>
<section class="img-text my-5">
<div class="container">
<div class="row">
<div class="col-lg-8 my-2">
<img width="100%" height="100%"
src="https://www.emenoxinfratek.com/wp-content/uploads/2020/10/lasolaraBuilding.png" alt="">
</div>
<div class="col-lg-4 my-2">
<img width="100%" src="https://www.emenoxinfratek.com/wp-content/uploads/2021/05/lasolara1.png"
alt="">
<hr>
<p>Brave Hearts (Dedicated Group Housing for Central Police Force Personnel) near NH-58 Ghaziabad
offers a paradise life in a pollution-free ambiance. It’s a beautifully landscaped integrated
project with 572 units (appx.) of 1, 2, and 3 Bedrooms.</p>
<table class="table table-bordered">
<thead>
<tr>
<th>Unit Type</th>
<th>Area (Sq.Ft.)</th>
</tr>
</thead>
<tbody>
<tr>
<td>2 BHK</td>
<td>1020 Sq.Ft.</td>
</tr>
<tr>
<td>2 BHK</td>
<td>1145 Sq.Ft.</td>
</tr>
<tr>
<td>3 BHK</td>
<td>1365 Sq.Ft.</td>
</tr>
</tbody>
</table>
<button class="btn btn-sm"> Know more</button>
<button class="btn btn-sm"> Make an Enquiry</button>
</div>
<div class="col-lg-4 my-2">
<img width="100%" src="https://www.emenoxinfratek.com/wp-content/uploads/2021/05/lasolaraplaza.png"
alt="">
<hr>
<p>Set in an open area, La SOLARA is being created with Hi-tech engineering, modern amenities and
beautifully landscape designed by TAIB, Singapore. La SOLARA not only offers luxury apartments
in Greater Noida (West), but also offers to make your dream come true at a pocket-friendly
price.</p>
<button class="btn btn-sm"> Know more</button>
<button class="btn btn-sm"> Make an Enquiry</button>
</div>
<div class="col-lg-8 my-2">
<img width="100%" height="100%"
src="https://www.emenoxinfratek.com/wp-content/uploads/2021/05/braveHeartBuildingPlazashop1.png"
alt="">
</div>
<div class="col-lg-8 my-2">
<img width="100%" height="100%"
src="https://www.emenoxinfratek.com/wp-content/uploads/2022/03/Untitled-4.jpg" alt="">
</div>
<div class="col-lg-4 my-2">
<img width="100%" src="https://www.emenoxinfratek.com/wp-content/uploads/2021/05/braveHeart.png"
alt="">
<hr>
<p>Brave Hearts (Dedicated Group Housing for Central Police Force Personnel) near NH-58 Ghaziabad
offers a paradise life in a pollution-free ambiance. It’s a beautifully landscaped integrated
project with 572 units (appx.) of 1, 2, and 3 Bedrooms.</p>
<table class="table table-bordered">
<thead>
<tr>
<th>Unit Type</th>
<th>Area (Sq.Ft.)</th>
</tr>
</thead>
<tbody>
<tr>
<td>1 BHK</td>
<td>600 Sq.Ft.</td>
</tr>
<tr>
<td>2 BHK</td>
<td>1050-1150 Sq.Ft.</td>
</tr>
<tr>
<td>3 BHK</td>
<td>1300 Sq.Ft.</td>
</tr>
<tr>
<td>3BHK + Servant Room</td>
<td>1480-1510 Sq.Ft.</td>
</tr>
</tbody>
</table>
<button class="btn btn-sm"> Know more</button>
<button class="btn btn-sm"> Make an Enquiry</button>
</div>
<div class="col-lg-4 my-2">
<img width="100%"
src="https://www.emenoxinfratek.com/wp-content/uploads/2021/05/braveHeartPlaza.png" alt="">
<hr>
<p>Brave Hearts Plaza is a mixed development of Shopping and Office spaces on Commercial Plot, which
is approved by the GDA. Brave Hearts Plaza may have Restaurants & chains, Apparel Shops, Bank
Branches, ATM’s, Telephone/Mobile shops, Cyber Cafes, Mini Marts etc.<br><br>
Brave Hearts Plaza has ground plus two story complex with an exclusive Retail areas on three
levels with a colonnade in front and ample open area for parking.</p>
<button class="btn btn-sm"> Know more</button>
<button class="btn btn-sm"> Make an Enquiry</button>
</div>
<div class="col-lg-8 my-2">
<img width="100%" height="100%"
src="https://www.emenoxinfratek.com/wp-content/uploads/2021/05/braveHeartBuildingPlaza.png"
alt="">
</div>
<div class="col-lg-8 my-2">
<img width="100%" height="100%"
src="https://www.emenoxinfratek.com/wp-content/uploads/2021/05/apolloHospital1.png" alt="">
</div>
<div class="col-lg-4 my-2">
<img width="100%" src="https://www.emenoxinfratek.com/wp-content/uploads/2021/05/Apollologo.png"
alt="">
<hr>
<p>Brave Hearts (Dedicated Group Housing for Central Police Force Personnel) near NH-58 Ghaziabad
offers a paradise life in a pollution-free ambiance. It’s a beautifully landscaped integrated
project with 572 units (appx.) of 1, 2, and 3 Bedrooms.</p>
<button class="btn btn-sm"> Know more</button>
<button class="btn btn-sm"> Make an Enquiry</button>
</div>
</div>
</div>
</section>
<section class="get-in-touch text-white">
<div class="container p-4">
<div class="row">
<div class="col-lg-9">
<h2>Looking for property, but not sure where to invest?</h2>
<p>Speak to our investment expert today.</p>
</div>
<div class="col-lg-3">
<button class="get-in-btn"> <i class="fa fa-comments"></i>
Get in Touch
<i class="fa fa-angle-double-right"></i></button>
</div>
</div>
</div>
</section>
<footer>
<div class="contaier-fluid">
<div class=" ">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3502.5827059530898!2d77.45352591440671!3d28.61229299174899!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cefe430778399%3A0xefb4aea8ecc49629!2sEmenox%20La%20Solara!5e0!3m2!1sen!2sin!4v1591850792477!5m2!1sen!2sin"
width="100%" height="350" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false"
tabindex="0"></iframe>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 info p-4">
<h2>VISIT US</h2>
<h6>Corporate Office</h6>
<p>B-48, Sector 67, Gautam Budh Nagar, Noida (U.P.) – 201301, India</p>
<h6>Site Address</h6>
<p>La SOLARA Plot No. GH-04 B, Sector-16, Greater Noida West (U. P.)</p>
<h6>Call Us</h6>
<p>+91-9555244244, +91-120-2484621/22/23</p>
<h6>Email Us</h6>
<p>lasolara@emenox.com</p>
<h6>RERA Registration No.</h6>
<p>Phase - I ( Tower B & C ) - UPRERAPRJ2733,<br>
Phase - II ( Tower A & D ) - UPRERAPRJ4460</p>
</div>
<div class="col-lg-6 contact p-5">
<h3 class="mt-3"><span class="spanhead text-white">Contact Us</span></h3>
<br>
<form class="row" action="#" method="post">
<div class="form-group col-sm-12 mt-3">
<input type="text" class="form-control" autocomplete="off" placeholder="Full Name">
</div>
<div class="form-group col-sm-12 mt-3">
<input type="text" class="form-control" placeholder="Email Address">
</div>
<div class="form-group col-sm-12 mt-3">
<input type="number" class="form-control spinNumber" placeholder="Mobile Number">
</div>
<div class="form-group col-sm-6 mt-3">
<label for="intrested"
style="color:#fff; font-size:17px;margin-bottom:10px;margin-bottom: 10px;"> I am
interested in</label><br>
<input type="radio" name="message" id="message" checked="" value="2bhk"> <label
for="vehicle1" style="color:#fff; font-size:14px;"> 2 BHK</label>
<input type="radio" name="message" id="message" value="3bhk"> <label for="vehicle1"
style="color:#fff; font-size:14px;"> 3 BHK</label>
</div>
<div class="col-sm-12 mt-5 text-center">
<input type="submit" class="btn3" placeholder="Submit">
<input type="reset" class="btn3" placeholder="Reset">
</div>
</form>
</div>
</div>
</footer>
<div class="copyright">
<p>Made with ❤️ By Utkarsh Kushwaha</p>
</div>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
</body>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
</html>