-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareer-details.html
730 lines (698 loc) · 22.3 KB
/
career-details.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8" />
<title>Grouwthus</title>
<!--Meta For No Index-->
<meta name="robots" content="noindex, Nofollow, Noimageindex">
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- Stylesheets -->
<link href="vendor/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
<link href="vendor/icomoon/style.css" rel="stylesheet" />
<link href="vendor/aos/aos.css" rel="stylesheet" />
<link href="vendor/slick/slick-theme.css" rel="stylesheet" />
<link href="vendor/slick/slick.css" rel="stylesheet" />
<link href="css/theme.css" rel="stylesheet" />
<link href="vendor/phosphor-icons/css/phosphor.css" rel="stylesheet" />
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="icon" href="images/favicon.png" type="image/x-icon" />
</head>
<body>
<!--
#############
Navbar Area
#############
-->
<header>
<!--Navbar-->
<nav
class="navbar navbar-expand-lg position-fixed w-100 zindex-dropdown"
id="navigationBar"
>
<div class="container">
<!--Navbar Brand-->
<a
class="navbar-brand"
href="index.html"
>
<img
src="images/logo.svg"
alt="logo"
/>
</a>
<!--Navbar Toggler-->
<button
class="navbar-toggler p-3"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-default">
<svg
width="14"
height="14"
viewBox="0 0 18 18"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill="white"
d="M17.4,6.2H0.6C0.3,6.2,0,5.9,0,5.5V4.1c0-0.4,0.3-0.7,0.6-0.7h16.9c0.3,0,0.6,0.3,0.6,0.7v1.4C18,5.9,17.7,6.2,17.4,6.2z M17.4,14.1H0.6c-0.3,0-0.6-0.3-0.6-0.7V12c0-0.4,0.3-0.7,0.6-0.7h16.9c0.3,0,0.6,0.3,0.6,0.7v1.4C18,13.7,17.7,14.1,17.4,14.1z"
></path>
</svg>
</span>
<span class="navbar-toggler-toggled">
<svg
width="14"
height="14"
viewBox="0 0 18 18"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill="white"
d="M11.5,9.5l5-5c0.2-0.2,0.2-0.6-0.1-0.9l-1-1c-0.3-0.3-0.7-0.3-0.9-0.1l-5,5l-5-5C4.3,2.3,3.9,2.4,3.6,2.6l-1,1 C2.4,3.9,2.3,4.3,2.5,4.5l5,5l-5,5c-0.2,0.2-0.2,0.6,0.1,0.9l1,1c0.3,0.3,0.7,0.3,0.9,0.1l5-5l5,5c0.2,0.2,0.6,0.2,0.9-0.1l1-1 c0.3-0.3,0.3-0.7,0.1-0.9L11.5,9.5z"
></path>
</svg>
</span>
</button>
<!--Navbar Menus Collapse-->
<div
class="collapse navbar-collapse"
id="navbarSupportedContent"
>
<ul class="navbar-nav ms-xl-5">
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
role="button"
data-bs-toggle="dropdown"
>
Services
</a>
<ul class="dropdown-menu">
<li class="dropdown-menu-wrapper">
<ul class="list-unstyled">
<li class="dropdown-menu-item">
<a href="expert-consultations.html"> Expert Consultations </a>
</li>
<li class="dropdown-menu-item">
<a href="data-strategy.html"> Data Strategy </a>
</li>
</li>
<li class="dropdown-menu-item">
<a href="data-architecture.html"> Data Architecture </a>
</li>
<li class="dropdown-menu-item">
<a href="data-infrastructure.html"> Data Infrastructure </a>
</li>
<li class="dropdown-menu-item">
<a href="data-warehouse.html"> Data Warehouse </a>
</li>
<li class="dropdown-menu-item">
<a href="ab-platform.html"> AB Platform </a>
</li>
<li class="dropdown-menu-item">
<a href="machine-learning.html"> Machine Learning </a>
</li>
<li class="dropdown-menu-item">
<a href="business-intelligence.html"> Business Intelligence (BI) </a>
</li>
</ul>
</li>
</ul>
</li>
<li class="nav-item">
<a
href="about.html"
class="nav-link "
>
About
</a>
</li>
<li class="nav-item">
<a
class="nav-link "
href="blog.html"
>
Blog
</a>
</li>
<li class="nav-item">
<a
class="nav-link active"
href="career.html"
>
Jobs
</a>
</li>
<li class="nav-item">
<a
class="nav-link "
href="contact.html"
>
Contacts
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!--
#############
End of Navbar Area
#############
-->
<!--
###########
HEro Section For Projects
###########
-->
<section class="page-hero">
<div class="container">
<div class="row">
<div class="@@collClass">
<div class="page-heading">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li
class="breadcrumb-item"
aria-current="page"
>
<a href="index.html"> Home </a>
</li>
<li
class="breadcrumb-item active "
aria-current="page"
>
Job Title
</li>
</ol>
</nav>
<div class="page-heading-content">
<h1>Data Infrastructure Engineer /<br>Data DevOps</h1>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- #############
Career Details Section for About Page
############# -->
<section class="career-details py-7">
<div class="container">
<div class="row">
<div class="col-lg-9">
<div class="career-details-content">
<h3>About the team</h3>
<p>
We are almost 15 years into Big Data era, but the infrastructural part of it is still pre-mature. Commercial solutions are too narrow-scoped while open-source ones are too general and not feature-rich enough. This is why we created a separate infrastructure team that holds the knowledge of deployment and operation of Data components.
</p>
</div>
<div class="career-details-content">
<h3>Job Description</h3>
<p>
As a Data Infrastructure Engineer you will be responsible for the Data infrastructure of the clients to stay operational. This could involve working in cloud setup as well as on-premise one.
</p>
<p>
Your day-to-day activity may be split into 3 streams. First, incident management. No one likes incidents but unfortunately their happen. So when they happen you're expected to exclude infrastructural layer from the list of problems or fix the problem.
Second, deployment of new components. While we don't think of deployment as hard thing in itself, stitching components together may need a lot of effort. And the third part is actually developing the solutions that we have to make them easier to use.
</p>
</div>
<div class="career-details-content">
<h3>You Will:</h3>
<ul class="list-unstyled">
<li>
<span> - </span>
<p>Analyze clients' infrastructure and develop approaches to deploy Data components into it.</p>
</li>
<li>
<span> - </span>
<p>
Advise the team on infrastructural aspects of Data architecture.
</p>
</li>
<li>
<span> - </span>
<p>Actually deploy and operate chosen components.</p>
</li>
<li>
<span> - </span>
<p>
Set up scalability parameters for the system.
</p>
</li>
<li>
<span> - </span>
<p>
Implement monitoring and alerting systems.
</p>
</li>
</ul>
</div>
<div class="career-details-content">
<h3>Requirments</h3>
<ul class="list-unstyled">
<li>
<span> - </span>
<p>5+ years of experience deploying and maintaining IT products.</p>
</li>
<li>
<span> - </span>
<p>
Linux systems understanding on advanced user level.
</p>
</li>
<li>
<span> - </span>
<p>Knowledge of Kubernetes on advanced user level.</p>
</li>
<li>
<span> - </span>
<p>Interest in working with Data components.</p>
</li>
<li>
<span> - </span>
<p>Business mindset, client-first approach</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- #############
Career Details Section for About Page
############# -->
<!-- #############
Career Contact Form
############# -->
<section class="career-contact-form contact-form py-7">
<div class="container">
<div class="row">
<!--Contact Form Area-->
<div class="col-lg-9 mx-auto">
<div class="section-header text-start">
<h2>Apply for this job</h2>
</div>
<form class="row g-4">
<div class="col-md-12">
<label class="form-label d-block"> Upload Your Resume </label>
<!-- <input class="form-control-file" type="file" id="inportFile"> -->
<!-- actual upload which is hidden -->
<input
type="file"
id="file-input"
hidden
/>
<!-- our custom upload button -->
<label
class="file-input"
for="file-input"
>
<svg
width="17"
height="20"
viewBox="0 0 17 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
class="svg-stroke-black"
d="M11.7495 5.87451L4.59023 13.1527C4.33237 13.4105 4.1875 13.7603 4.1875 14.1249C4.1875 14.4896 4.33237 14.8393 4.59023 15.0972C4.84809 15.3551 5.19783 15.4999 5.5625 15.4999C5.92717 15.4999 6.27691 15.3551 6.53477 15.0972L15.069 6.44406C15.3244 6.18869 15.527 5.88554 15.6652 5.55189C15.8034 5.21825 15.8745 4.86065 15.8745 4.49951C15.8745 4.13838 15.8034 3.78078 15.6652 3.44713C15.527 3.11349 15.3244 2.81033 15.069 2.55497C14.8137 2.29961 14.5105 2.09704 14.1769 1.95884C13.8432 1.82064 13.4856 1.74951 13.1245 1.74951C12.7634 1.74951 12.4058 1.82064 12.0721 1.95884C11.7385 2.09704 11.4353 2.29961 11.18 2.55497L2.64568 11.2081C1.8721 11.9817 1.4375 13.0309 1.4375 14.1249C1.4375 15.2189 1.8721 16.2682 2.64568 17.0417C3.41927 17.8153 4.46848 18.2499 5.5625 18.2499C6.65652 18.2499 7.70573 17.8153 8.47932 17.0417L15.5307 9.99951"
stroke=""
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
<span id="file">Upload CV</span>
</label>
<!-- name of file chosen -->
<span id="file-chosen"></span>
</div>
<div class="col-md-6">
<label
for="inputName"
class="form-label"
>Your Full Name</label
>
<input
type="text"
class="form-control"
id="inputName"
placeholder="Your Full Name "
/>
</div>
<div class="col-md-6">
<label
for="inputEmail142"
class="form-label"
>Email Address</label
>
<input
type="email"
class="form-control"
id="inputEmail142"
placeholder="Email Address"
/>
</div>
<div class="col-md-6">
<label
for="inputPhoneNumber"
class="form-label"
>
Phone Number</label
>
<input
type="text"
class="form-control"
id="inputPhoneNumber"
placeholder="Phone Number"
/>
</div>
<div class="col-md-6">
<label
for="InputLInkedIN"
class="form-label"
>Linked In Profile</label
>
<input
type="text"
class="form-control"
id="InputLInkedIN"
placeholder="linkedin.com/dezakir"
/>
</div>
<div class="col-md-6">
<label
for="inputPortfolioLInk"
class="form-label"
>Portfolio Link</label
>
<input
type="text"
class="form-control"
id="inputPortfolioLInk"
placeholder="Portfolio Link"
/>
</div>
<div class="col-md-6">
<label
for="inputComapnyWebsite"
class="form-label"
>Current Company Websitet</label
>
<input
type="text"
class="form-control"
id="inputComapnyWebsite"
placeholder="Current Company Website"
/>
</div>
<div class="col-12">
<label
for="inputgulprea"
class="form-label"
>About yourself & tell us why you thought, you are fit on this position?</label
>
<textarea
class="form-control"
id="inputtextArea"
placeholder="About Yourself"
rows="10"
spellcheck="false"
></textarea>
</div>
<div class="col-12">
<button
type="submit"
class="btn btn-primary"
>
Apply The Position
</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!--
#############
Navigation Footer Section
#############
-->
<footer
class="footer text-center text-md-start py-7"
id="footer"
>
<div class="container">
<!--Navigation Top Footer area-->
<div class="row">
<!-- Navigation Footer Logo -->
<div class="col-12 col-lg-3 me-auto mt-4">
<div class="footer-description text-center text-lg-start">
<a
href="index.html"
class="mb-5"
>
<img
src="images/footer-logo.svg"
alt="logo"
/>
</a>
<p>Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing .</p>
</div>
<div class="footer-description text-center text-lg-start pb-md-6">
<p class="mb-3">Stay in touch</p>
<form
action="#"
class="footer-submit-form"
>
<div class="from-group">
<div class="input-group">
<input
type="email"
class="form-control"
placeholder="Your email address"
/>
<div class="submit">
<button type="submit">
<svg
width="16"
height="14"
viewBox="0 0 16 14"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M0.00761904 14L16 7L0.00761904 0L0 5.44444L11.4286 7L0 8.55556L0.00761904 14Z"
fill="white"
/>
</svg>
</button>
</div>
</div>
</div>
</form>
</div>
</div>
<!--Navigation Footer Logo-->
<!--Navigation Footer Cols-->
<div class="col-12 col-md-4 col-lg-2">
<div class="footer-widget pt-3">
<h6>Company</h6>
<ul class="list-unstyled">
<li>
<a
href="service.html"
class="py-2"
>Services
</a>
</li>
<li>
<a
href="career.html"
class="py-2"
>Career</a
>
</li>
<li>
<a
href="blog.html"
class="py-2"
>Blogs</a
>
</li>
<li>
<a
href="contact.html"
class="py-2"
>Contact us</a
>
</li>
</ul>
</div>
<div class="footer-widget pt-3">
<h6>Company</h6>
<ul class="list-unstyled">
<li>
<a
href="privacy-policy.html"
class="py-2"
>
Privacy Policy</a
>
</li>
<li>
<a
href="terms-condition.html"
class="py-2"
>Terms of Service</a
>
</li>
<li>
<a
href="business-policy.html"
class="py-2"
>Business Policy</a
>
</li>
</ul>
</div>
</div>
<!--End of Navigation Footer Cols-->
<!--Navigation Footer Cols-->
<div class="col-12 col-md-4 col-lg-3">
<div class="footer-widget pt-3">
<h6>Canada</h6>
<p>
1901 Thornridge Cir. Shiloh, <br />
Hawaii 81063
</p>
</div>
<div class="footer-widget pt-3">
<h6>United States</h6>
<p>
2118 Thornridge Cir. Syracuse,<br />
Connecticut 35624
</p>
</div>
<div class="footer-widget pt-3">
<h6>Work inquiries</h6>
<ul class="list-unstyled">
<li>
<p class="mb-0">Interested in working with us?</p>
</li>
<li>
<a
href="mailto:[email protected]"
class="mb-4"
>
>
</li>
<li><a href="tel:+3.230.705.5448"> Ph: +3.230.705.5448</a></li>
</ul>
</div>
</div>
<!--End of Navigation Footer Cols-->
<!--Navigation Footer Cols-->
<div class="col-12 col-md-4 col-lg-2">
<div class="footer-widget pt-3">
<h6>Social Media</h6>
<ul class="list-unstyled">
<li>
<a
href="#"
class="py-2"
>
Facebook
</a>
</li>
<li>
<a
href="#"
class="py-2"
>
Twitter
</a>
</li>
<li>
<a
href="#"
class="py-2"
>
Lindedin
</a>
</li>
</ul>
</div>
<div class="footer-widget pt-3">
<h6>Resources</h6>
<ul class="list-unstyled">
<li>
<a
href="contact.html"
class="py-2"
>
Help & Support
</a>
</li>
<li>
<a
href="project.html"
class="py-2"
>
Customer Case Studies
</a>
</li>
</ul>
</div>
</div>
<!--End of Navigation Footer Cols-->
</div>
<!--End of Navigation Footer Top Area-->
<!-- Footer Bottom Area -->
<div class="row clearfix">
<div class="col-md-12">
<div class="text-center text-lg-start">
<p class="text-secondary-light mb-0">
Copyright <span id="copyrightYear"></span> Growthus, All rights reserved!
</p>
</div>
</div>
</div>
<!-- End of Footer Bottom Area -->
</div>
<!--End of footer Items-->
</footer>
<!--
#############
End Navigation Footer Section
#############
-->
<!--
#############
Footer Area
#############
-->
<!-- Mark up for Script Section-->
<script src="vendor/jQuery/jquery.min.js"></script>
<script src="vendor/bootstrap/bootstrap.bundle.min.js"></script>
<script src="vendor/slick/slick.min.js"></script>
<script src="vendor/aos/aos.js"></script>
<script src="vendor/tweenmax/TweenMax.min.js"></script>
<script src="vendor/isotop/isotop-package.js"></script>
<script src="vendor/waypoints/waypoints.min.js"></script>
<script src="vendor/counter-up/countup.js"></script>
<script src="js/script.js"></script>
</body>
</html>