-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
370 lines (242 loc) · 10.6 KB
/
news.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
<!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/01/Shirke-mag-ad-OK-02.jpg"class="card-img" style="height:350px;">
<div class="card-img-overlay">
<h1 class="card-title text-white pt-5 ps-5" style="font-size:60px; font-weight: bold; margin-left: 100px;">COMPANY NEWS</h1>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- card area -->
<section class="mt-5 mb-5">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="card news_card shadow mt-3 ">
<div class="card-header p-0">
<img src="https://shirkegroup.com/wp-content/uploads/2020/02/IBC-Awrad-DOC-Mysore-1-scaled-1-2048x1366.jpg" class="img-fluid rounded ">
</div>
<div class="card-body mb-2">
<h5>IBC 2020 Award for Excellence in Built Envt. for DOC Mysuru</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.</p>
<button class="btn btn-secondary">Read More</button>
</div>
</div>
<div class="card news_card shadow mt-3" >
<div class="card-header p-0">
<img src="https://shirkegroup.com/wp-content/uploads/2020/02/IBC-Awrad-DOC-Mysore-1-scaled-1-2048x1366.jpg" class="img-fluid rounded ">
</div>
<div class="card-body mb-2">
<h5>IBC 2020 Award for Excellence in Built Envt. for DOC Mysuru</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.</p>
<button class="btn btn-secondary">Read More</button>
</div>
</div>
<div class="card news_card shadow mt-3" >
<div class="card-header p-0">
<img src="https://shirkegroup.com/wp-content/uploads/2020/02/IBC-Awrad-DOC-Mysore-1-scaled-1-2048x1366.jpg" class="img-fluid rounded ">
</div>
<div class="card-body mb-2">
<h5>IBC 2020 Award for Excellence in Built Envt. for DOC Mysuru</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.</p>
<button class="btn btn-secondary">Read More</button>
</div>
</div>
</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>