-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareers.html
447 lines (280 loc) · 12.8 KB
/
careers.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
<!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/2018/03/careers-3-e1580805835122.jpg" class="card-img">
<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;">CAREERS</h1>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container mb-5" style="margin-top: 50px;">
<div class="row">
<div class="col-md-5 mb-5 ">
<h3 style="color: #f58220;">Our HR Philosophy</h3>
<p>We have an open work environment and have a diverse, highly skilled, productive, healthy, and efficient workforce. We offer challenging assignments, a family kind of working environment, professional management and ample opportunities to train, learn, and execute the most demanding projects, and in turn, get recognition in the form of exceptional rewards.</p>
<ul type="disc"><h6>We believe that :</h6>
<li>We believe that our employees are our most valuable asset</li>
<li>Each Individual makes a difference in the working Environment</li>
<li>Building human competencies and capabilities is critical to our continued growth and success</li>
<li>Employees are intellectually and emotionally engaged</li>
<li>Recognize each individual’s contribution in the growth and development of the Company.</li>
<li>Treat all Shirke Group employees with respect and dignity.</li>
</ul>
<!-- image part -->
<div class="col-12 border border-warning rounded">
<ion-icon name="mail-outline" style="font-size: 40px; color:#f58220;" class="m-2"></ion-icon>
<p class="m-2">If the position you want is not mentioned you may send us your resume with position applied for written in the subject line of your email to <br>careers@shirke.co.in</p>
</div>
</div>
<!-- form part -->
<div class="col-md-6">
<h3 style="color: #f58220;">Positions Open</h3>
<div class="alert alert-primary" role="alert"> + Sr. Engineer - Civil / Asst. engineer - Civil </div>
<div class="alert alert-primary" role="alert"> + Construction Manager</div>
<div class="alert alert-primary" role="alert"> + Chief Architect </div>
<div class="alert alert-primary" role="alert"> + Manager Finance and Account </div>
<p>Currently we do not have any open positions.</p>
<br><br><br>
<h3 style="color: #f58220;">Apply Now</h3>
<p>Please fill the form below.</p>
<form>
<fieldset>
<label>Your Name (required*)</label><br>
<input type="text" placeholder="First Name" required class="p-2 mt-1 ">
<input type="text" placeholder="Middle Name" required class="p-2 mt-1 ">
<input type="text" placeholder="Last Name" required class="p-2 mt-1 ">
<br><br>
<label>Post Applying For</label><br>
<select class="p-2 mt-1">
<option >Sr. Engineer - Civil / Asst. engineer - Civil</option>
<option >Construction Manager</option>
<option >Chief Architect</option>
<option >Manager Finance and Account</option>
</select>
<br><br>
<label>Your Current Location</label>
<input type="text" name="" class="col-12">
<br><br>
<label>Your Current Employer</label>
<input type="text" name="" class="col-12">
<br><br>
<label>Your Current Employer wef</label>
<input type="text" name="" class="col-12">
<br><br>
<label>Years of Experience</label>
<input type="number" name="" value="" min="1" max="10">
<br><br>
<label>Your Qualification</label>
<input type="text" name="" class="col-12">
<br><br>
<label>Your Email ID</label>
<input type="email" name="" class="col-12">
<br><br>
<label>Your Phone/Mobile Number</label>
<input type="number" name="" class="col-12">
<br><br>
<p>Attach Your Resume (File Type: .doc/.docx/.pdf/.txt | Size:1MB)</p>
<button class="p-1">Choose file</button>
<br><br>
<div class="border col-3 p-2 bg-primary-subtle">
<input type="checkbox"><b> I'm not a robot</b>
</div>
<button class="p-4 pt-2 pb-2 mt-3 rounded" style="background-color:#f58220; color:white;"> SEND </button>
</fieldset>
</form>
</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>