-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
379 lines (368 loc) · 14.7 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="description" content="Racer" />
<link
rel="shortcut icon"
href="./WhatsApp Image 2023-08-01 at 18.44.14 (1).jpeg"
type="image/x-icon"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"
/>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
<link rel="stylesheet" href="./style/style.css" />
<title>Racer</title>
</head>
<header>
<div class="w3-display container">
<div class="w3-left w3-large">
<a href="#"> <i class="bi bi-houses-fill"></i> Racer</a>
</div>
<div class="w3-right">
<a href="#" title="Dashboard"
><span class="w3-margin-right w3-border-right w3-padding h-icon"
><i class="bi bi-pie-chart-fill"></i></span
></a>
<a href="#" title="Profile"
><span class="w3-margin-right w3-border-right w3-padding"
><span class="h-icon"
><i class="bi bi-person-heart"></i></span></span
></a>
<a href="#" title="Logout"
><span class="h-icon"><i class="bi bi-box-arrow-right"></i></span
></a>
</div>
</div>
</header>
<main>
<body>
<div style="margin-top: 3px; z-index: 1">
<!-- flashed messages -->
<div id="hire">
<!-- Page Container -->
<div class="w3-content w3-margin-top" style="max-width: 1400px">
<!-- The Grid -->
<div class="w3-row-padding">
<!-- Left Column -->
<div class="w3-col m4">
<div class="w3-text-grey w3-card-4 w3-round cont">
<div class="w3-display-container w3-round">
<img
src="./WhatsApp Image 2023-08-01 at 18.44.14 (1).jpeg"
style="width: 100%"
alt="Avatar"
class="w3-round"
/>
<div
class="w3-display-bottomleft w3-container w3-text-black"
>
<h2>Jacob Achira</h2>
</div>
</div>
<br />
<div class="w3-container description">
<p>
<i
class="bi bi-briefcase w3-margin-right w3-large w3-text-teal"
></i
>Software Engineer (Backend)
</p>
<p>
<i
class="bi bi-house w3-margin-right w3-large w3-text-teal"
></i
>Nairobi, Kenya
</p>
<p>
<i
class="bi bi-envelope w3-margin-right w3-large w3-text-teal"
></i
>achirajacob9@gmail.com
</p>
<p>
<i
class="bi bi-phone w3-margin-right w3-large w3-text-teal"
></i
>(254) 748199786
</p>
<hr />
<p class="w3-large">
<b
><i
class="bi bi-asterisk w3-margin-right w3-text-teal"
></i
>Skills</b
>
</p>
<p>
<i class="bi bi-star-fill w3-text-brown"></i>
Agile development
</p>
<p>
<i class="bi bi-star-fill w3-text-brown"></i>
Python (Programming)
</p>
<p>
<i class="bi bi-star-fill w3-text-brown"></i>
Rust (Programming)
</p>
<p>
<i class="bi bi-star-fill w3-text-brown"></i>
Web Development
</p>
<p>
<i class="bi bi-star-fill w3-text-brown"></i>
Database Management (SQL, NoSQL)
</p>
<p>
<i class="bi bi-star-fill w3-text-brown"></i>
Load Balancing
</p>
<p>
<i class="bi bi-star-fill w3-text-brown"></i>
Haproxy
</p>
<p>
<i class="bi bi-star-fill w3-text-brown"></i>
Nginx
</p>
<p>
<i class="bi bi-star-fill w3-text-brown"></i>
Testing
</p>
<p>
<i class="bi bi-star-fill w3-text-brown"></i>
Code Reviewing
</p>
<br />
<hr />
<br />
<p class="w3-large w3-text-theme">
<b
><i class="bi bi-globe w3-margin-right w3-text-teal"></i
>Languages</b
>
</p>
<p>English</p>
<div class="w3-light-grey w3-round-xlarge">
<div
class="w3-round-xlarge w3-teal w3-center"
style="height: 20px; width: 100%"
>
C1
</div>
</div>
<br />
<p>Kiswahili</p>
<div class="w3-light-grey w3-round-xlarge">
<div
class="w3-round-xlarge w3-teal w3-center"
style="height: 20px; width: 100%"
>
C2
</div>
</div>
<br />
</div>
</div>
<br />
<!-- End Left Column -->
</div>
<!-- Right Column -->
<div class="w3-col m8 description">
<div
class="w3-container w3-card w3-margin-bottom w3-round cont"
>
<!-- Projects -->
<h2 class="w3-text-grey w3-padding-16">
<i
class="bi bi-kanban w3-margin-right w3-xxlarge w3-text-teal"
></i
>Projects
</h2>
<div class="w3-container">
<h5 class="w3-opacity">
<a
href="https://github.com/AchiraALX/racer"
target="_blank"
><b>Project 1 - Racer</b></a
>
</h5>
<h6 class="w3-text-teal">
<i class="bi bi-calendar w3-margin-right"></i>Dec 2023
</h6>
<p style="text-align: justify">
Racer is a dynamic chat application tailored for
businesses to seamlessly communicate and engage with their
customers in real-time. This innovative solution provides
a user-friendly interface and offers effortless
integration, especially within websites. My commitment to
enhancing customer interactions has driven the creation of
a versatile tool that not only streamlines communication
processes but also elevates user engagement.
</p>
<br />
</div>
</div>
<div
class="w3-container w3-card w3-margin-bottom w3-round cont"
>
<h2 class="w3-text-grey w3-padding-16">
<i
class="bi bi-suitcase w3-margin-right w3-xxlarge w3-text-teal"
></i
>Work Experience
</h2>
<div class="w3-container">
<h5 class="w3-opacity">
<b>Consultant - CPHRM GROUP · Contract</b>
</h5>
<h6 class="w3-text-teal">
<i class="bi bi-calendar w3-margin-right"></i>Nov 2023 -
Jan 2023
</h6>
<p style="text-align: justify">
As a TPQA Data Collection Officer, I ensured high-quality
data by conducting thorough household visits, utilizing
digital tools for interviews, and performing visual
surveys from Monday to Saturday.
</p>
<hr />
</div>
<div class="w3-container">
<h5 class="w3-opacity">
<b
>Teaching Intern - Mathematics & Geography · Kenyenya
SDA Secondary</b
>
</h5>
<h6 class="w3-text-teal">
<i class="bi bi-calendar w3-margin-right"></i>Jan 2023 -
Apr 2023
</h6>
<p style="text-align: justify">
In my teaching internship (January to April 2023), I
developed crucial IT industry skills—analytical thinking,
attention to detail, and data management. The experience
highlighted adaptability, effective communication, and
collaboration.
</p>
<hr />
</div>
<div class="w3-container">
<h5 class="w3-opacity">
<b
>Data Collector - Public Service Commision · Contract</b
>
</h5>
<h6 class="w3-text-teal">
<i class="bi bi-calendar w3-margin-right"></i>Jun 2022 -
July 2022
</h6>
<p style="text-align: justify">
Conducted precise household surveys using digital tools,
ensuring reliable data collection. Effectively
communicated project goals to respondents, fostering a
harmonious working relationship. Collaborated closely with
supervisors, executing extensive visual surveys and
maintaining an efficient data collection process.
</p>
<br />
<hr />
</div>
<div class="w3-container">
<h5 class="w3-opacity">
<b
>Digital Farmer Registration Enumerator - Kenya Ministry
of Agriculture and Livestock Development</b
>
</h5>
<h6 class="w3-text-teal">
<i class="bi bi-calendar w3-margin-right"></i>Feb 2021 -
Feb 2021
</h6>
<p style="text-align: justify">
By utilizing digital systems, we efficiently registered
farmers and maintained accuracy in our data collection.
Our team worked seamlessly together to support farmers and
ensure a streamlined data collection process. We also met
project objectives and deadlines by displaying meticulous
attention to detail in our data collection tasks.
</p>
</div>
</div>
<div class="w3-container w3-card w3-round cont">
<h2 class="w3-text-grey w3-padding-16">
<i
class="bi bi-patch-check w3-margin-right w3-xxlarge w3-text-teal"
></i
>Education
</h2>
<div class="w3-container">
<h5 class="w3-opacity">
<b>Udacity / Agile software developer </b>
</h5>
<h6 class="w3-text-teal">
<i class="bi bi-calendar w3-margin-right"></i>December
2023 -
<span class="w3-tag w3-teal w3-round">Current</span>
</h6>
<p>Agile software Developer</p>
<hr />
</div>
<div class="w3-container">
<h5 class="w3-opacity">
<b>ALX / Software Engineering</b>
</h5>
<h6 class="w3-text-teal">
<i class="bi bi-calendar fa-fw w3-margin-right"></i
>January 2023 - January 2024
</h6>
<p>Nanodegree</p>
<hr />
</div>
<div class="w3-container">
<h5 class="w3-opacity">
<b>Moi University / Education</b>
</h5>
<h6 class="w3-text-teal">
<i class="bi bi-calendar fa-fw w3-margin-right"></i
>September 2019 - December 2023
</h6>
<p>Degree</p>
<br />
</div>
</div>
<!-- End Right Column -->
</div>
<!-- End Grid -->
</div>
<!-- End Page Container -->
</div>
</div>
</div>
</body>
</main>
<footer>
<a href="https://www.linkedin.com/in/achira-jacob/" target="_blank"
><i class="bi bi-linkedin"></i> LinkedIn</a
>
<a href="mailto:achirajacob9@gmail.com" target="_blank"
><i class="bi bi-envelope"></i> Email</a
>
<a href="https://github.com/AchiraALX" target="_blank"
><i class="bi bi-github"></i> GitHub</a
>
</footer>
</html>