-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjobListing5.html
More file actions
96 lines (79 loc) · 4.78 KB
/
Copy pathjobListing5.html
File metadata and controls
96 lines (79 loc) · 4.78 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
<!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 Architect</p>
<p class="job-name">Twixia Tech</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>Lead the design and architecture of complex software systems.</li>
<li>Collaborate with cross-functional teams to define technical requirements</li>
<li>Evaluate and recommend technologies, tools, and frameworks.</li>
<li>Provide guidance on best practices, coding standards, and system design principles</li>
<li>Ensure scalability, security, and performance of software applications.</li>
<li>Mentor and guide development teams in implementing architectural solutions</li>
</ul>
<p class="heading">Qualifications</p>
<ul class="points">
<li>Bachelor's or Master's degree in Computer Science or a related field.</li>
<li>Proven experience as a Software Architect in a complex software environment.</li>
<li>Expertise in system design, microservices architecture, and cloud technologies.</li>
<li>Proficiency in multiple programming languages</li>
<li>Strong understanding of software development methodologies and practices.</li>
<li>Excellent communication and leadership skills</li>
</ul>
<p class="heading">Requirements</p>
<ul class="points">
<li>Experience working in an R&D environment</li>
<li>Minimum of years of experience as a Software Architect.</li>
<li>Hands-on experience with architecture modeling tools and techniques.</li>
<li>Familiarity with agile development methodologies.</li>
<li>Experience in designing and implementing RESTful APIs.</li>
<li>Strong problem-solving and decision-making abilities</li>
</ul>
<p class="heading">Benefits</p>
<ul class="points">
<li>Competitive salary</li>
<li>Health, dental, and vision insurance</li>
<li>Retirement savings plan</li>
<li>Professional development opportunities</li>
<li>Collaborative and innovative work environment</li>
</ul>
</div>
<div class="right-content">
<div style="display:inline-block">
<img class="company-logo" src="images/logos/twixia.jpeg">
<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>