-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·623 lines (558 loc) · 24.3 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
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mira website</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<!-- <link href="img/favicon.png" rel="icon"> -->
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic|Raleway:400,300,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-offset="64" data-target="#section-topbar">
<div id="section-topbar" >
<div id="topbar-inner">
<div class="container" >
<div class="row">
<div class="dropdown">
<ul id="nav" class="nav">
<li class="menu-item"><a class="smothscroll" href="#about" title="About"><i class="fa fa-user"></i></a></li>
<li class="menu-item"><a class="smothscroll" href="#resume" title="Resume"><i class="fa fa-file-text-o"></i></a></li>
<li class="menu-item"><a class="smothscroll" href="#work" title="Works"><i class="fa fa-briefcase"></i></a></li>
<li class="menu-item"><a class="smothscroll" href="#contact" title="Contact"><i class="fa fa-envelope"></i></a></li>
</ul>
<!--/ uL#nav -->
</div>
<!-- /.dropdown -->
<div class="clear"></div>
</div>
<!--/.row -->
</div>
<!--/.container -->
<div class="clear"></div>
</div>
<!--/ #topbar-inner -->
</div>
<!--/ #section-topbar -->
<div id="headerwrap">
<div class="container">
<div class="row centered">
<div class="col-lg-12">
<img src="./img/mirac.jpg" alt="Avatar" class="avatar">
<h1>Miracle Kasigwa</h1>
<h3 style="color: #29aac4;">Software Engineer</h3>
<span style="color: #BEC7C7;">I'm a Full-stack Software Engineer with experience, writing software solutions using Java (Springboot) and JavaScript (React JS). <br/>I enjoy writing and sharing my experience through articles and open-source projects</span>
<h3 style="color: #7F7F7F;"><i class="fa fa-envelope"></i> miraclekasigwa@gmail.com</h3>
<h3 style="color: #7F7F7F;"><i class="fa fa-phone"></i> +243974734966</h3>
<a href="https://gitlab.com/miraclekas"><i class="fa fa-gitlab"></i></a>
<a href="https://github.com/miraclekasi"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/miracle-kasigwa-507272185/"><i class="fa fa-linkedin"></i></a>
<a href="https://twitter.com/MKasigwa"><i class="fa fa-twitter"></i></a>
<br/><br/>
</div>
<!--/.col-lg-12 -->
</div>
<!--/.row -->
</div>
<!--/.container -->
</div>
<!--/.#headerwrap -->
<section id="about" name="about" >
<div id="intro" style="background-color: #24292e;">
<div class="container" >
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h4 style="color: #29aac4;">ABOUT</h4>
</div>
<div class="col-lg-6">
<p>I'm Software Engineer with professional experience. I'm interested in all kinds of visual communication, but my major focus is on developing Softwares backends and interfaces. I also have skills in other fields like
cloud computing services, reporting libraries and web development; I have a passion for <span style="color: #29aac4;">Open Source Technologies</span>.
<br/><br/>
My <span style="color: #29aac4;">studies</span> and <span style="color: #29aac4;">life background</span> have prepared me for the role of Software Developer.
<br/><br/>
In particular, my knowledge of Java and JavaScript has given me a solid background so that I can <span style="color: #29aac4;">Design</span>
and <span style="color: #29aac4;">Develop</span> Full Stack Applications.
<br/><br/>
I specialize in Java and JavaScript and have professional experience working with Spring Boot,
React JS, JasperReports (Java reporting Tool), React Native, Php and Python.
And I have experience working with <span style="color: #29aac4;">Amazon Web Services (AWS)</span>, <span style="color: #29aac4;">Heroku</span>
(Cloud Application Platform), Microsoft <span style="color: #29aac4;">Azure cloud</span>, Sql Server 2019 and above, and MySQL as well.
<br/>
<!-- </br> My best perfomances are :
<ul>
<li>
Researching, designing, implementing, and managing software programs
</li>
<li>
Testing and evaluating new programs
</li>
<li>
Identifying areas for modification in existing programs and subsequently <span style="color: #29aac4;">developing</span> these modifications
</li>
<li>Writing and implementing <span style="color: #29aac4;">efficient code</span></li>
<li>Determining operational practicality</li>
<li>Deploying software tools, processes, and metrics</li>
</ul> -->
</p>
</div>
<div class="col-lg-3">
<p><a href="#"><i class="icon-file"></i></a>
<sm>DOWNLOAD RESUME PDF</sm>
</p>
</div>
</div>
<!--/.row -->
</div>
<!--/.container -->
</div>
<!--/ #intro -->
</section>
<section id="resume" name="resume">
<!--EDUCATION DESCRIPTION -->
<div class="container desc">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5 style="color: #29aac4;">EDUCATION</h5>
</div>
<div class="col-lg-6">
<p>
<t>Bachelor Degree of Computer Science and Technology</t><br/> Eastern Liaoning University (China)<br/>
<i>4 Years Course</i>
</p>
</div>
<div class="col-lg-3">
<p>
<sm>GRADUATED IN June 2021</sm><br/>
<!-- <imp>
<sm>IN PROGRESS</sm>
</imp> -->
</p>
</div>
<div class="col-lg-6 col-lg-offset-3">
<p>
<t>Bachelor Degree of Computer Science and Management</t><br/> Higher Institute of Computer Science and Management (DR Congo)<br/>
<i>3 Years Course</i>
</p>
</div>
<div class="col-lg-3">
<p>
<sm>JUNE 2017</sm>
</p>
</div>
<div class="col-lg-6 col-lg-offset-3">
<p>
<t>Secondary Diploma of Administrative Commerce</t><br/> Zanner High School <br/>
<i>6 Years Course</i>
</p>
</div>
<div class="col-lg-3">
<p>
<sm>JULY 2015</sm>
</p>
</div>
</div>
<!--/.row -->
<br>
<hr>
</div>
<!--/.container -->
</section>
<!--WORK DESCRIPTION -->
<div class="container desc">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5 style="color: #29aac4;">Work History</h5>
</div>
<div class="col-lg-6">
<p>
<t>Full Stack Developer</t><br/> D-CCB (Digital Congo Connecting Business) Corporation, Goma, DR Congo <br/>
</p>
<p>
<ul>
<li>
<more>Developing front end website architecture</more>
</li>
<li>
<more>Designing user interactions on web pages</more>
</li>
<li>
<more>Developing back-end website applications</more>
</li>
<li>
<more>Creating servers and databases for functionality</more>
</li>
<li>
<more>Ensuring cross-platform optimization for mobile phones</more>
</li>
<li>
<more>Ensuring responsiveness of applications</more>
</li>
<li>
<more>Working alongside graphic designers for web design features</more>
</li>
<li>
<more>Seeing through a project from conception to finished product</more>
</li>
<li>
<more>Designing and developing APIs meeting both technical and consumer needs</more>
</li>
</ul>
</p>
</div>
<div class="col-lg-3">
<p>
<sm>SEPTEMBER 2020 - JUNE 2021</sm>
</p>
</div>
<div class="col-lg-6 col-lg-offset-3">
<p>
<t>Full Stack Developer</t><br/> Arch of the Covenant Church, Goma, DR Congo <br/>
</p>
<p>
<ul>
<li>
<more>Revised, modularized and updated old code bases to modern development standards, reducing operationg cost and improving functionality.</more>
</li>
<li>
<more>Wrote JavaScript applications in Client-Server architecture for companies.</more>
</li>
<li>
<more>
Designed intuitive graphical user interfaces using knowledge of serial communications and database design to improve user experience.
</more>
</li>
<li>
<more>
Contributed to JavaScript codebase used in automated deployment of software on multiple virtual machines.
</more>
</li>
<li>
<more>
Used Visual Code and Spring boot to create detailed design documents.
</more>
</li>
</ul>
</p>
</div>
<div class="col-lg-3">
<p>
<sm>JUNE 2020- CURRENT</sm>
</p>
</div>
<br/><br/>
<div class="col-lg-6 col-lg-offset-3">
<p>
<t>Database Administrator</t><br/> Effective Life Corporation, Goma, DR Congo <br/>
</p>
<p>
<ul>
<li>
<more>Wrote and maintained technical and functional specifications to document database intentions and requirements.</more>
</li>
<li>
<more>Administered, supported and monitored database by proactively resolving database issues and maintaining servers.</more>
</li>
<li>
<more>Eliminated downtime by accurately implementing client-server database.</more>
</li>
<li>
<more>Managed systems and infrastructures by defining hardware requirements and planning storage capacity for databases.</more>
</li>
<li>
<more>Designed and developed architecture and analytical data structures.</more>
</li>
</ul>
</p>
</div>
<div class="col-lg-3">
<p>
<sm>FEBRARY - SEPTEMBER 2020</sm>
</p>
</div>
</div>
<!--/.row -->
<br>
<hr>
</div>
<!--/.container -->
<!--AWARDS DESCRIPTION -->
<div class="container desc">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5 style="color: #29aac4;">AWARDS</h5>
</div>
<div class="col-lg-6">
<p>
<t>Best Creative Student</t><br/> Eastern Liaoning University <br/>
</p>
</div>
<div class="col-lg-3">
<p>
<sm>MARCH 2019</sm>
</p>
</div>
<div class="col-lg-6 col-lg-offset-3">
<p>
<t>Best Chinese Writing Student</t><br/> Easter Liaoning University
</p>
<!-- <p>
<more>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</more>
</p> -->
</div>
<div class="col-lg-3">
<p>
<sm>January 2020</sm>
</p>
</div>
</div>
<!--/.row -->
<br>
</div>
<!--/.container -->
<!--SKILLS DESCRIPTION -->
<div id="skillswrap">
<div class="container" >
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>SKILLS</h5>
</div>
<div class="col-lg-3 centered">
<canvas id="java" height="130" width="130"></canvas>
<p>Java <span style="color: #29aac4;">90%</span></p>
<br>
</div>
<div class="col-lg-3 centered">
<canvas id="springboot" height="130" width="130"></canvas>
<p>Spring Boot <span style="color: #29aac4;">80%</span></p>
<br>
</div>
<div class="col-lg-3 centered">
<canvas id="javascript" height="130" width="130"></canvas>
<p>Javascript <span style="color: #29aac4;">90%</span></p>
<br>
</div>
<div class="col-lg-3 col-lg-offset-3 centered">
<canvas id="reactjs" height="130" width="130"></canvas>
<p>React JS <span style="color: #29aac4;">85%</span></p>
<br>
</div>
<div class="col-lg-3 centered">
<canvas id="python" height="130" width="130"></canvas>
<p>Python <span style="color: #29aac4;">70%</span></p>
<br>
</div>
<div class="col-lg-3 centered">
<canvas id="aws" height="130" width="130"></canvas>
<p>AWS <span style="color: #29aac4;">70%</span></p>
<br>
</div>
</div>
<!--/.row -->
<br>
</div>
<!--/.container -->
</div>
<!--/ #skillswrap -->
<section id="work" name="work">
<!--PORTFOLIO DESCRIPTION -->
<div class="container desc">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>PROJECTS</h5>
</div>
<div class="col-lg-6">
<p><img class="img-responsive" src="img/logef2.png" alt=""></p>
</div>
<div class="col-lg-3">
<h3>1. Mining Frauds Management System</h3>
<p>
<more style="color: #24292e;"><i>" Mining fraud is a phenomenon that has always
sparked debate in the Congolese political and
economic microcosm. So many actors are talking
about it, but no one has the audacity to assess in
figures what the Congolese state loses each year
in this practice and the bold measures to be
taken to restore our state to its rights "</i>
</more>
</p>
</div>
<div class="col-lg-6 col-lg-offset-3">
<sm style="color: #24292e;"> Through this project, a lot of time and effort have been saved
for the anti-fraud commission. In other words, this project came with the capacity of automating several processes
which were otherwise complex and time consuming to be done manually.
Mining Frauds management system is responsive for accomplishing different tasks,
one of the most important is to provide a static of all mining fraud cases
within a certain period of time with all specific details.</sm>
</div>
<div class="col-lg-3"></div>
<div class="col-lg-6 col-lg-offset-3">
<br/>
<p><img class="img-responsive" src="img/jav.png" alt=""></p>
</div>
<div class="col-lg-3">
<h3>2. JAV System</h3>
<p>(School Management System)</p>
<p>
<more style="color: #24292e;">Multifunctional school management software
and communication between parents and school able to
expand by adding additional modules<br/>
This system stabilizes and manages school administration procedures of all kinds without any hassles.
It has all the privileges of admin and can monitor and access data of the entire School
<br/>
</more>
</p>
</div>
<div class="col-lg-6 col-lg-offset-3">
<sm style="color: #24292e;">This system is known for its <span style="color: #29aac4;">spotless structure</span> and design and for its <span style="color: #29aac4;">esourceful competence</span>.
This is a School Management Software, specifically designed and developed to simplify
the process of educational institutions meets with all the technological and administrative
requirements of schools. The many tools enable proper workflow in different departments
leaving no room for errors with a view to encourage and make positive difference in students.
<br/>
This complete school management system <span style="color: #29aac4;">automates</span> and <span style="color: #29aac4;">administers</span> different academic and
non-academic tasks in school making them easy, <span style="color: #29aac4;">fast</span>, <span style="color: #29aac4;">efficient</span> and <span style="color: #29aac4;">accurate</span>,
aiding multiple departments, prospective students, faculties, staff and others.
This school automation system has been created to help every institution manage all their data
in a seamless and systematic manner. The product ensures to provide quality and result
oriented solutions to all your worries.
</sm>
</div>
<div class="col-lg-6 col-lg-offset-3">
<br/>
<p><img class="img-responsive" src="img/chand.jpg" alt=""></p>
</div>
<div class="col-lg-3">
<h3>3. cHand Scan</h3>
<p>Secured concert ticket generator System</p>
<p>
<more style="color: #24292e;"><i>Copyright is one of those thorny issues that are always causing pain to creative types.
After all, if you write something, make music, take a photograph, or in some other way create,
in theory you should receive full credit (and payment).
<br/>
This is the ultimate nightmare: when someone steals your ideas, writing, music or other intellectual
property and pretends that it’s theirs. People are allowed to quote a limited amount of your work,
but are supposed to give full credit to you.
</i><br/><br/>
</more>
</p>
</div>
<div class="col-lg-6 col-lg-offset-3">
<sm style="color: #24292e;">This system is known for its <span style="color: #29aac4;">security</span> and for its <span style="color: #29aac4;">esourceful competence</span>.
This system was developed to generate concert tickets with indentic QR Code, which will be scanned and approved by the system to allow access to people in a concert auditorum
</sm>
</div>
</div>
<!--/.row -->
<br>
<br>
</div>
<!--/.container -->
</section>
<section id="contact" name="contact">
<!--FOOTER DESCRIPTION -->
<div id="footwrap">
<div class="container">
<div class="row">
<div class="col-lg-2">
<h5>CONTACT</h5>
</div>
<div class="col-lg-4">
<p>
<t>Email</t><br/><i class="fa fa-envelope"></i> miraclekasigwa@gmail.com <br/>
</p>
<p>
<t>Adress</t><br/><i class="fa fa-map-marker"></i> Goma, Himbi Ave. 987 <br/> DR Congo. <br/>
</p>
<p>
<t>Phone</t><br/><i class="fa fa-phone"></i> +243 974 734 966 <br/>
</p>
<p>
<t>Social</t>
<br/><i class="fa fa-twitter"></i> @MKasigwa
<br/><i class="fa fa-skype"></i> miracle.kasigwa2
<br/><i class="fa fa-gitlab"></i> @miraclekas
<br/><i class="fa fa-github"></i> miraclekasi
<br/><i class="fa fa-wechat"></i> miracle_kasigwa
<br/><i class="fa fa-whatsapp"></i> +243974734966
<br/><i class="fa fa-facebook"></i> Miracle Kasigwa
<br/><i class="fa fa-stack-overflow"></i>miracle-kasigwa
</p>
<p>
<t>Social Links</t><br/>
<a href="https://gitlab.com/miraclekas"><i class="fa fa-gitlab"></i></a>
<a href="https://github.com/miraclekasi"><i class="fa fa-github"></i></a>
<a href="https://twitter.com/MKasigwa"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/miraclekasi"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/miracle-kasigwa-507272185/"><i class="fa fa-linkedin"></i></a>
<a href="https://stackoverflow.com/users/16356783/miracle-kasigwa"><i class="fa fa-stack-overflow"></i></a>
</p>
</div>
<div class="col-lg-6">
<p>
<sm>CONTACT FORM</sm>
</p>
<form class="contact-form php-mail-form" role="form" action="contactform/contactform.php" method="POST">
<div class="form-group">
<label for="contact-name">Your Name</label>
<input type="name" name="name" class="form-control" id="contact-name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars">
<div class="validate"></div>
</div>
<div class="form-group">
<label for="contact-email">Your Email</label>
<input type="email" name="email" class="form-control" id="contact-email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email">
<div class="validate"></div>
</div>
<div class="form-group">
<label for="contact-subject">Subject</label>
<input type="text" name="subject" class="form-control" id="contact-subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject">
<div class="validate"></div>
</div>
<div class="form-group">
<label for="contact-message">Your Message</label>
<textarea class="form-control" name="message" id="contact-message" placeholder="Your Message" rows="5" data-rule="required" data-msg="Please write something for us"></textarea>
<div class="validate"></div>
</div>
<div class="loading"></div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
<div class="form-send">
<button type="submit" class="btn btn-large">Send Message</button>
</div>
</form>
</div>
</div>
<!--/.row -->
</div>
<!--/.container -->
</div>
<!--/ #footer -->
</section>
<div id="copyrights" style="background-color: #24292e;">
<div class="container" >
<p>Copyright © 2021. M.K All rights reserved.</p>
<div class="credits">
</div>
</div>
</div>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/php-mail-form/validate.js"></script>
<script src="lib/chart/chart.js"></script>
<script src="lib/easing/easing.min.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<style>
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
</style>
</body>
</html>