-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (100 loc) · 4.79 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
<html>
<head>
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<title>Justin Chigu Resume</title>
</head>
<body>
<header id="header">
<!-- resume header with your name and title -->
<h1>Justin Chigu</h1>
<hr>
Research Student <p>Serverless/Cloud Computing & Distributed Systems</p><p>School of Electronics and Computer Science Engineering</p>
Egypt Japan University of Science and Technology
<hr>
</header>
<main>
<article id="mainLeft">
<section>
<h2>CONTACT DETAILS</h2>
<!-- contact info including social media -->
<p>
<i class="fa fa-envelope" aria-hidden="true"></i>
</p>
<p>
<i class="fab fa-github" aria-hidden="true"></i>
<a href="https://github.com/jchigu">jchigu</a>
</p>
<p>
<i class="fab fa-linkedin" aria-hidden="true"></i>
<a href="https://www.linkedin.com/in/justin-chigu-6a40b8236/">Justin Chigu</a>
</p>
<p>
<i class="fab fa-twitter" aria-hidden="true"></i>
<a href="https://twitter.com/ChiguJustin">Chigu Justin</a>
</p>
</section>
<section>
<h2>SKILLS</h2>
<!-- your skills -->
<ul>
<li>Trainer/Educator</li>
<li>CI/CD Developer</li>
<li>Cloud-Native Apps Dev</li>
<li>Researcher</li>
<li>Big Data Analytics</li>
<li>Machine Learning</li>
<li>Project Management</li>
<li>Climate Ambassador</li>
</ul>
</section>
<section>
<h2>EDUCATION</h2>
<!-- your education -->
<h3>MSc. Computer Science & Engineering</h3>
<p>
Egypt Japan University of Science & Technology
</p>
<p>
Start Date: September 2021 <p></p> End Date: April 2024
</p>
</section>
</article>
<article id="mainRight">
<section>
<h2>ABOUT</h2>
<!-- about you -->
<p><strong>Full names:</strong> Justin Chigu</p>
<p><strong>Gender : </strong>Male</p>
<p><strong>Date of Birth:</strong> 06-12-1972</p>
<p><strong>Country of Residence:</strong> Egypt</p>
<p><strong>Country of Origin:</strong> Zimbabwe</p>
</section>
<section>
<h2>WORK EXPERIENCE</h2>
<!-- your work experience -->
<h3><strong>Job Title 1:</strong> Lecturer Computer Studies Discipline</h3>
<p>
Ministry of Higher and Tertiary Education, Innovation, Science & Technology Development
<p> Started: January 2000 to date</p>
</p>
<ul>
<li>Task 1 - Implement Ministry Policies</li>
<li>Task 2 - Teaching, Examinations, Marking, Curriculum Reviews</li>
<li>My contribution impacts/solves Human Capital Development skills gap</li>
</ul>
<h3><strong>Job Title 2:</strong> Trainee Lecturer</h3>
<p>
Chinhoyi Technical Teachers College <p> Started: January 1999 End: December 1999</p>
</p>
<ul>
<li>Task 1 - Teach Basic, Cobol & Pascal Programming</li>
<li>Task 2 - User support on Computer Operations & Packages </li>
<li>My contribution impacts/solves Human Capital Development skills gap</li>
</ul>
</section>
</article>
</main>
</body>
</html>