-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (99 loc) · 4.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Norbert-CV</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="biggest-div">
<header class="header"></header>
<div class="main-division">
<nav>
<div class="given-name">
<h1>Norbert NIRUGIRA Muhizi</h1>
<h3>Junior Software Developer</h3>
</div>
<div class="image">
<img class="profile-picture" src="mypic.png" alt="nature">
</div>
</nav>
<div class="experience">
<div class="first-experience">
<h5>EXPERIENCE</h5>
<h3>Junior Developer</h3>
<h4>Andela</h4>
<h5>Nov 2022 - Present, Rwanda</h5>
<p> Enriching myself with Bright Experiences and Skills in help<br />
with outstanding Managers and TTLs
at Andela.</p>
</div>
<div class="Second-experience">
<h3>Web Developer</h3>
<h4>School</h4>
<h5>March 2018 - Aug 2019, Ruhango</h5>
<p> Participated in the UI design with the accountability of the design system,<br />
collaborated with product and development teams(classmates) on core projects <br />
to improve product interfaces and experiences.</p>
</div>
<div class="third-experience">
<div class="Graphics">
<h3>Graphics Designer</h3>
<h4>Maran Design Ltd</h4>
<h5>Aug 2020 - March 2021, Kigali</h5>
<p> Designed desired products for the clients and assisted in their applications, <br />
to provide better services.</p>
</div>
</div>
<div class="education-section">
<div class="Byimana">
<h5>EDUCATION</h5>
<p>Diploma in Maths-Physics-Computer Science
Ecole Des Sciences Byimana</p>
<h5>2017-2019, Ruhango</h5>
</div>
</div>
</div>
<div class="below-image">
<div class="personal">
<span>[email protected]</span><br />
<span>+250788807609</span><br />
<span>Kigali-Rwanda</span><br />
</div>
<div class="Individual-skills">
<h5>Industry Knowledge</h5>
<span>Inter-personal Skills</span>
<span>Product Design</span><br>
<span>User Interface</span><br>
<span>User Experience</span><br>
<span>Interaction Design</span><br>
<span>Design research</span>
</div>
<div class="tools-tech">
<h5>Tools and Technologies</h5>
<span>Figma,Trello,Terminal</span>
</div>
<div class="skills-cont">
<h5>Other Skills</h5>
<span>HTML,CSS,JS</span>
</div>
<div class="languages">
<h5>Languages</h5>
<span>Kinyarwanda (Native)</span><br />
<span>English (Intermediate)</span><br />
<span>French (Good)</span>
</div>
<div class="Social">
<h5>Social</h5>
<span><a href="https://github.com/MnorbertVii">github.com</a></span><br>
<span><a
href="https://www.linkedin.com/in/norbert-nirugira-muhizi-7a70a11b8/">linkedin.com</a></span>
</div>
</div>
</div>
</div>
<script src="index.js"></script>
</body>
</html>