-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareers.html
799 lines (799 loc) · 28 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
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css2?family=Geologica:[email protected]&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/style.css" />
<link href="./css/career.css" rel="stylesheet" />
<title>CAREERS | DWC</title>
<link rel="shortcut icon" href="./icons/Logo.svg" type="image/x-icon" />
</head>
<body>
<navbar-component></navbar-component>
<main class="careers">
<section class="heading">
<heading-component
text="CAREERS"
size="72"
sizeMobile="36"
animate
></heading-component>
<br />
<p>
Our goal is to help our clients through outstanding quality and
delivering the best services. Your skills and passion could be perfect
fit for our innovative projects and collaborative work environment.
</p>
</section>
<section class="section-one">
<heading-component
text="POSITIONS"
size="40"
sizeMobile="36"
animate
></heading-component>
<div class="subheading">
<p>SEND YOUR APPLICATIONS AT :</p>
<a class="email" href="mailto:[email protected]" target="_blank"
>[email protected] <img src="./images/border.svg" alt=""
/></a>
</div>
</section>
<section class="career-job">
<div class="job-section" id="general-manager">
<h2>
<heading-component
text="General Manager (Civil)"
size="30"
sizeMobile="36"
animate
></heading-component>
</h2>
<p>
An experienced General Manager (Civil) to lead, plan, and oversee
major infrastructure projects at DWC Infra, ensuring that projects
are executed efficiently, on time, and within budget.
</p>
<ul class="job-subheading">
<li>
<p><b>Responsibilities:</b></p>
<ul class="job-points">
<li>
Oversee all civil engineering projects, from planning to
completion, ensuring quality and safety.
</li>
<li>
Lead cross-functional teams, coordinate with stakeholders, and
manage resources effectively.
</li>
</ul>
</li>
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
Bachelor’s degree in Civil Engineering with 10+ years in
project management or senior leadership roles.
</li>
<li>
Strong knowledge of construction regulations, budgeting, and
team management skills.
</li>
</ul>
</li>
<li>
<p>
<b>Skills:</b> Project management, budgeting, team leadership,
construction law, and proficiency in MS Project and AutoCAD
</p>
</li>
</ul>
</div>
<div class="job-section" id="project-manager">
<h2>
<heading-component
text="Project Manager (Civil)"
size="30"
sizeMobile="36"
animate
></heading-component>
</h2>
<p>
A skilled Project Manager (Civil) to plan, execute, and oversee
civil engineering projects, ensuring they are completed on time,
within budget, and to the highest standards of quality and safety.
</p>
<ul class="job-subheading">
<li>
<p><b>Responsibilities</b></p>
<ul class="job-points">
<li>
Coordinate all project phases, including planning, budgeting,
and execution, to meet deadlines.
</li>
<li>
Manage resources, address project challenges, and ensure
compliance with safety regulations.
</li>
</ul>
</li>
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
Bachelor’s degree in Civil Engineering with 5+ years in
project management.
</li>
<li>
Strong organizational and leadership skills, with a track
record of successful project delivery.
</li>
</ul>
</li>
<li>
<p>
<b>Skills:</b>Project scheduling, budgeting, team coordination,
risk management, and proficiency in MS Project and AutoCAD.
</p>
</li>
</ul>
</div>
<div class="job-section" id="deputy-project-manager">
<h2>
<heading-component
text="Deputy Project Manager (Civil)"
size="30"
sizeMobile="36"
animate
></heading-component>
</h2>
<p>
An organized Deputy Project Manager (Civil) to support the Project
Manager in planning, coordinating, and executing civil engineering
projects, ensuring project milestones are met efficiently.
</p>
<ul class="job-subheading">
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
Coordinate with contractors and teams, monitor progress, and
address any project issues.
</li>
<li>
Assist in project planning, budgeting, and resource allocation
to ensure timely completion.
</li>
</ul>
</li>
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
Bachelor’s degree in Civil Engineering with 3+ years in
project coordination or management
</li>
<li>
Strong communication and problem-solving skills, with
experience in civil construction projects
</li>
</ul>
</li>
<li>
<p>
<b>Skills:</b>Project coordination, budget management, team
collaboration, problem-solving, and proficiency in MS Project
and AutoCAD.
</p>
</li>
</ul>
</div>
<div class="job-section" id="junior-engineers">
<h2>
<heading-component
text="Junior Engineer (Civil)"
size="30"
sizeMobile="36"
animate
></heading-component>
</h2>
<p>
A motivated Junior Engineer (Civil) to support project teams with
design, site supervision, and project documentation, gaining
hands-on experience in civil engineering.
</p>
<ul class="job-subheading">
<li>
<p><b>Responsibilities:</b></p>
<ul class="job-points">
<li>
Assist in project design, drafting, and calculations under the
supervision of senior engineers.
</li>
<li>
Conduct site inspections, gather data, and prepare reports to
support project progress.
</li>
</ul>
</li>
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
Bachelor’s degree in Civil Engineering with entry-level
experience or internship in civil projects.
</li>
<li>
Strong analytical skills and willingness to learn in a
fast-paced environment.
</li>
</ul>
</li>
<li>
<p>
<b>Skills: </b>Basic knowledge of AutoCAD, MS Office, data
analysis, problem-solving, and communication skills.
</p>
</li>
</ul>
</div>
<div class="job-section" id="billing-and-estimation-engineer">
<h2>
<heading-component
text="Billing and Estimation Engineer (Civil)"
size="30"
sizeMobile="30"
animate
></heading-component>
</h2>
<p>
A detail-oriented Billing and Estimation Engineer to prepare
accurate project estimates, cost assessments, and billing
documentation for civil engineering projects.
</p>
<ul class="job-subheading">
<li>
<p><b>Responsibilities:</b></p>
<ul class="job-points">
<li>
Prepare and review project estimates, budgets, and cost
forecasts.
</li>
<li>
Manage billing, track project expenses, and ensure timely
invoicing and documentatio
</li>
</ul>
</li>
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
Bachelor’s degree in Civil Engineering with 3+ years in
estimation and billing.
</li>
<li>
Strong understanding of cost estimation, billing processes,
and construction materials.
</li>
</ul>
</li>
<li>
<p>
<b>Skills: </b>Cost estimation, budgeting, billing software
proficiency, attention to detail, and knowledge of MS Excel and
AutoCAD.
</p>
</li>
</ul>
</div>
<div class="job-section">
<h2>
<heading-component
text="Store Manager (Civil)"
size="30"
sizeMobile="30"
animate
></heading-component>
</h2>
<p>
A reliable Store Manager to manage inventory, track materials, and
ensure the efficient supply of construction materials for civil
engineering projects.
</p>
<ul class="job-subheading">
<li>
<p><b>Responsibilities:</b></p>
<ul class="job-points">
<li>
Oversee inventory management, including material receipt,
storage, and issuance to project teams
</li>
<li>
Maintain accurate stock records, monitor supplies, and
coordinate with vendors for timely procurement.
</li>
</ul>
</li>
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
Bachelor’s degree in a relevant field with 3+ years of
experience in store management in construction.
</li>
<li>
Strong organizational skills and familiarity with inventory
management software.
</li>
</ul>
</li>
<li>
<p>
<b>Skills: </b>Inventory control, vendor coordination,
record-keeping, attention to detail, and proficiency in MS Excel
and inventory management systems.
</p>
</li>
</ul>
</div>
<div class="job-section">
<h2>
<heading-component
text="Mechanical Engineer"
size="30"
sizeMobile="30"
animate
></heading-component>
</h2>
<p>
A skilled Mechanical Engineer to design, analyze, and oversee the
manufacturing and installation of mechanical systems, ensuring
efficiency, reliability, and compliance with industry standards.
</p>
<ul class="job-subheading">
<li>
<p><b>Responsibilities:</b></p>
<ul class="job-points">
<li>
Develop mechanical designs, conduct analysis, and test
prototypes for functionality and safety.
</li>
<li>
Oversee the installation, operation, and maintenance of
mechanical systems on project sites.
</li>
</ul>
</li>
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
Bachelor’s degree in Mechanical Engineering with 3+ years of
relevant experience.
</li>
<li>
Strong understanding of mechanical design principles,
materials, and manufacturing processes.
</li>
</ul>
</li>
<li>
<p>
<b>Skills: </b>Proficiency in CAD software (e.g., AutoCAD,
SolidWorks), analytical skills, problem-solving, and knowledge
of industry standards and safety regulations.
</p>
</li>
</ul>
</div>
<div class="job-section">
<h2>
<heading-component
text="MEP Engineer"
size="30"
sizeMobile="30"
animate
></heading-component>
</h2>
<p>
An experienced MEP Engineer to design, coordinate, and manage
mechanical, electrical, and plumbing systems in construction
projects, ensuring seamless integration and functionality
</p>
<ul class="job-subheading">
<li>
<p><b>Responsibilities:</b></p>
<ul class="job-points">
<li>
Design and oversee MEP systems, ensuring compliance with
project specifications and safety standards..
</li>
<li>
Collaborate with architects, contractors, and other engineers
to coordinate MEP requirements throughout the project
lifecycle.
</li>
</ul>
</li>
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
Bachelor’s degree in Mechanical, Electrical, or Civil
Engineering with 3+ years in MEP engineering
</li>
<li>
Strong knowledge of MEP design, building codes, and project
coordination.
</li>
</ul>
</li>
<li>
<p>
<b>Skills: </b>Proficiency in MEP design software (e.g., Revit
MEP, AutoCAD MEP), project coordination, problem-solving, and
knowledge of HVAC, electrical, and plumbing systems.
</p>
</li>
</ul>
</div>
<div class="job-section">
<h2>
<heading-component
text="Quality Engineer (Civil)"
size="30"
sizeMobile="30"
animate
></heading-component>
</h2>
<p>
A detail-focused Quality Engineer to ensure all construction
processes and materials meet project standards and regulatory
requirements, enhancing project quality and compliance.
</p>
<ul class="job-subheading">
<li>
<p><b>Responsibilities:</b></p>
<ul class="job-points">
<li>
Conduct quality inspections, monitor construction activities,
and verify materials and workmanship meet required standards.
</li>
<li>
Develop and implement quality control plans, perform tests,
and document results to ensure project compliance.
</li>
</ul>
</li>
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
Bachelor’s degree in Civil Engineering or related field with
3+ years in quality assurance/control.
</li>
<li>
Knowledge of quality standards, inspection methods, and
construction codes.
</li>
</ul>
</li>
<li>
<p>
<b>Skills: </b>Quality control, inspection techniques, knowledge
of industry standards (e.g., ISO, ASTM), attention to detail,
and proficiency in MS Office and QA/QC software.
</p>
</li>
</ul>
</div>
<div class="job-section">
<h2>
<heading-component
text="Quality Engineer (Civil)"
size="30"
sizeMobile="30"
animate
></heading-component>
</h2>
<p>
A detail-focused Quality Engineer to ensure all construction
processes and materials meet project standards and regulatory
requirements, enhancing project quality and compliance.
</p>
<ul class="job-subheading">
<li>
<p><b>Responsibilities:</b></p>
<ul class="job-points">
<li>
Conduct quality inspections, monitor construction activities,
and verify materials and workmanship meet required standards.
</li>
<li>
Develop and implement quality control plans, perform tests,
and document results to ensure project compliance.
</li>
</ul>
</li>
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
Bachelor’s degree in Civil Engineering or related field with
3+ years in quality assurance/control.
</li>
<li>
Knowledge of quality standards, inspection methods, and
construction codes.
</li>
</ul>
</li>
<li>
<p>
<b>Skills: </b>Quality control, inspection techniques, knowledge
of industry standards (e.g., ISO, ASTM), attention to detail,
and proficiency in MS Office and QA/QC software.
</p>
</li>
</ul>
</div>
<div class="job-section">
<h2>
<heading-component
text="Safety Engineer (Civil)"
size="30"
sizeMobile="30"
animate
></heading-component>
</h2>
<p>
A proactive Safety Engineer to oversee and implement safety
protocols on construction sites, ensuring a safe working environment
and compliance with safety regulations.
</p>
<ul class="job-subheading">
<li>
<p><b>Responsibilities:</b></p>
<ul class="job-points">
<li>
Conduct safety audits, risk assessments, and develop safety
plans to mitigate hazards on-site.
</li>
<li>
Train staff on safety procedures, ensure compliance with
safety regulations, and investigate incidents.
</li>
</ul>
</li>
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
Bachelor’s degree in Civil Engineering, Environmental Health &
Safety, or related field with 3+ years of experienc.
</li>
<li>
Strong knowledge of safety standards, OSHA regulations, and
risk management.
</li>
</ul>
</li>
<li>
<p>
<b>Skills: </b>Risk assessment, safety audits, regulatory
compliance, accident investigation, and proficiency in safety
management software and MS Office
</p>
</li>
</ul>
</div>
<div class="job-section">
<h2>
<heading-component
text="Crane Operator"
size="30"
sizeMobile="30"
animate
></heading-component>
</h2>
<p>
A skilled Crane Operator to safely operate crane machinery on
construction sites, ensuring the safe and efficient movement of
materials and equipment.
</p>
<ul class="job-subheading">
<li>
<p><b>Responsibilities:</b></p>
<ul class="job-points">
<li>
Operate cranes to lift, move, and position materials and heavy
equipment on construction sites.
</li>
<li>
Perform daily inspections of crane machinery, ensuring it is
in proper working condition and report any issues.
</li>
</ul>
</li>
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
Certification in crane operation with 2+ years of experience
in operating cranes on construction sites.
</li>
<li>
Strong understanding of safety procedures, crane operations,
and load management.
</li>
</ul>
</li>
<li>
<p>
<b>Skills: </b>Crane operation, safety protocols, load handling,
equipment inspection, and ability to read and follow site plans.
</p>
</li>
</ul>
</div>
<div class="job-section">
<h2>
<heading-component
text="Site Electrician"
size="30"
sizeMobile="30"
animate
></heading-component>
</h2>
<p>
A skilled Site Electrician to install, maintain, and repair
electrical systems on construction sites, ensuring compliance with
safety standards and regulations
</p>
<ul class="job-subheading">
<li>
<p><b>Responsibilities:</b></p>
<ul class="job-points">
<li>
Install electrical wiring, lighting, and equipment as per
project specifications and safety standards.
</li>
<li>
Perform regular maintenance, troubleshooting, and repairs of
electrical systems on-site.
</li>
</ul>
</li>
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
Certification in electrical work with 2+ years of experience
in construction site electrical work.
</li>
<li>
Strong knowledge of electrical systems, wiring, and safety
regulations.
</li>
</ul>
</li>
<li>
<p>
<b>Skills: </b>Electrical installation, troubleshooting, wiring
systems, safety standards, and proficiency in using electrical
tools and equipment.
</p>
</li>
</ul>
</div>
<div class="job-section">
<h2>
<heading-component
text="Site Foreman"
size="30"
sizeMobile="30"
animate
></heading-component>
</h2>
<p>
A responsible Site Foreman to oversee construction activities
on-site, ensuring work is carried out efficiently, safely, and in
accordance with project specifications.
</p>
<ul class="job-subheading">
<li>
<p><b>Responsibilities:</b></p>
<ul class="job-points">
<li>
Supervise and coordinate daily construction activities,
ensuring work is completed on time and to high standards.
</li>
<li>
Manage and lead a team of workers, enforce safety regulations,
and maintain project progress.
</li>
</ul>
</li>
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
5+ years of experience in construction, with a proven track
record in a supervisory role.
</li>
<li>
Strong leadership skills, along with knowledge of construction
processes and safety protocols.
</li>
</ul>
</li>
<li>
<p>
<b>Skills: </b>Team management, construction site supervision,
scheduling, safety enforcement, and proficiency in construction
management software.
</p>
</li>
</ul>
</div>
<div class="job-section">
<h2>
<heading-component
text="Site Supervisor"
size="30"
sizeMobile="30"
animate
></heading-component>
</h2>
<p>
A dedicated Site Supervisor to oversee and monitor day-to-day
construction activities, ensuring that projects are executed
efficiently, safely, and according to specifications.
</p>
<ul class="job-subheading">
<li>
<p><b>Responsibilities:</b></p>
<ul class="job-points">
<li>
Supervise the workforce on-site, ensuring work is carried out
as per project requirements and timelines.
</li>
<li>
Ensure safety standards are followed, monitor material usage,
and report any project issues or delays.
</li>
</ul>
</li>
<li>
<p><b>Requirements:</b></p>
<ul class="job-points">
<li>
3+ years of experience in construction site supervision or a
related field.
</li>
<li>
Strong organizational skills and knowledge of construction
processes and safety regulations.
</li>
</ul>
</li>
<li>
<p>
<b>Skills: </b>Site supervision, team coordination, project
scheduling, safety compliance, and proficiency in MS Office and
construction management tools.
</p>
</li>
</ul>
</div>
</section>
<footer-component></footer-component>
</main>
<script src="./js/script.js" type="module"></script>
</body>
</html>