forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
/
aboutme.html
53 lines (50 loc) · 1.8 KB
/
aboutme.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
---
layout: page
title: About me
subtitle: 'Reverse Engineering William'
css: '/css/aboutme.css'
---
<div id="aboutme-section">
<p class="about-text">
<span class="fa fa-briefcase about-icon"></span>
I am a Software Developer from Nairobi Kenya who loves to write software to
build great products. I have a bias for Web and Mobile development. I am
proficient in Javascript, TypeScript, and C# programming languages and always
learning something new. I leverage on JS frameworks such as React
and NextJS to deliver great experiences to users. Currently working as a
Senior Software Engineer at
<a target="_blank" href="https://brave.com">Brave</a>.
<br />
Previously I worked for
<a target="_blank" href="https://humanitec.com">Humanitec</a>,
<a target="_blank" href="https://fitts.io">Fitts</a>,
BBC (British Broadcasting Corporation in
<a
href="https://medium.com/bbc-visual-and-data-journalism/how-the-bbc-visual-and-data-journalism-team-works-with-graphics-in-r-ed0b35693535"
>Visual Journalism Department</a
>
and
<a target="_blank" href="https://www.transparency.org/"
>Transparency International</a
>.
</p>
<p class="about-text">
<span class="fa fa-heart about-icon"></span>
I really enjoy travelling and meeting new people. Besides writing code, I a
big fan of hip hop music and podcast such as Dissect.
</p>
</div>
<div id="contactme-section">
<h1 id="contact">Contact</h1>
<p>
You can
<a
href="mailto:[email protected]?subject=Hello from muliswilliam.github.io"
>
email me</a
>
or find me <a href="https://twitter.com/muliswilliam">on Twitter</a> if you
want to get in touch. As I said, I love meeting new people so don't hesitate
to send a message!
</p>
</div>