-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjobListing6.html
More file actions
94 lines (76 loc) · 4.54 KB
/
Copy pathjobListing6.html
File metadata and controls
94 lines (76 loc) · 4.54 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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/jobListings.css"/>
</head>
<body>
<button class="back-button" onclick="history.go(-1)"><img class="back-button-image" src="images/icons/back-button.svg"></button>
<div>
<div>
<p class="job-heading">Software Engineering</p>
<p class="job-name">LOLC Holdings PLC</p>
<div class="location">
<img class="location-pin" src="images/icons/location-pin.png">
<p class="job-location">Colombo</p>
</div>
</div>
<div class="content-grid">
<div class="left-content">
<p class="heading">Responsibilities</p>
<ul class="points">
<li>Design, develop, and maintain scalable and high-performance software solutions.</li>
<li>Work effectively with globally distributed teams in multiple time zones.</li>
<li>Participate in design and code reviews, fix bugs, and resolve production issues</li>
<li>Design and implement highly available and scalable back-end software components</li>
</ul>
<p class="heading">Qualifications</p>
<ul class="points">
<li>Bachelor's degree in Computer Science, Engineering, or a related field.</li>
<li>Proven experience in software development with expertise in java, oop and ability to analyze requirements</li>
<li>Solid understanding of software architecture, design patterns, and best practices</li>
<li>Solid knowledge of basic algorithms.</li>
<li>Experience working with relational databases (Oracle/MySQL/PostgreSQL).</li>
<li>Strong problem-solving skills and attention to detail.</li>
<li>Excellent communication and collaboration abilities.</li>
</ul>
<p class="heading">Requirements</p>
<ul class="points">
<li>Minimum of 3 years of experience in software development.</li>
<li>Proficiency in java and databases</li>
<li>Experience working with API Gateway and Middleware tools</li>
<li>Knowledge of cloud infrastructure and cluster management tools like Kubernetes</li>
<li>Experience working in an Agile environment</li>
</ul>
<p class="heading">Benefits</p>
<ul class="points">
<li>Competitive salary</li>
<li>Retirement savings plan</li>
<li>Flexible work hours</li>
<li>Professional development opportunities</li>
</ul>
</div>
<div class="right-content">
<div style="display:inline-block">
<img class="company-logo" src="images/logos/lolc.svg">
<div>
<div class="cv-upload-text">Upload your CV</div>
<input class="cv-upload" type="file" name="fileUpload" id="cv" accept=".pdf">
<button type="submit" class="apply-job-button">
Apply for Job
</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>