-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (100 loc) · 6.05 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Oscar Ronoh</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./styles/main.css">
</head>
<body>
<div id="container--main">
<section id="wrapper--hero" class="section--page">
<img id="profile-pic" src="./assets/images/profile_pic.jpeg">
<div>
<h1 id="user-name">Oscar Kipngetich Ronoh</h1>
<p id="bio">Software Engineer, freelancer at <a href="https://www.upwork.com/freelancers/~019c9f2a919146b59f" target="_blank">Upwork</a>, volunteer software engineer at <a href="https://www.donatecode.com/project/adhd-app-olivia/" target="_blank">ADHD app – Olivia</a>, currently building <a href="https://twitter.com/Mukaleee" target="_blank">Mukalee App</a>, an android based application that aims at appreciating and preserving the Kalenjin community, its culture and its traditions</p>
<a href="mailto:[email protected]">Send me an Email</p>
</div>
</section>
<section class="section--page">
<div id="socials--list">
<a href="https://medium.com/@ronohoscar" target="_blank">Medium</a>
<a href="https://twitter.com/rronohoscar" target="_blank">Twitter</a>
<a href="https://www.linkedin.com/in/oscar-ronoh-0aa16922a/" target="_blank">Linkedin</a>
<a href="https://github.com/ronohoscar" target="_blank">Github</a>
<a href="./assets/ronohoscarresume.pdf" target="_blank">Download Resume</a>
</div>
</section>
<section class="section--page">
<h2>Skills & Qualifications</h2>
<ul id="qualifications--list">
<li>○ 4 Years experience with front & backend development</li>
<li>○ Extensive knowledge in Web and Mobile design and Application Development</li>
<li>○ Experienced content creator on twitter & community leader </li>
</ul>
</section>
<section class="section--page">
<h2>Tech stack</h2>
<div id="wrapper--techstack__items">
<div class="card--techstack"><span>HTML, CSS, JavaScript, React js</span></div>
<div class="card--techstack"><span>Java, Kotlin</span></div>
<div class="card--techstack"><span>Node.js, NextJs</span></div>
<div class="card--techstack"><span>Firebase, MySQL</span></div>
</div>
</section>
<section id="work-history-wrapper" class="section--page">
<h2>Work History</h2>
<div class="line-break"></div>
<div class="card--work-history">
<strong>Software Engineer Volunteer| ADHD app – Olivia</strong>
<p>05/2022 - Present</p>
<p>Olivia is an application that solve problems of women living with ADHD: Attention deficit hyperactivity disorder</p>
<ul>
<li>Worked on the app's using Figma.</li>
<li>Converted the app's design on figma into an apk.</li>
</ul>
</div>
<div class="line-break"></div>
<div class="line-break"></div>
<div class="card--work-history">
<strong>Founder | Mukalee App</strong>
<p>06/2022 - Present</p>
<p>Currently building Mukalee App, an adroid based application that aims at appreciating and preserving the Kalenjin culture and its traditions</p>
<ul>
<li>Worked on the application design on Figma.</li>
<li>Started implementing the design of the application on code.</li>
</ul>
</div>
<div class="line-break"></div><div class="card--work-history">
<strong>Software Engineer Intern | CodeMax Company Limited</strong>
<p>01/2021 - 11/2021</p>
<p>Worked as a Software Engineer intern.</p>
<ul>
<li>Made contributions on developing web and android applications.</li>
<li>Debugging and testing code.</li>
<li>Researching, investigating and fixing wide range of technical issues.</li><li>Proactively learning about new technologies</li>
</ul>
</div>
<section class="section--page">
<h2>Projects & Accomplishments</h2>
<div class="card--project">
<a href="https://github.com/ronohoscar/UniversityStudentApp"><span>🏆 </span>Built an all in on android based application for a university</a>
</div>
<div class="card--project">
<a href="https://github.com/ronohoscar/googlesearchpagedesign" ><span>🏆 </span>Cloned Google search design page</a>
</div>
<div class="card--project">
<a href="https://github.com/ronohoscar/YouTubeCloneDesign" ><span>🏆 </span>Cloned Youtube design page</a>
</div>
<div class="card--project">
<a href="https://github.com/ronohoscar/ronohoscarresume"><span>🏆 </span>Designed a digital resume template</a>
</div>
<div class="card--project">
<a href="https://www.credly.com/badges/d907fef8-b51b-441a-bd2d-04c9bbd341b6"><span>🏆 </span>Game of Learners clinic for AI and ML participant</a>
</div>
</section>
</div>
</body>
</html>