-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (68 loc) · 3.35 KB
/
index.html
File metadata and controls
75 lines (68 loc) · 3.35 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Chiadi Leonard MBIBI</title>
<link rel="stylesheet" href="./css/styles.css">
<link rel="icon" href="./Peace.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Chiadi</h1>
<h2>a <span>web</span> developer</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="./images/PASSPORT_CHIADI2.png" alt="Profile Picture">
<h2>Hello.</h2>
<p class="intro">I am Chiadi Leonard MBIBI, a developer, network and server(MS) administrator. Welcome to my profile page.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skillimg1" src="./images/coding.png" alt="Projects">
<h3>Computer Skills</h3>
<p class="img-description1"><ul>
<li>Microsoft Server administrator</li>
<li>Certified network administrator (CCNA)</li>
<li>Web developer (frontend presently)</li>
<li>Proficient in MS Office</li>
<li>General IT Services - software and hardware procurement, setup/installations, CCTV services, cyber security solutions </li>
</ul></p>
</div>
<div class="skill-row">
<img class="skillimg2" src="./images/programming.png" alt="coding">
<h3>Online Courses Attended</h3>
<p class="img-description2"><ul>
<li>Full stack developer (freecodecamp.org) in view</li>
<li><a href="https://www.freecodecamp.org/certification/chiadi_mbibi/responsive-web-design" target="_blank">Responsive Web Design Certification - Udemy, (December, 2021)</a></li>
<li><a href="https://www.freecodecamp.org/certification/chiadi_mbibi/javascript-algorithms-and-data-structures" target="_blank">Javascript Algorithm And Data Structures - Udemy, (February, 2022)</a></li>
<li><a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/" target="_blank">The Complete 2022 Web Development Bootcamp - Udemy (ongoing)</a></li>
<li>An Introduction to Interactive Programming in Python with Joe Warren, et al
(September, 2014) – Coursera (Rice University)</li>
</ul></p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Contact me via the following media:</h3>
<p class="contact-p">Contact me via gmail by clicking the button below or through other links shown below.</p>
<a class="btn" href="mailto:lcim1104@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/leonard-ihecherobi-9b57149/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/NoSecondChance7">Twitter</a>
<a class="footer-link" href="https://gregobyte.com">Website</a>
<p class="copy-right">© 2022 Leonard Chiadi MBIBI @Udemy.</p>
</div>
</body>
</html>