-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_us.html
403 lines (253 loc) · 12.8 KB
/
about_us.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.min.js" integrity="sha384-Rx+T1VzGupg4BHQYs2gCW9It+akI2MM/mndMCy36UVfodzcJcF0GGLxZIzObiEfa" crossorigin="anonymous"></script>
</head>
<body>
<main>
<header class="top_menu mb-1">
<div class="container-fluid">
<div class="row">
<!-- company logo -->
<div class="col-12 col-md-3 text-center bg-white rounded-pill border-bottom border-top border-info border-4 shadow mt-2 mb-2 ">
<img src="https://shirkegroup.com/wp-content/uploads/2018/08/shirke-logo-new-e1535106800140-1.png" class="mt-1 mb-1">
</div>
<!-- menu bar -->
<div class="col-12 col-md-9 d-flex justify-content-center justify-content-md-start bg-white rounded-pill shadow mt-3 mb-3 " style="border-bottom:4px solid #f58220; border-top:4px solid #f58220;">
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<!-- toggle button -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- menu items -->
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" style="color:#f58220 !important;" href="home.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about_us.html">ABOUT US</a>
<!-- sub menu -->
<ul class="sub_menu bg-secondary p-0 " type="none">
<li >
<a class="nav-link text-white border-bottom border-white" href="#">Vision & Mission</a>
</li>
<li >
<a class="nav-link text-white" href="#">Management</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">DIVISION</a>
<!-- sub menu -->
<ul class="sub_menu bg-secondary p-0 " type="none">
<li>
<a class="nav-link text-white border-bottom border-white" href="#">Civil</a>
</li>
<li >
<a class="nav-link text-white border-bottom border-white" href="#">Transmisson Lines Division</a>
</li>
<li >
<a class="nav-link text-white border-bottom border-white" href="#">Post Harvest Equipment</a>
</li>
<li >
<a class="nav-link text-white border-bottom border-white" href="#">Polynorm</a>
</li>
<li >
<a class="nav-link text-white border-bottom border-white" href="#">Hospitality</a>
</li>
<li >
<a class="nav-link text-white " href="#">Aviation</a>
</li>
</ul>
</li>
<!-- menu items -->
<li class="nav-item">
<a class="nav-link" href="our_innovation.html">OUR INNOVATION</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resources.html">RESOURCES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="careers.html">CAREERS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">NEWS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact_us.html">CONTACT US</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- image -->
<section>
<div class="container-fluid">
<div class="row">
<div class="col-md-12 p-0">
<div class="card text-bg-dark w-100 ">
<img src="https://shirkegroup.com/wp-content/uploads/2020/02/about-us.jpg" class="card-img">
<div class="card-img-overlay">
<h1 class="card-title text-dark pt-5 ps-5" style="font-size:60px; font-weight: bold; margin-left: 100px;">WE PROMISE</h1>
<h5 class="text-dark ps-5 card-subtitle" style="margin-left: 100px;">Quality | Perfection | Customer Satisfaction</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- about us -->
<section>
<div class="container">
<div class="row">
<div class=" col-11 ms-3 col-md-12 border shadow mt-3 mb-3 border-warning">
<h3 class="mt-5 mb-4 " style="color: #f58220; margin-left:50px;">ABOUT US</h3>
<p class="ms-5 me-5 mb-5">B. G. Shirke Construction Technology Pvt Ltd is a plus Rs. 3000 Crore Group with millions of sq. ft of construction encompassing mass housing projects, administrative facilities, airports, bridges, roads, flyovers, monuments, entertainment malls and industrial complexes.<br><br>
We are a multi-disciplinary civil, mechanical and electrical engineering organisation with international tech tie-ups and a workforce of over ten thousand. With its fully equipped and integrated plants and factories and R&D unit spread over 53 acres in Mundhwa, Pune, the company has already succeeded in making our Founder Chairman’s dream come true with utmost dedication and continues to be a catalyst of prosperity in modern India, significantly contributing to industrial and socio-economic progress.<br><br>
Today, the Shirke Group is at an enviable position in India’s Civil and Industrial engineering realm, offering world class engineering and construction capabilities to indigenous and overseas clientele, carrying forward Shri B. G. Shirke’s single-minded passion for civil engineering and operational excellence.<br><br>
The Group has now diversified into other business areas to include: Polynorm Pressed Steel Doors, Post Harvest Equipment, Transmission Towers, Hospitality and Aviation.</p>
</div>
</div>
</div>
</section>
<!-- vision video -->
<section class="mt-5 mb-5">
<div class="container">
<div class="row">
<div class="col-12 mt-5 mb-4">
<h3 class="text-center" style="color: #f58220;">----- Our Founder's Vision -----</h3>
</div>
<div class="col-12 col-md-6 ">
<video controls class="vison_video shadow " >
<source src="https://shirkegroup.com/wp-content/uploads/2020/03/BGS-Speech-1.mp4?_=1" type="video/mp4">
</video>
</div>
<div class="c0l-12 col-md-6 bg-secondary-subtel shadow border border-warning">
<h4 class="ms-4 mt-5" style="font-weight:normal; font-size:20px;">Through his Herculean and creative efforts as an entrepreneur and industrialist for more than five decades, Shri. B G Shirke has succeeded in his mission of demonstrating in India and abroad that total industrialization of the civil engineering industry is both possible and practicable.
</h4>
<p class="ms-4 mt-5">Here is a video clip from our archives where he has clearly stated his vision.</p>
</div>
</div>
</div>
</section>
<!-- vision -->
<section class="mt-5 mb-5">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 bg-secondary-subtel shadow border border-warning">
<h4 class="ms-3 mt-5" style="font-weight:normal; font-size:20px; line-height: 1.0cm;">
<span style="font-style: italic;">“He held the master key that unlocked the doors of many dream homes”</span><br>
The Nation bestowed upon him its prestigious award the “Padma Shri” in 2003, for his distinguished service in the field of Science & Technology.<br>
Shri B G Shirke is widely revered throughout the industry for his efforts in creating jobs, bringing innovation to the industry and was aptly conferred the title of <span style="font-style: italic;">“Visvesvaraya of Modern India.”</span><br>
Shirke Group pays its humble tribute to this farsighted visionary and promise to steadfastly continue his legacy.
</h4>
</div>
<div class="col-12 col-md-6 ">
<img src="https://shirkegroup.com/wp-content/uploads/2020/10/BGS-padmashree-award-new-1-1024x757.jpg" class="img-fluid img-thumbnail shadow">
</div>
</div>
</div>
</section>
<!-- footer -->
<section>
<div class="container-fluid footer bg-dark">
<div class="row">
<!-- about us -->
<div class="col-12 col-md-3 mt-5 text-center text-justify">
<h6 style="color:#f58220;">ABOUT US</h6>
<p style="color:gray; line-height: 1.0cm;">The Shirke Group is recognised as the largest constructor of mass housing projects with its proven industrialised ‘3-S' Prefab Technology in India. It also has a successful record of massive integrated commercial buildings, airports, industrial & hospitality complexes, roads & flyovers, IT infrastructure and more to its credit.</p>
</div>
<!-- division -->
<div class="col-12 col-md-2 mt-5">
<h6 style="color:#f58220; margin-bottom: 20px;">DIVISIONS</h6>
<ul type="none" class="text-white-50 divitems ">
<li> < Civil</li>
<li> < Transmission Lines Division</li>
<li> < Post Harvest Equipment</li>
<li> < Polynorm</li>
<li> < Hospitality</li>
<li> < Aviation</li>
</ul>
</div>
<!-- news -->
<div class="col-12 col-md-3 mt-5 ">
<h6 style="color:#f58220; margin-bottom: 20px;">NEWS</h6>
<div class="row mb-2 ">
<div class="col-3">
<img src="https://shirkegroup.com/wp-content/uploads/2020/02/IBC-Awrad-DOC-Mysore-1-scaled-1-150x150.jpg" class="img-fluid rounded ms-3" style="height:50px;">
</div>
<div class="col-9">
<p class="text-white">IBC 2020 Award for Excellence in Built Envt. for DOC Mysuru</p>
</div>
</div>
<div class="row mb-2 ">
<div class="col-3">
<img src="https://shirkegroup.com/wp-content/uploads/2020/02/NIT_0005-scaled-1-150x150.jpg" class="img-fluid rounded ms-3"style="height:50px;">
</div>
<div class="col-9">
<p class="text-white">Hon’ble Shri. Venkaiah Naidu, Vice President of India, Felicitates Shirke Group</p>
</div>
</div>
<div class="row mb-2 ">
<div class="col-3">
<img src="https://shirkegroup.com/wp-content/uploads/2020/02/BAI_Photo_Award-Receiving_Pimpri-Waghere-1-150x150.jpg" class="img-fluid rounded ms-3 "style="height:50px;">
</div>
<div class="col-9">
<p class="text-white">BAI – Well Built Structure 2019 Award Received in 2 Categories</p>
</div>
</div>
<div class="row mb-2 ">
<div class="col-3">
<img src="https://shirkegroup.com/wp-content/uploads/2020/02/koppal-team-1-150x150.jpg" class="img-fluid rounded ms-3"style="height:50px;">
</div>
<div class="col-9">
<p class="text-white">ICI – 2019 Award for Govt. Engineering College, Koppal</p>
</div>
</div>
</div>
<div class="col-12 col-md-3 mt-5">
<h6 style="color:#f58220; margin-bottom: 20px;">HEAD OFFICE</h6>
<pre class="text-white ms-5">
<ion-icon name="location"></ion-icon> 72-76, Industrial Estate,
Mundhwa,
Pune – 411 036
<ion-icon name="call"></ion-icon> TEL:+91 (20) 26708100
<ion-icon name="file-tray-full"></ion-icon> FAX:+91 (20) 26871612
<ion-icon name="mail"></ion-icon> Civil - contracts@shirke.co.in
Transmission Tower - tt@shirke.co.in
Post Harvest - phed@shirke.co.in
Polynorm - polynorm@shirke.co.in
Aviation - charters@shirke.co.in
Careers - careers@shirke.co.in</pre>
</div>
</div>
</div>
</section>
<!-- credit -->
<section>
<div class="container-fluid">
<div class="row">
<div class="col-12 bg-secondary p-3 pt-4">
<p class="text-white text-center">Created by RONIT .V. SOLUNKE , A2Z IT HUB.</p>
</div>
</div>
</div>
</section>
</main>
</body>
</html>