-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
337 lines (316 loc) · 13.5 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
---
layout: default
title: Ida Delphine, A girl that codes
---
<!-- ======= Services Section ======= -->
<section id="services" class="services-mf pt-5 route">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a">
Services
</h3>
<p class="subtitle-a">
What I do..
</p>
<div class="line-mf"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i class="bi bi-card-checklist"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">Web</h2>
<p class="s-description text-center">
I create simple and responsive websites.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i class="bi bi-phone"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">Mobile</h2>
<p class="s-description text-center">
I build beautiful native mobile apps for Android and iOS using Flutter.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i class="bi bi-people"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">Community</h2>
<p class="s-description text-center">
I love bringing people to technology and sharing knowledge.
</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
<div class="container">
<div class="title-box text-center">
<h3 class="title-a">
Resume
</h3>
<p class="subtitle-a">
<em><a href="/assets/files/MyResume.pdf" download="IdaDelphine_resume">Click to download my resume</a></em>
</p>
<div class="line-mf"></div>
</div>
<div class="row">
<div class="col-lg-6">
<h3 class="resume-title">Sumary</h3>
<div class="resume-item pb-0">
<h4>Ida Delphine</h4>
<p><em>Innovative and deadline-driven developer passionate about promoting free and open source software and motivating people to join the technology field.</em></p>
<p>
<ul>
<li>Bamenda, Cameroon</li>
<li>+237672872115</li>
<li>[email protected]</li>
</ul>
</p>
</div>
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Bachelor in Computer Engineering</h4>
<h5>2019 - 2023</h5>
<p><em>University of Bamenda - National Higher Polytechnic Institute, Cameroon</em></p>
</div>
<h3 class="resume-title">Extracurricular Activity</h3>
<div class="resume-item">
<h4>GDSC Lead</h4>
<h5>2020 - Present</h5>
<p><em>Google Developer Student Clubs, University of Bamenda</em></p>
<p>
<ul>
<li>Reformed a knowledge sharing in peer-to-peer learning environment.</li>
<li>Built ”Flow” mobile app to help students find clean water sources.</li>
<li>Promote open source development and organized technical hands-on workshops.</li>
</ul>
</p>
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title">Work Experience</h3>
<div class="resume-item">
<h4>Software Developer intern</h4>
<h5>December 2019 - March 2021</h5>
<p><em>Outreachy Internship, Remote </em></p>
<p>
<ul>
<li>Took the proof-of-concept implementation of of linking sources with SPDX headers to output files and get it to a state where it can be merged into the Yocto Project repository.</li>
<li>Used the functionality to examine the accuracy of license tagging (LICENSE fields in recipes); looked for errors / noise in the comparison, and produced a simple report with the results </li>
<li>Ran a check over sources in a ”world” build looking for percentage coverage of SPDX headers, and ran it for several past releases to see if there is a noticeable change over time.</li>
<li>In general, the goal was to improve the Yocto Project's license tracing.</li>
</ul>
</p>
</div>
<div class="resume-item">
<h4>Junior software engineer intern</h4>
<h5>July 2020 - September 2020</h5>
<p><em>Afkanerd Inc, Bamenda</em></p>
<p>
<ul>
<li>Contributed to Afkanerd’s open source SMS platform used by health organizations</li>
<li>Researched and worked on algorithmic concepts to help better understand open source tools</li>
<li>Documented open source contribution to Afkanerd SMS platform in README files</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!-- ======= Portfolio Section ======= -->
<section id="work" class="portfolio-mf sect-pt4 route">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a">
Portfolio
</h3>
<p class="subtitle-a">
A few things I've done...
</p>
<div class="line-mf"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="work-box">
<a href="assets/img/portfolio.png" target="_blank" data-gallery="portfolioGallery" class="portfolio-lightbox">
<div class="work-img">
<img src="assets/img/portfolio.png" alt="" class="img-fluid">
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">My Personal Portfolio Site</h2>
<div class="w-more">
<span class="w-ctegory">Web Development</span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="/"> <span class="bi bi-plus-circle"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="work-box">
<a href="assets/img/flow-mockup.jpg" target="_blank" data-gallery="portfolioGallery" class="portfolio-lightbox">
<div class="work-img">
<img src="assets/img/flow-mockup.jpg" alt="" class="img-fluid">
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">Flow Mobile App</h2>
<div class="w-more">
<span class="w-ctegory">Mobile App Development</span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="http://flow-online.ga/?i=1" target="_blank"> <span class="bi bi-plus-circle"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="work-box">
<a href="assets/img/community.jpg" target="_blank" data-gallery="portfolioGallery" class="portfolio-lightbox">
<div class="work-img">
<img src="assets/img/community.jpg" alt="" class="img-fluid">
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">Community Events</h2>
<div class="w-more">
<span class="w-ctegory">Community Building/Development</span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="https://dsc.community.dev/university-of-bamenda/" target="_blank"> <span class="bi bi-plus-circle"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="paralax-mf footer-paralax bg-image sect-mt4 route" style="background-image: url(assets/img/overlay-bg.jpg)">
<div class="overlay-mf"></div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="contact-mf">
<div id="contact" class="box-shadow-full">
<div class="row">
<div class="col-md-6">
<div class="title-box-2">
<h5 class="title-left">
Send a Message
</h5>
</div>
<div>
<form action="https://formspree.io/f/xjvjkybg" method="post" role="form" class="php-email-form">
<div class="row">
<div class="col-md-12 mb-3">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
</div>
<div class="col-md-12 mb-3">
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="col-md-12 mb-3">
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
</div>
<div class="col-md-12 text-center my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="col-md-12 text-center">
<button type="submit" class="button button-a button-big button-rouded">Send Message</button>
</div>
</div>
</form>
</div>
</div>
<div class="col-md-6">
<div class="title-box-2 pt-4 pt-md-0">
<h5 class="title-left">
Get in Touch
</h5>
</div>
<div class="more-info">
<p class="lead">
Anything you will like to tell me? Feel free to reach out to me by sending me a message or through my social media networks.
</p>
<ul class="list-ico">
<li><span class="bi bi-geo-alt"></span> Bamenda, Cameroon</li>
<li><span class="bi bi-phone"></span> (+237) 676 093 549</li>
<li><span class="bi bi-envelope"></span> [email protected]</li>
</ul>
</div>
<div class="socials">
<ul>
<li><a href="https://www.facebook.com/idadel.meh.7"><span class="ico-circle"><i class="bi bi-facebook"></i></span></a></li>
<li><a href="https://www.instagram.com/idadelphine/"><span class="ico-circle"><i class="bi bi-instagram"></i></span></a></li>
<li><a href="https://twitter.com/meh_ida"><span class="ico-circle"><i class="bi bi-twitter"></i></span></a></li>
<li><a href="https://www.linkedin.com/in/meh-mbeh-ida-delphine-a40b21177/"><span class="ico-circle"><i class="bi bi-linkedin"></i></span></a></li>
<li><a href="https://github.com/Idadelveloper"><span class="ico-circle"><i class="bi bi-github"></i></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->