-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcareer.html
More file actions
542 lines (430 loc) · 23.4 KB
/
career.html
File metadata and controls
542 lines (430 loc) · 23.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Builtline is a trusted construction company in Bangalore offering quality residential and commercial projects.">
<link rel="icon" type="image/png" href="static/image/Logo 11.jpg">
<title>Builtline Construction</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="static/css/style.css?v=20260317">
<link rel="stylesheet" href="static/css/media.css?v=2">
<!-- likes for font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css">
<link href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.min.css" rel="stylesheet">
<!-- emailjs link -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
<!-- Google fonts -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=dropper_eye" />
<link rel="canonical" href="https://builtlineconstruction.com/career.html" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WXSFV86F');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<section class="section-container">
<!-- header -->
<header class="hero-header container">
<img src="static/image/Logo1.jpg" alt="" class="Image">
<nav>
<a href="index.html"><span>HOME</span></a>
<div class="nav-dropdown">
<a href="about.html">ABOUT</a>
<div class="dropdown-menu">
<a href="construction-landing.html">BUILD HOME</a>
<hr>
<a href="career.html">CAREER</a>
</div>
</div>
<a href="services.html">SERVICE</a>
<a href="project.html">PROJECTS</a>
<a href="construction-company-in-bangalore.html">BLOGS</a>
<div class="nav-dropdown">
<a href="contact.html">CONTACT</a>
<div class="dropdown-menu">
<a href="https://builtlineconstruction.com/login.php">LOGIN</a>
</div>
</div>
<a href="package.html" class="fill-btn">
<span>GET A FREE QUOTE</span>
<div class="icon"><i class="fa-solid fa-arrow-right-long"></i></div>
</a>
</nav>
</header>
<!-- scroll -->
<header class="scroll-header">
<div class="scroll-container container">
<img src="static/image/Logo 11.jpg" alt="">
<navbar>
<a href="index.html"><span>HOME</span></a>
<div class="nav-dropdown">
<a href="about.html">ABOUT</a>
<div class="dropdown-menu">
<a href="construction-landing.html">BUILD HOME</a>
<hr>
<a href="career.html">CAREER</a>
</div>
</div>
<a href="services.html">SERVICE</a>
<a href="project.html">PROJECTS</a>
<a href="construction-company-in-bangalore.html">BLOGS</a>
<div class="nav-dropdown">
<a href="contact.html">CONTACT</a>
<div class="dropdown-menu">
<a href="https://builtlineconstruction.com/login.php">LOGIN</a>
</div>
</div>
<a href="package.html" class="class-btn">GET A QUOTE<i class="fa-solid fa-arrow-right-long"></i></a>
</navbar>
</div>
</header>
<section class="career-container">
<div class="container">
<div class="expertise-header"data-aos="zoom-in" style="margin-top: 120px;">
<center>
<h2>Career</h2>
<div class="underline"></div>
</center>
</div>
<div class="career-hero">
<h1>BUILD YOUR CAREER WITH US</h1>
<div class="hero-buttons">
<a href="#openings" class="btn primary career-btn">View Open Positions</a>
<a href="https://forms.gle/xTfPBqXCR52kwsPb6" target="_blank" class="btn secondary">Apply Now</a>
</div>
<div class="divider"></div>
<div class="highlights">
<span>Safety First</span>
<span>Skilled Team</span>
<span>Career Growth</span>
</div>
<div class="career-content">
<span>At Builtline Construction, trust, integrity, and teamwork form the foundation of everything we do. We believe that strong relationships and ethical practices are the key to long-term success. Our work culture promotes transparency, mutual respect, and open communication, ensuring that every team member feels valued and heard.</span>
<span>At Builtline Construction, we do not just build quality structures we build strong careers. Whether you are an experienced professional seeking new challenges or a motivated fresher eager to start your journey, we offer opportunities that encourage growth, innovation, and long-term stability.</span>
<h4>Innovative & Collaborative Culture</h4>
<span>We foster a workplace where ideas are welcomed, creativity is encouraged, and teamwork drives innovation. Our open environment allows every team member to contribute freely and grow with confidence.</span>
<h4>Dedicated Industry Experts</h4>
<span>Our team consists of committed professionals who bring technical excellence, practical knowledge, and strong work ethics to every project. Passion and precision guide everything we build.</span>
<h4>Shared Purpose & Strong Leadership</h4>
<span>We work with a unified vision to deliver quality construction solutions. Through strong leadership and teamwork, we strive to achieve excellence in every project we undertake.</span>
<span>Join a construction company committed to safety, quality, and long-term career growth.</span>
</div>
</div>
<section class="job-container" id="openings">
<div class="container">
<div class="expertise-header"data-aos="zoom-in">
<center>
<h2>Opening Positions</h2>
<div class="underline"></div>
</center>
</div>
<div class="row g-4 mt-4">
<!-- blog1 -->
<div class="col-mg-6 col-lg-6" >
<div class="card-show shadow h-100">
<div class="job-card">
<h3>Site Engineer</h3>
<p><strong>Role:</strong> Supervise site construction activities and ensure project execution as per drawings.</p>
<p><strong>Responsibilities:</strong></p>
<ul>
<li>Supervise daily construction activities</li>
<li>Coordinate labour and contractors</li>
<li>Ensure safety compliance</li>
<li>Monitor site progress</li>
</ul>
<p><strong>Required Skills:</strong></p>
<ul>
<li>Site management</li>
<li>AutoCAD knowledge</li>
<li>Problem-solving ability</li>
</ul>
<p><strong>Qualification:</strong> B.E / B.Tech / Diploma in Civil Engineering</p>
<p><strong>Experience:</strong> 1–4 Years</p>
<a href="https://forms.gle/xTfPBqXCR52kwsPb6" target="_blank" class="btn job-btn">Apply for This Position</a>
</div>
</div>
</div>
<!-- blog - 2 -->
<div class="col-mg-6 col-lg-6" >
<div class="card-show shadow h-100">
<div class="job-card">
<h3>Graduate Trainee / Site Intern</h3>
<p><strong>Role:</strong> Assist site engineers and gain practical exposure.</p>
<p><strong>Responsibilities:</strong></p>
<ul>
<li>Support site supervision</li>
<li>Assist in documentation</li>
<li>Learn project execution</li>
</ul>
<p><strong>Required Skills:</strong></p>
<ul>
<li>Basic civil knowledge</li>
<li>Teamwork</li>
</ul>
<p><strong>Qualification:</strong> Final Semester Civil / Architecture</p>
<p><strong>Experience:</strong> Fresher</p>
<a href="https://forms.gle/xTfPBqXCR52kwsPb6" target="_blank" class="btn job-btn">Apply for This Position</a>
</div>
</div>
</div>
<!-- blog 3 -->
<div class="col-mg-6 col-lg-6" >
<div class="card-show shadow h-100">
<div class="job-card">
<h3>Junior Architect</h3>
<p><strong>Role:</strong> Assist in design and drawing preparation.</p>
<p><strong>Responsibilities:</strong></p>
<ul>
<li>Prepare drawings</li>
<li>Support senior architect</li>
<li>Client presentations</li>
</ul>
<p><strong>Required Skills:</strong></p>
<ul>
<li>AutoCAD</li>
<li>SketchUp</li>
</ul>
<p><strong>Qualification:</strong> B.Arch</p>
<p><strong>Experience:</strong> 0–2 Years</p>
<a href="https://forms.gle/xTfPBqXCR52kwsPb6" target="_blank" class="btn job-btn">Apply for This Position</a>
</div>
</div>
</div>
<!-- blog 4 -->
<div class="col-mg-6 col-lg-6" >
<div class="card-show shadow h-100">
<div class="job-card">
<h3>Senior Architect</h3>
<p><strong>Role:</strong> Lead design projects and manage clients.</p>
<p><strong>Responsibilities:</strong></p>
<ul>
<li>Approve designs</li>
<li>Conduct client meetings</li>
<li>Coordinate teams</li>
</ul>
<p><strong>Required Skills:</strong></p>
<ul>
<li>Revit</li>
<li>Leadership</li>
<li>Presentation</li>
</ul>
<p><strong>Qualification:</strong> B.Arch / M.Arch</p>
<p><strong>Experience:</strong> 5+ Years</p>
<a href="https://forms.gle/xTfPBqXCR52kwsPb6" target="_blank" class="btn job-btn">Apply for This Position</a>
</div>
</div>
</div>
<!-- blog 5 -->
<div class="col-mg-6 col-lg-6" >
<div class="card-show shadow h-100">
<div class="job-card">
<h3>3D Visualiser</h3>
<p><strong>Role:</strong> Create realistic 3D renders.</p>
<p><strong>Responsibilities:</strong></p>
<ul>
<li>Develop visualizations</li>
<li>Create walkthroughs</li>
</ul>
<p><strong>Required Skills:</strong></p>
<ul>
<li>3ds Max</li>
<li>Lumion</li>
<li>Photoshop</li>
</ul>
<p><strong>Qualification:</strong> Degree / Diploma in Design</p>
<p><strong>Experience:</strong> 1–3 Years</p>
<a href="https://forms.gle/xTfPBqXCR52kwsPb6" target="_blank" class="btn job-btn">Apply for This Position</a>
</div>
</div>
</div>
<!-- blog - 6 -->
<div class="col-mg-6 col-lg-6" >
<div class="card-show shadow h-100">
<div class="job-card">
<h3>Client Relations & Sales Executive</h3>
<p><strong>Role:</strong> Manage client communication and generate sales leads.</p>
<p><strong>Responsibilities:</strong></p>
<ul>
<li>Handle inquiries</li>
<li>Follow up with clients</li>
<li>Maintain customer relationships</li>
</ul>
<p><strong>Required Skills:</strong></p>
<ul>
<li>Communication</li>
<li>Negotiation</li>
<li>CRM knowledge</li>
</ul>
<p><strong>Qualification:</strong> Any Bachelor’s Degree</p>
<p><strong>Experience:</strong> 1–3 Years</p>
<a href="https://forms.gle/xTfPBqXCR52kwsPb6" target="_blank" class="btn job-btn">Apply for This Position</a>
</div>
</div>
</div>
<!-- blog 7 -->
<div class="col-mg-6 col-lg-6" >
<div class="card-show shadow h-100">
<div class="job-card">
<h3>Architectural Intern</h3>
<p><strong>Role:</strong> Support architectural drafting and modeling.</p>
<p><strong>Responsibilities:</strong></p>
<ul>
<li>Assist in design drafting</li>
<li>Prepare 3D models</li>
</ul>
<p><strong>Required Skills:</strong></p>
<ul>
<li>AutoCAD</li>
<li>SketchUp</li>
</ul>
<p><strong>Qualification:</strong> Architecture Student</p>
<p><strong>Experience:</strong> Fresher</p>
<a href="https://forms.gle/xTfPBqXCR52kwsPb6" target="_blank" class="btn job-btn">Apply for This Position</a>
</div>
</div>
</div>
<!-- blog 8 -->
<div class="col-mg-6 col-lg-6" >
<div class="card-show shadow h-100">
<div class="job-card">
<h3>Graphic Designer / Social Media Manager</h3>
<p><strong>Role:</strong> Manage branding and social media content.</p>
<p><strong>Responsibilities:</strong></p>
<ul>
<li>Create marketing creatives</li>
<li>Manage social platforms</li>
</ul>
<p><strong>Required Skills:</strong></p>
<ul>
<li>Photoshop</li>
<li>Canva</li>
<li>Content creation</li>
</ul>
<p><strong>Qualification:</strong> Degree in Design / Marketing</p>
<p><strong>Experience:</strong> 1–3 Years</p>
<a href="https://forms.gle/xTfPBqXCR52kwsPb6" target="_blank" class="btn job-btn">Apply for This Position</a>
</div>
</div>
</div>
<!-- blog 9 -->
<div class="col-mg-6 col-lg-6" >
<div class="card-show shadow h-100">
<div class="job-card">
<h3>Creative Strategist</h3>
<p><strong>Role:</strong> Develop marketing strategies and campaigns.</p>
<p><strong>Responsibilities:</strong></p>
<ul>
<li>Create branding strategies</li>
<li>Conduct market research</li>
</ul>
<p><strong>Required Skills:</strong></p>
<ul>
<li>Strategic thinking</li>
<li>Marketing knowledge</li>
</ul>
<p><strong>Qualification:</strong> MBA / Marketing</p>
<p><strong>Experience:</strong> 2–5 Years</p>
<a href="https://forms.gle/xTfPBqXCR52kwsPb6" target="_blank" class="btn job-btn" >Apply for This Position</a>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="services-Cta">
<div class="sub-Text">
<h3>Explore Future Opportunities With Us</h3>
<p class="fs-5">Didn’t find a suitable role? <br>
Feel free to send your resume to
<a href="mailto:careersbuiltlineconstruction@gmail.com?subject=Job Application - Builtline Construction">
careersbuiltlineconstruction@gmail.com
</a>
</p>
<p class="fs-5">We are constantly looking for passionate and skilled professionals to join us.</p>
</div>
<div class="animation-video">
<video src="static/image/job-image.webm" autoplay muted loop
playsinline></video>
</div>
</div>
</div>
</section>
<!-- whatsapp -->
<a href="https://wa.me/919148498588"
class="whatsapp-float"
target="_blank">
<i class="fa-brands fa-whatsapp"></i>
</a>
<div id="scrollProgress">
<svg width="60" height="60">
<circle
cx="30"
cy="30"
r="26"
stroke="#e0e0e0"
stroke-width="4"
fill="none"
/>
<circle
id="progressCircle"
cx="30"
cy="30"
r="26"
stroke="orange"
stroke-width="4"
fill="none"
stroke-linecap="round"
/>
</svg>
<span class="arrow"><i class="fa-solid fa-arrow-up"></i></span>
</div>
</section>
<!-- script links -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="static/script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.min.js"></script>
<script>
AOS.init();
</script>
<script>
window.addEventListener("scroll", () => {
if (window.scrollY > 120) {
document.body.classList.add("scrolled");
} else {
document.body.classList.remove("scrolled");
}
});
</script>
<script>
document.addEventListener("DOMContentLoaded", function () {
const btn = document.getElementById("scrollProgress");
const circle = document.getElementById("progressCircle");
const radius = circle.r.baseVal.value;
const circumference = 2 * Math.PI * radius;
circle.style.strokeDasharray = `${circumference}`;
circle.style.strokeDashoffset = `${circumference}`;
window.addEventListener("scroll", () => {
const scrollTop = window.pageYOffset;
const height =
document.documentElement.scrollHeight - window.innerHeight;
const progress = scrollTop / height;
const offset = circumference - progress * circumference;
circle.style.strokeDashoffset = offset;
btn.style.display = scrollTop > 150 ? "block" : "none";
});
btn.addEventListener("click", () => {
window.scrollTo({ top: 0, behavior: "smooth" });
});
});
</script>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WXSFV86F"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
</body>
</html>