-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
360 lines (332 loc) · 26.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
348
349
350
351
352
353
354
355
356
357
358
359
360
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Shreeji Destiny</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="images/4.jpg" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="css/carousel.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Shreeji Destiny</a><button class="navbar-toggler navbar-toggler-right text-uppercase font-weight-bold bg-primary text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><i class="fas fa-bars"></i></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#portfolio">Project</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#about">About</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1" class=""></li>
<li data-target="#myCarousel" data-slide-to="2" class=""></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="first-slide" src="images/1.jpg" alt="First slide">
<div class="container">
<div class="carousel-caption">
<h1>Entrance Lobby</h1>
</div>
</div>
</div>
<div class="carousel-item">
<img class="second-slide" src="images/2.jpg" alt="Second slide">
<div class="container">
<div class="carousel-caption">
</div>
</div>
</div>
<div class="carousel-item">
<img class="third-slide" src="images/3.jpg" alt="Third slide">
<div class="container">
<div class="carousel-caption">
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" 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="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Portfolio Section-->
<section class="page-section portfolio" id="portfolio">
<div class="container">
<!-- Portfolio Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">Project Floor Plans</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Grid Items-->
<div class="row">
<!-- Portfolio Item 1-->
<div class="col-md-6 col-lg-4 mb-5">
<div class="portfolio-item mx-auto" style="border: 5px solid lightgray;" data-toggle="modal" data-target="#portfolioModal1">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="images/typical-refuge-7-31.jpg" alt="" />
</div>
</div>
<!-- Portfolio Item 2-->
<div class="col-md-6 col-lg-4 mb-5">
<div class="portfolio-item mx-auto" style="border: 5px solid lightgray;" data-toggle="modal" data-target="#portfolioModal2">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="images/33-th-refuge-floor.jpg" alt="" />
</div>
</div>
<!-- Portfolio Item 3-->
<div class="col-md-6 col-lg-4 mb-5">
<div class="portfolio-item mx-auto" style="border: 5px solid lightgray;" data-toggle="modal" data-target="#portfolioModal3">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="images/34-TH-FLOOR.jpg" alt="" />
</div>
</div>
</div>
</div>
</section>
<!-- About Section-->
<section class="page-section bg-primary text-white mb-0" id="about">
<div class="container">
<!-- About Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-white">ABOUT US</h2>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- About Section Content-->
<div class="row">
<div class="col-lg-12 ml-auto" style="text-align:justify;">
<p class="lead">Think Big, Act Fast and Invent Continuously, Devji Patel founder of the company started his career in 1994 with small construction work in Kutch, Gujarat. After that he was associated in land procurement & land development for few years, where he was involved in plotting, land dealing for commercial and residential properties. He has also worked for state government of Gujarat and Haryana Police Housing Corporation and also completed many projects including development of Hospitals, School, Villages, Townships, and bungalow Schemes at Manfara and Rehabilitation Work. His brilliance & knack for achievement has won him many projects for state government of Gujarat and Gujarat State Road Transport Corporation, Commercial Complex, and construction for 500 Shops at Rapar. At the time of crisis in Gujarat in the year 2005, he has planned and constructed 1000 Houses, Schools, Colleges,Roads and Dams and contributed to his responsibility towards society.</p>
<p class="lead">In the year 2005, he has moved to Mumbai to explore more opportunities in the real estate industry, and in the association of Akshar Developers completed some state-of-the-art commercial and residential properties. Sai Radiance at CBD Belapur (Sec15, 140 Flats), The Springs at Roadpali (324 Flats), The Springs 2 at Roadpali, an exclusive 2 BHK Project (72 Flats), Platinum Springs, an Industrial cum Commercial Galas project spread across 7 acres of land at Taloja (183 High tech Galas), Silver Springs, a Multiuser Industrial Galas project spread across 6 acres (252 Industrial Galas) and Ratna Enclave, a 1 BHK Exclusive project at Roadpali (Completed Project) are some of the stars in the hat of Mr. Patel. Till date, 2 million square feet of residential, IT, Commercial and Industrial projects completed with occupancy.</p>
<p class="lead">At Platinum Properties, the management consists of visionaries who apart from being in Construction, Retail Industry for the last 15 years have created ventures which have been a successful business model whose value have been appreciated multi fold in coming years. Our Residential cum Commercial Project at Roadpali stands as testimony and Landmark. The Springs consists of 9 towers of 18 storey 324 flats have been an exemplar of luxury and Lifestyle. After a successful launch of The Springs, Platinum properties have come up with Springs-ll Residential Towers of 18 floors consisting of exclusive 72 flats of 2BHK At Kharghar – Taloja Road, Roadpali, Navi Mumbai. Platinum Properties have constantly strived for contributing towards creating value for user who aspired to upgrade their lifestyle or business venture.</p>
<p class="lead">Silver Springs, a Multiuser Industrial cum Commercial Project @ Taloja MIDC. Theproject is spread across 6 acres of land consist of G+6 storey having 252+ Industrial units with area ranging from 200 – 2500 square feet, which is best suitable for Warehousing facilities, Industrial Spaces, commercial organization and corporates with high class business amenities and excellent operating space.</p>
<p class="lead">It was not a stop for Devji Patel, he has followed his thinking and in year 2015 he established construction company called “Techno Pack Software Services Private Limited”. It was his desire to achieve something incredible with hard work and patience that led him on the path of success. In the short span of time, he has earned a great reputation among the real estate fraternity.</p>
<p class="lead">We have a broad portfolio of successfully completed projects across a range of sectors including Residential, Commercial, Industrial. We have built our reputation on our client focus and hands-on approach. We are proud of the fact that the majority of our workload comes from repeat business and that we have a strong reputation for our competitive edge and reliable execution of all projects undertaken. This is achieved through our relentless attention to detail and an experienced team with the drive and customer focus to ensure client satisfaction is a given on all Destiny projects.</p>
<p class="lead">We continue to invest in modern business practices and management techniques in order to ensure that were main at the cutting edge of our industry. We continue to build on our reputation with our focus firmly on growing the ability of the business to deliver in new and innovative ways.</p>
<p class="lead">Our ambition and goals for almost a century have always been to deliver quality projects and value for money to our clients; our success and reputation today have been testament to this wisdom.</p>
</div>
</div>
</div>
<br/>
<div class="container">
<!-- About Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-white">ENVIRONMENTAL MANAGEMENT</h2>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- About Section Content-->
<div class="row">
<div class="col-lg-12 ml-auto" style="text-align:justify;">
<p class="lead">At Techno Pack we contribute to our environments and develop structures which may last centuries. With this in mind, we are future centric in terms of the design and technology we apply. We recognise the importance of utilising the most modern and most sustainable materials within the construction process. We are proudto have built quite a number of iconic projects which have broken new grounds in terms ofsustainable materials and innovative construction techniques. Bennett continuously strives to perform to sustainable best practice in construction in our mission to lesson our impact on our environment, and every new project for us is a challenge in search of a zero carbon footprint.</p>
<p class="lead">The area of the provision of more and more sustainable and renewable buildings is constantly evolving and changing and we are operating in a very exciting and dynamic times. Bennett continue to innovate with every project every day, and rigorouslyapply our Environmental Management Systems to achievethis.</p>
<p class="lead">We continue to lead the way in terms of our approachtosustainability. We source our materials responsibly, we audit our supply chain to ensure compliance with our systems and procedures whilst continuously checking our chain of custody certification etc. This investmentin suppliers and materials selection allow us to give the required high performance in use that specifications demand but with a reduced environmental footprint</p>
</div>
</div>
</div>
<br/>
<div class="container">
<!-- About Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-white">QUALITY MANAGEMENT</h2>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- About Section Content-->
<div class="row">
<div class="col-lg-12 ml-auto" style="text-align:justify;">
<p class="lead">Quality is of paramount importance to all team members at Techno Pack Software Services Pvt. Ltd. We are continually evaluating and improving the level of service we offer our clients toensurethereputationforqualityonwhichwepride ourselves is maintained and grown. We are committed to providing projects that are not just fit- for-purpose, but which exceed expectation in terms of quality of build and functionality. Ourreputation for both the quality of our project management and finished projects is achieved through our proven Quality Management System.</p>
<p class="lead">Our Quality system is an integral part of our company’s management activity. Our Quality Management System follows six basic Principles of Quality:</p>
<ol>
<li>Provides for long-term quality control through established processes and systems.</li>
<li>Nurtures and guides our Quality Culture through its proven policies and procedures.</li>
<li>Successfully identifies and controls the quality standard and quality of design as defined by our clients.</li>
<li>Plans for Quality: Identifying measures of achieving the required quality, including construction methods, equipment, materials and personnel.</li>
<li>Insures for Quality: Encouraging all parties to “Work Together to Deliver the Best – First Time”.</li>
<li>Provides for a process of continuous improvement correcting any potential quality deficiencies that mayarise.</li>
</ol>
<p class="lead">Our management structure and the responsibility of all our employees is explained in detail in our Management Manual. Our Quality system is an integral part of our existing management process which sets the high standards of co-operation required by all members of staff to ensure that the quality of service we provide to our clients is second to none.</p>
<p class="lead">The purpose of such a Quality system is to “get it right first time every time”. Our Directors and staff are committed to driving this process actively to give our clients the satisfaction of knowing that we will deliver exactly what we promise.</p>
</div>
</div>
</div>
<br/>
<div class="container">
<!-- About Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-white">HEALTH AND SAFETY MANAGEMENT</h2>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- About Section Content-->
<div class="row">
<div class="col-lg-12 ml-auto" style="text-align:justify;">
<p class="lead">Our Board of Directors and staff are totally committed to the implementation and continuous improvement ofthe Integrated Management Systems governing our Health, Safety, Environmental and Quality Codes of Practice. These systems are living documents that are continually reviewed and improved in line with industry best practice.</p>
<p class="lead">First and foremost the guarantee of the health and safety of our employees and of all those effected by our construction operations is an absolute pre-requisite to conducting anywork at anytime. Wehave developed our systems and procedures over many years based on these ethics. As a result of this approach and investment,we have won many awards and are ranked among the top performers in the Irish construction industry in terms ofthe management of Health and Safety at Work.</p>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="footer text-center" id="contact">
<div class="container">
<div class="row">
<!-- Footer Location-->
<div class="col-lg-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Site/Office Address</h4>
<p class="lead mb-0">Plot No D-227, TTC Industrial Area, Thane - Belapur Rd, Shiravane, Nerul, Navi Mumbai, Maharashtra 400706.<br /></p>
</div>
<!-- Footer Social Icons-->
<div class="col-lg-4 mb-5 mb-lg-0">
<img class="" src="images/4.jpg" alt="" style="width:40%;"/>
</div>
<!-- Footer About Text-->
<div class="col-lg-4">
<h4 class="text-uppercase mb-4">Contact Details</h4>
<p class="lead mb-0">+91 9920315100</p>
<p class="lead mb-0">+91 9769725666</p>
<p class="lead mb-0">+91 9320174151</p><br/>
<a class="btn btn-outline-light btn-social mx-1" href="#!"><i class="fab fa-fw fa-facebook-f"></i></a><a class="btn btn-outline-light btn-social mx-1" href="#!"><i class="fab fa-fw fa-twitter"></i></a><a class="btn btn-outline-light btn-social mx-1" href="#!"><i class="fab fa-fw fa-linkedin-in"></i></a><a class="btn btn-outline-light btn-social mx-1" href="#!"><i class="fab fa-fw fa-dribbble"></i></a>
</div>
</div>
</div>
</footer>
<!-- Copyright Section-->
<div class="copyright py-4 text-center text-white">
<div class="container"><small>Copyright © Shreeji Destiny 2020</small></div>
</div>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes)-->
<div class="scroll-to-top d-lg-none position-fixed">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top"><i class="fa fa-chevron-up"></i></a>
</div>
<!-- Portfolio Modals--><!-- Portfolio Modal 1-->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-labelledby="portfolioModal1Label" aria-hidden="true">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="fas fa-times"></i></span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0" id="portfolioModal1Label">Typical Refuge Floor Plan 7th - 31st</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image--><img class="img-fluid rounded mb-5" src="images/typical-refuge-7-31.jpg" alt="" /><!-- Portfolio Modal - Text-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 2-->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-labelledby="portfolioModal2Label" aria-hidden="true">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="fas fa-times"></i></span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0" id="portfolioModal2Label">33 th Floor Plan (Refuge)</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image--><img class="img-fluid rounded mb-5" src="images/33-th-refuge-floor.jpg" alt="" /><!-- Portfolio Modal - Text-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 3-->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-labelledby="portfolioModal3Label" aria-hidden="true">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="fas fa-times"></i></span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0" id="portfolioModal3Label">34 th Floor Plan (Refuge)</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image--><img class="img-fluid rounded mb-5" src="images/33-th-refuge-floor.jpg" alt="" /><!-- Portfolio Modal - Text-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="js/jquery.easing.min.js"></script>
<!-- Contact form JS-->
<script src="assets/mail/jqBootstrapValidation.js"></script>
<script src="assets/mail/contact_me.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>