-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui-developer.html
109 lines (106 loc) · 3.72 KB
/
ui-developer.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UI Developer - Ajira | Job Description</title>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<link rel="stylesheet" href="jd.css" />
</head>
<body>
<header class="nav-header">
<a href="/careers">
<img id="ajira-header-logo" src="ajira-logo.svg" />
</a>
</header>
<div class="hero">
<div class="role">
<p class="role-title">UI Developer</p>
<p class="role-location-type">Chennai, India - Full time</p>
<div class="checklists">
<div class="checklist">
<img src="check.svg" />
<p>Do you have interpersonal skills?</p>
</div>
<div class="checklist">
<img src="check.svg" />
<p>Are you skillful in understanding the key design principle?</p>
</div>
<div class="checklist">
<img src="check.svg" />
<p>
Do you have problem solving skills?
</p>
</div>
<div class="checklist">
<img src="check.svg" />
<p>
Are you feeling that your learning is not high as it can be?
</p>
</div>
<div class="checklist">
<img src="check.svg" />
<p>
Do you want to have a great client consulting experience?
</p>
</div>
</div>
</div>
<div class="cta-container"><a class="hero-cta-link" href="https://docs.google.com/forms/d/1cFjrDx8MFFLAlHpnlRu6STDHE5plEjQSaKhbgbYd-3o/viewform?edit_requested=true">Apply Now</a></div>
</div>
<section class="pre-requisites-container">
<div class="pre-requisites">
<header>
<p class="pre-requisites-header-title">What We Look For</p>
</header>
<section class="pre-requisites-body">
<p>Bring in a "can-do" attitude.</p>
<p>
Passion for details and ability to see beyond the obvious.
</p>
<p>
Liaise with the client to gauge their needs and expectations.
</p>
<p>
Ability to ask the right questions and communicate your ideas with clarity.
</p>
<p>
Work together in a fast-paced environment to solve customer challenges.
</p>
<p>
Use analytics to test client requirement.
</p>
</section>
</div>
</section>
<section class="responsibilities-container">
<header>
<p class="responsibilities-header">
As a UI Developer with 2+ years of experience...
</p>
<div class="responsibilities">
<p class="responsibility">
Strong with Javascript/ Typescript with good understanding of DOM.
</p>
<p class="responsibility">
Experience with UI frameworks such as React/ Angular/ VueJS.
</p>
<p class="responsibility">
Good with CSS/ SCSS/ SASS and handling responsive UI development.
</p>
<p class="responsibility">
Experience using standard UI frameworks such as bootstrap, bulma, material ui etc.
</p>
<p class="responsibility">
Ability to split code into logical components with impetus towards writing reusable components/ styles.
</p>
<p class="responsibility">Conduct user testing.</p>
<p class="responsibility">
Experience with handling state management, separation of layers with the right kind of abstraction.
</p>
</div>
<div class="cta-container"><a class="hero-cta-link" href="https://docs.google.com/forms/d/1cFjrDx8MFFLAlHpnlRu6STDHE5plEjQSaKhbgbYd-3o/viewform?edit_requested=true">Apply Now</a></div>
</header>
</section>
</body>
</html>