-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
573 lines (516 loc) · 29.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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Start your development with Meyawo landing page.">
<meta name="author" content="Devcrud">
<title>Betselot Kidane</title>
<link rel="icon" href="./assets/imgs/man.png">
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<!-- Bootstrap + Meyawo main styles -->
<link rel="stylesheet" href="assets/css/meyawo.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<!-- Page Navbar -->
<nav class="custom-navbar" data-spy="affix" data-offset-top="20">
<div class="container">
<a class="logo" href="#">Betselot Kidane</a>
<ul class="nav">
<li class="item">
<a class="link" href="#home">Home</a>
</li>
<li class="item">
<a class="link" href="#about">About</a>
</li>
<li class="item">
<a class="link" href="#service">Service</a>
</li>
<li class="item">
<a class="link" href="#skills">Skills and Expertise</a>
</li>
<li class="item">
<a class="link" href="#projects">Projects</a>
</li>
<li class="item">
<a class="link" href="#education">Education</a>
</li>
<li class="item">
<a class="link" href="#contact">Contact</a>
</li>
</ul>
<a href="javascript:void(0)" id="nav-toggle" class="hamburger hamburger--elastic">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</a>
</div>
</nav><!-- End of Page Navbar -->
<!-- page header -->
<header id="home" class="header">
<div class="overlay"></div>
<div class="header-content container">
<h1 class="header-title">
<span class="up">HI!</span>
<span class="down">I am Betselot Kidane</span>
</h1>
<p class="header-subtitle">Full stack developer</p>
<a href="#projects">
<button class="btn btn-primary">Visit My Works</button>
</a>
</div>
</header><!-- end of page header -->
<!-- about section -->
<section class="section pt-0" id="about">
<!-- container -->
<div class="container text-center">
<!-- about wrapper -->
<div class="about">
<div class="about-img-holder">
<img src="assets/imgs/My project.png" class="about-img" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="about-caption">
<p class="section-subtitle">Who Am I ?</p>
<h2 class="section-title mb-3">About Me</h2>
<p>
Hello and welcome to my portfolio! My name is Betselot Kidane, a software engineering student at Addis Ababa University.
As a full-stack developer, I have a deep understanding of both front-end and back-end development, which enables me to
create robust and scalable applications. Along with my technical skills, I am also a problem solver, and I enjoy tackling
complex challenges and finding elegant solutions. Additionally, I have a passion for competitive programming, which has
helped me develop a keen eye for detail and a drive for excellence in my work. Outside of programming, I am also interested
in art, which has taught me to approach problems from a unique perspective and think outside the box. I believe that this combination
of technical skills and creative thinking makes me a valuable asset to any team, and I look forward to sharing my skills with you.
</p>
<a target="_blank" href="https://drive.google.com/file/d/1Lp9uwDiCqKgpToiymnHyjPUfwZkU1CRL/view?usp=sharing">
<button class="btn-rounded btn btn-outline-primary mt-4">Download CV</button>
</a>
</div>
</div><!-- end of about wrapper -->
</div><!-- end of container -->
</section> <!-- end of about section -->
<!-- service section -->
<section class="section" id="service">
<div class="container text-center">
<p class="section-subtitle">What I Do ?</p>
<h6 class="section-title mb-6">Service</h6>
<!-- row -->
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/UX UI.png" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page" class="icon">
<h6 class="title">UI/UX Design</h6>
<p class="subtitle">I excel in crafting visually appealing and user-friendly interfaces, utilizing my expertise in UI/UX design to enhance user experience.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/responsive.svg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page" class="icon">
<h6 class="title">Mobile App</h6>
<p class="subtitle">I have experience in mobile app development and design, showcased in my portfolio, with room for further growth.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/toolbox.svg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page" class="icon">
<h6 class="title">Full-Stack development</h6>
<p class="subtitle">I possess full-stack development skills, with good experiance in both front-end and back-end technologies.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/analytics.svg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page" class="icon">
<h6 class="title">Database Design</h6>
<p class="subtitle">I am proficient in database design and management, utilizing my skills to create efficient and scalable data-driven solutions.</p>
</div>
</div>
</div>
</div><!-- end of row -->
</div>
</section><!-- end of service section -->
<!-- Portfolio Start -->
<div class="portfolio" id="skills">
<div class="container">
<div class="section-header text-center wow zoomIn" data-wow-delay="0.1s">
<p class="section-subtitle">What can I do ?</p>
<h2 class="portfolio-header">Skills and Expertise</h2>
</div>
<div class="row">
<div class="col-12">
<ul id="portfolio-filter">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-1">Programming Languages</li>
<li data-filter=".filter-2">Web Design</li>
<li data-filter=".filter-3">Mobile App</li>
<li data-filter=".filter-4">Database</li>
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-1 wow fadeInUp" data-wow-delay="0.6s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/javascript.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-1 wow fadeInUp" data-wow-delay="0.4s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/java.jpg" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-1 wow fadeInUp" data-wow-delay="0.8s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/python.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-1 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/typescript.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-2 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/api.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-2 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/bootstrap.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-2 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/css.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-2 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/express-logo.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-2 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/figma.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-2 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/git.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-2 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/html.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-2 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/nestjs.jpg" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-2 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/Nodelogo.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-2 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/postman.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-2 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/react.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-2 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/firebase.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-3 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/flutter.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-4 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/mysql.png" alt="">
</div>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3 my-3 portfolio-item filter-4 wow fadeInUp" data-wow-delay="1s">
<div class="portfolio-wrap">
<div class="skill-image">
<img src="./assets/imgs/assets_tech/mongodb.webp" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio End -->
<!-- Experience Start -->
<div class="experience" id="projects">
<div class="container">
<header class="section-header text-center wow zoomIn" data-wow-delay="0.1s">
<p>My Projects</p>
<h2 class="experiance-header">Working Experience and Projects</h2>
</header>
<div class="timeline">
<div class="timeline-item left wow slideInLeft" data-wow-delay="0.1s">
<div class="timeline-text">
<div class="card-container">
<a target="_blank" href="https://github.com/betselot49/Students-Portal" class="portfolio-card">
<img src="assets/imgs/portal.png" class="portfolio-card-img" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Web Designing</h5>
<p class="font-weight-normal">Visit - Github</p>
</span>
</span>
</a>
</div>
<div class="timeline-date">nov 2022</div>
<h3>Students Portal Website</h3>
<h4>School project - Web development course</h4>
<ul>
<li>Participated on both front-end back-end Development and Design</li>
<li>Created chat / discussion interface that help both students and teachers share
resources, ask and answer questions.
</li>
<li>Used React in front-end design, Express and MySQL, Prisma on back-end
development.</li>
</ul>
</div>
</div>
<div class="timeline-item right wow slideInRight" data-wow-delay="0.1s">
<div class="timeline-text">
<div class="card-container">
<a target="_blank" href="https://eotc.netlify.app/" class="portfolio-card">
<img src="assets/imgs/EOTC.png" class="portfolio-card-img" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>EOTC - Website</h4>
<p class="font-weight-normal">Visit website</p>
</span>
</span>
</a>
</div>
<div class="timeline-date">dec 2022</div>
<h3>EOTC Website - Ethiopian Orthodox Tewahdo Church</h3>
<h4>School Project - Human Computer Interaction</h4>
<ul>
<li>Redesign the previous website to improve some accessibility issues and lack of
organization of Datas.</li>
<li>Integrated useful resources that users might need to use such as Books, Videos and
Audios.
</li>
<a target="_blank" href="https://github.com/betselot49/EOTC--web-app">Visit github</a>
</div>
</div>
<div class="timeline-item left wow slideInLeft" data-wow-delay="0.1s">
<div class="timeline-text">
<div class="card-container">
<a target="_blank" href="https://betselot49.github.io/Travel.et-Front-End-Project/" class="portfolio-card">
<img src="assets/imgs/travel.png" class="portfolio-card-img" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>EOTC Website</h4>
<p class="font-weight-normal">Visit website</p>
</span>
</span>
</a>
</div>
<div class="timeline-date">2022</div>
<h3>Travel.et (Travel Ethiopia )
</h3>
<h4>School Project - Web Development Course</h4>
<ul>
<li>Designed the responsive website to help tourists find visitable, attractive and
recommended places in Ethiopia.
</li>
<li>Integrated useful information, history and cultural description of the country.</li>
</ul>
<a target="_blank" href="https://github.com/betselot49/Travel.et-Front-End-Project">Visit github</a>
</div>
</div>
<div class="timeline-item right wow slideInRight" data-wow-delay="0.1s">
<div class="timeline-text">
<div class="card-container">
<a target="_blank" href="https://github.com/betselot49/C-to-Mips-Assembly-Compiler" class="portfolio-card">
<img src="assets/imgs/mips.png" class="portfolio-card-img" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>C to MIPS assembly compiler web app</h4>
<p class="font-weight-normal">Visit: Github</p>
</span>
</span>
</a>
</div>
<div class="timeline-date">Jan 2023</div>
<h3>C to MIPS assembly compiler (web app)</h3>
<h4>School Project - Computer Architecture</h4>
<ul>
<li>Write the code that can interpret C code and compile into MIPS assembly code.</li>
<li>Implemented basic C codes such as variables, data type identification, while and for
loops and conditionals.
</li>
<li>Used python for both complier algorithm and web server-side implementation and
JavaScript, HTML and CSS for the front-end UI design.
</li>
</ul>
</div>
</div>
<div class="timeline-item left wow slideInLeft" data-wow-delay="0.1s">
<div class="timeline-text">
<div class="card-container">
<a target="_blank" href="https://github.com/betselot49/Todo-web-app" class="portfolio-card">
<img src="assets/imgs/Todo-app-pro.png" class="portfolio-card-img" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Todo-Web-App</h5>
<h5 class="font-weight-normal">Visit - Github</h5>
</span>
</span>
</a>
</div>
<div class="timeline-date">jan 2023</div>
<h3>Todo-Web-App</h3>
<h4>Personal Project - Fully Functional with all CRUD operations</h4>
<ul>
<li>Included all applicable CRUD operations such as add, edit, delete, marking as done and favorite.
</li>
<li>Included browser cookies and used React and express for implementation.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Job Experience End -->
<!-- education section -->
<section class="section" id="education">
<div class="container text-center">
<p class="section-subtitle">School and courses</p>
<h6 class="section-title mb-6">Education and Certificates</h6>
<!-- row -->
<div class="pricing-wrapper">
<a target="_blank" href="https://drive.google.com/file/d/1WCuRG9hbxJ3nv6Rp9rZKTD_cakSerLhW/view?usp=sharing">
<div class="pricing-card">
<div class="pricing-card-header">
<img class="education-image" src="assets/imgs/meta javascript.png" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="pricing-card-body">
<p class="education-header">Coursera</p>
</div>
<p class="education-text">Meta - JavaScript Course</p>
</div>
</a>
<a href="#education">
<div class="pricing-card">
<div class="pricing-card-header">
<img class="education-image" src="assets/imgs/AAU.jpeg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="pricing-card-body">
<p class="education-header">Addis Ababa University</p>
</div>
<p class="education-text">Software Engineering Student</p>
</div>
</a>
<a target="_blank" href="https://drive.google.com/file/d/1blkToEprPEGZbrE-RYMGg5MzOrB9GVbq/view?usp=sharing">
<div class="pricing-card">
<div class="pricing-card-header">
<img class="education-image" src="assets/imgs/meta react.png" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="pricing-card-body">
<p class="education-header">Coursera</p>
</div>
<p class="education-text">Meta - React Course</p>
</div>
</a>
</div>
</div> <!-- end of container -->
</section>
<!-- contact section -->
<section class="section" id="contact">
<div class="container text-center">
<p class="section-subtitle">How can you communicate?</p>
<h6 class="section-title mb-5">Contact Me</h6>
<!-- contact form -->
<form class="bottom-form"
action="https://formspree.io/f/mzbqkeba"
method="POST"
>
<label>
<input class="bottom-form-input" type="email" name="email" placeholder="email" required>
</label>
<label>
<textarea class="bottom-form-textareat" name="message" placeholder="comment" required></textarea>
</label>
<!-- your other form fields go here -->
<button class="bottom-form-btn" type="submit">Send</button>
</form>
</div><!-- end of container -->
</section><!-- end of contact section -->
<!-- footer -->
<div class="container">
<footer class="footer">
<div class="social-links text-center m-auto ml-sm-auto">
<a href="https://github.com/betselot49" class="link" style="margin: 0 10px 0 0;"><i class="ti-github"></i></a>
<a href="https://www.linkedin.com/in/betselot-kidane-190454246/" class="link" style="margin: 0 10px 0 0 ;"><i class="ti-linkedin"></i></a>
</div>
</footer>
</div> <!-- end of page footer -->
<!-- core -->
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<!-- library -->
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<!-- bootstrap 3 affix -->
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>
<!-- Meyawo js -->
<script src="assets/js/meyawo.js"></script>
</body>
</html>