-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
135 lines (113 loc) · 6.54 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Sarah Wanyeki</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/sarah.jpg"/>
<div>
<h1 id="user-name">Sarah Wanyeki</h1>
<p id="bio">Software developer at <a href="https://ongozytech.co.ke/" target="_blank">Ongozy Technology</a></p>
<p>👉 ongozytech.co.ke</p>
</div>
</section>
<sections class="section--page">
<div id="socials--list">
<a href="#" target="_blank">Youtube</a>
<a href="#" target="_blank">Twitter</a>
<a href="#" target="_blank">Linkedin</a>
<a href="#" target="_blank">Github</a>
<a href="assets/resume.pdf" target="_blank">Download Resume</a>
</div>
</sections>
<section class="section--page">
<h2>Skills and Qualifications</h2>
<ul id="qualification--list">
<li>✔️ 1 Year experience with front & backend development</li>
<li>✔️ Basic knowledge Database Design.</li>
</ul>
</section>
<section class="section--page">
<h2>Tech Stack</h2>
<div id="wrapper--techstack_items">
<div class="card--techstack"><span>Python, Html, Css</span></div>
<div class="card--techstack"><span>Django</span></div>
<div class="card--techstack"><span>Postgresql, MySQL, Oracle</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>🚧 DEVELOPER | ONGOZY TECHNOLOGY</strong>
<p>11/2021 - Present</p>
<!-- <p>Worked on making Agora’s Web Based SDK more accessible through video tutorials, articles, demo projects and event based training. Also building out React UI components & leading a team to re-design Agora’s documentation and api reference.</p> -->
<ul>
<li>10 + websites built</li>
<!-- <li>Doubled Web SDK’s monthly usage minutes from 15 million to 30 million minutes within my first 4 months</li>
<li>Produced educational video content which resulted in 300k+ views on youtube</li>
<li>Produced SEO campaigns and content to gain market share for related keywords.</li> -->
</ul>
</div>
<div class="line-break"></div>
<div class="card--work-history">
<!-- <strong>🚧 INSTRUCTOR | YOUTUBE, UDEMY, TEACHABLE</strong>
<p>11/2019 - Present</p>
<p>Produced content showcasing new tech, tutorials & interviews with top developers.</p>
<ul>
<li>166,000+ Youtube Subscribers</li>
<li>30,000 course copies sold</li>
<li>12+ Million views on Youtube</li>
<li>Made regular contributions to Traversy Medias youtube channel (1.9m Subscribers)</li>
<li>Tutorial videos included projects such as social networks, Ecommerce, real time video, stripe & paypal integrations and more </li>
</ul> -->
</div>
<div class="line-break"></div>
<div class="card--work-history">
<!-- <strong>🚧 SENIOR DEVELOPER | FOI LABS</strong>
<p>10/2017 - 10/2019</p>
<p>Designed and developed a laboratory management system. My system
provided an interface for lab technicians and customers to view and
track data from samples tested in the lab.</p>
<ul>
<li>Designed prototype & pitched original idea for new lab management system (LIMS)</li>
<li>Built entire code base and brought version 1 of LIMS system to market as a solo developer</li>
<li>Onboarded and trained customers (Webinars & Conferences)</li>
<li>Managed a small team of developers in expansion of LIMS system</li>
</ul> -->
</div>
<div class="line-break"></div>
<div class="card--work-history">
<!-- <strong>🚧 DIGITAL MARKETER | UNIFIVE DIGITAL</strong>
<p>2014 - 2017</p>
<p>Started a digital agency building websites and marketing for
local businesses. Mostly Wordpress sites with small modifications to
themes.</p>
<ul>
<li>Organized SEO & SEM campaigns on a local and global scale.</li>
<li>Saved a customer $110k a year by reducing Adwords CPC cost with optimization</li>
<li>70 + websites built with my small team of developers and freelancers</li>
</ul> -->
</div>
</section>
<section class="section--page">
<h2>Projects & Accomplishments</h2>
<div class="card--project">
<a href="https://nawetti.ac.ke/"target="_blank"><span>🏆 </span>Narok West Technical Training Institute</a>
</div>
<div class="card--project">
<a href="https://www.gospeloutreachchurchsalgaa.org/" target="_blank"><span>🏆 </span>Gospel Outreach Church - Salgaa</a>
</div>
<div class="card--project">
<a href="https://ongozytech.co.ke/" target="_blank" ><span>🏆 </span>Ongozy Technology</a>
</div>
</section>
</div>
</body>