forked from Foutse/foutse.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (70 loc) · 4.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width>
<link rel="icon" type="image/png" href="image/leaf.png"/>
<title>Lewis Mbua</title>
<link rel="icon" href="images/wr.jpeg" sizes="32x32" type="image/jpeg">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Main css -->
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Lora|Merriweather:300,400" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
</head>
<body>
<!-- Home Section -->
<section id="home">
<div class = "overlay"></div>
<div id = "particles-js"></div>
<script type = "text/javascript" src="particles.js"></script>
<script type = "text/javascript" src="app.js"></script>
<div class="container">
<div class="col-md-12 col-sm-6">
<div class="card">
<img src="images/lewis2.jpeg" class="card-img-top" alt="...">
<div class="card-body">
</br></br>
<h1>CLAUDE LEWIS MBUA, Eng.</h1>
<!-- (He/Him) -->
</br>
I am an electrical engineer with a passion for renewable energies in Africa, thus I aspire to contribute positively to this sector
in Africa in particular and the world at large. I have worked for 4 years as a project manager, managing more than 20 Capital
expenditure projects using Agile and Scrum methods. I am currently taking a Project Management Professional (PMP) certification to confirm my acquired skills. Prior
to this, I have 6 years of experience in operations and maintenance of medium and low voltage distribution networks, 5 years of
experience in the construction of electrical distribution networks; and 3 years of experience in commercial activities and customer
care. After 7 years of working experience, the desire to better make use of all these acquired skills and experiences has driven me
to enroll in an MBA program. In my free time, I love to volunteer in teaching American Sign Language to help deaf people in my home
country. I am fluent in both English and French and am always open to new connections. I am equally passionate about sports, especially
Soccer, and BasketBall, and I love reading and listening to music.
</br>
</div>
</div>
<hr>
"If a man is called to be a street sweeper, he should sweep streets even as Michelangelo painted,
or Beethoven composed music, or Shakespeare wrote poetry. He should sweep streets so well that all
the hosts of heaven and earth will pause to say, 'Here lived a great street sweeper who did his job well.' ” --- Martin Luther King </br></br>
Let's get in touch!!!
</div>
<div class="col-md-12 col-sm-12">
<ul class="social-icon">
<li><a href="https://github.com/ClaudeLewisMbua" title="Github" class="fa fa-github" target="_blank" rel="noopener noreferrer"></a></li>
<li><a href="https://www.linkedin.com/in/claude-lewis-ndi-mbua-383896aa/" title="LinkedIn" class="fa fa-linkedin" target="_blank" rel="noopener noreferrer"></a></li>
<li><a href="https://twitter.com/lewismbua" title="Twitter" class="fa fa-twitter" target="_blank" rel="noopener noreferrer"></a></li>
<!-- <li><a href="https://medium.com/@mefoutse" title="Medium" class="fa fa-medium" target="_blank" rel="noopener noreferrer"></a></li> -->
<!-- <li><a href="https://resume.io/" title="Resume" class="fa fa-user" target="_blank" rel="noopener noreferrer"></a></li> -->
<li><a href="mailto:lewismbua@gmail.com" title="Gmail" class="fa fa-envelope" target="_blank" rel="noopener noreferrer"></a></li>
<li><a href="https://claudelewismbua.github.io/images/CV_LewisMbua_2022.pdf"
title="Download Resume" class="fa fa-file" target="_blank" rel="noopener noreferrer"></a></li>
</ul>
</div>
</div>
</section>
</body>
</html>