-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
470 lines (322 loc) · 12.9 KB
/
resources.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
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
<!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>
<!-- top menu -->
<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>
<!-- video -->
<section>
<div class="container-fluid">
<div class="row">
<div class="col-12" style="overflow:hidden;">
<video controls class="w-100 inno_video"style="transform: scale(1.7,1.65) ;" loop="true" autoplay="true" muted>
<source src="https://shirkegroup.com/wp-content/uploads/2020/10/Resources-3.mp4" type="video/mp4" >
</video>
</div>
</div>
</div>
</section>
<!-- PLANT & MACHINERY -->
<section>
<div class="container">
<div class="row">
<div class="col-12 mt-5 mb-3">
<h3 style="color: #f58220;">PLANT & MACHINERY :</h3>
<h5>India’s most Mechanised and Resource Rich Company</h5>
</div>
<div class="col-6 mt-5 mb-3 ">
<ul type="disc"><h6>World Class Precast Component Manufacturing Plants at</h6>
<li>New Delhi</li>
<li>Mumbai</li>
<li>Pune</li>
<li>Bengaluru</li>
<li>Chennai</li>
<li>Andhra Pradesh</li>
</ul>
<ul type="disc"><h6>Cranes:</h6>
<li>Tower Cranes
<li>Mobile Cranes
<li>EOTs
<li>A – Frames
<li>Hydras
<li>Tower Hoists (Winch)
<li>P M Lifts
</ul>
<ul type="disc"><h6>Concrete:</h6>
<li>Batching plants 30, 40, 60 & 120 cum/Hr.
<li>Transit Mixers
<li>Concrete Pumps
<li>Placer boom concrete pumps
<li>Flying Buckets
<li>Comcasters
<li>Track – Trolleys
<li>Rack curing system
<li>Tarp curing systems
<li>Hot water circulation systems
<li>Concrete Compaction Units
<li>Vibrators
<li>Cement/Fly ash Storage Silos
</ul>
<ul type="disc"><h6>Programmable Automated Rebar Processing Machinery:</h6>
<li>Steel Cutting & Bending
<li>Stirrup making Machine
<li>Spiral Cage making Machine
<li>Lattice Girder Fabrication Machine
<li>Column Cage Fabrication Machine
<li>Weld Mesh Plant
<li>Pile Master
<li>Coil Straightening & Cutting Machin
</ul>
</div>
<div class="col-6 mt-5 mb-3">
<ul type="disc"><h6>Crushing & Mixing:</h6>
<li>3 Stage Crushing plant</li>
<li>Barmac Sand Crushing plant</li>
<li>Batch Type Hot mixing plant</li>
<li>Drum Type Hot mix plant</li>
<li>Wet mix plant</li>
<li>Sand Washing Plant</li>
</ul>
<ul type="disc"><h6>Power Generation:</h6>
<li>DG Sets 7.5 KVA to 625 KVA</li>
<li>Compressors</li>
</ul>
<ul type="disc"><h6>Road Works:</h6>
<li>9 m Wide Sensor Asphalt Pavers</li>
<li>5 m Wide Electronic Sensor Asphalt Pavers</li>
<li>Bitumen Sprayer Distributors</li>
<li>Tracked Excavators</li>
<li>Loader cum Backhoes</li>
<li>Front End – Wheel Loader</li>
<li>WMM Pavers</li>
</ul>
<ul type="disc"><h6>Road Work Finishing Treatment:</h6>
<li>Tandem Rollers</li>
<li>Soil Compactors</li>
<li>Pneumatic Tyre Rollers</li>
<li>Motor Graders</li>
<li>Kerb Casting Machines</li>
</ul>
<ul type="disc"><h6>Heavy Vehicles:</h6>
<li>Flat Bed Trucks</li>
<li>Open Trucks</li>
<li>40’ Trailer Trucks</li>
<li>Hyvas</li>
<li>Tractors</li>
<li>Tippers</li>
<li>Pick-ups</li>
</ul>
<ul type="disc"><h6>Shuttering / Scaffolding:</h6>
<li>Table form shuttering</li>
<li>Steel plate shuttering</li>
<li>H – frames</li>
<li>Working Platforms</li>
<li>Adjustable Props</li>
<li>Floor Centres</li>
</ul>
</div>
</div>
</div>
</section>
<!--Our State-of-the-art Manufacturing Unit at New Delhi -->
<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 State-of-the-art Manufacturing Unit at New Delhi -----</h3>
</div>
<div class="col-md-3 mt-3" >
<img src="https://shirkegroup.com/wp-content/uploads/2020/02/automated-column-precasting-1.jpg" class="shadow rounded img-fluid img-thumbnail"style="height:300px;">
</div>
<div class="col-md-3 mt-3 ">
<img src="https://shirkegroup.com/wp-content/uploads/2020/02/automated-column-precasting-1.jpg" class="shadow rounded img-fluid img-thumbnail"style="height:300px;">
</div>
<div class="col-md-3 mt-3 ">
<img src="https://shirkegroup.com/wp-content/uploads/2020/02/automated-column-precasting-1.jpg" class="shadow rounded img-fluid img-thumbnail"style="height:300px;">
</div>
<div class="col-md-3 mt-3 ">
<img src="https://shirkegroup.com/wp-content/uploads/2020/02/automated-column-precasting-1.jpg" class="shadow rounded img-fluid img-thumbnail"style="height:300px;">
</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>