Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
115 changes: 115 additions & 0 deletions 2021/BEGINNERS/WEEK1/EZEMEGBU UGOCHUKWU/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>ABOUT ME</title>
<style>
*{
background-color:antiquewhite;
}
header {
width: 100%;
}
#navbar {
padding: 15px;
text-align: center;
}
#navbar a{
color: black;
font-size: 25px;
text-decoration-line: none;
padding: 30px;
}
h2{
font-size: 30px;
margin-bottom: 0.5px;
}
img{
float: right;
}
div{
width: 100%;
}
p{
font-family: 'Courier New', Courier, monospace;
font-size: 17px;
font-weight: 10px;
}
section {
width: 70%;
float: left;
height: 450px;
}
aside{
width: 27%;
float: right;
height: 450px;
border-left: 2px dotted black;
}

footer {
width: 100%;
height: 90px;
margin-top: 465px;
}
footer p {
padding: 20px;
}
a:hover{
background-color: sienna;
}
</style>
</head>
<body>
<header>
<h1 style="text-align: center;">Ezemegbu Ugochukwu</h1>
<h5 style="text-align: center">Biochemist and Entrepreneur</h5>
<nav id="navbar">
<a href="#">ABOUT ME</a>
<a href="#">PHOTOS</a>
<a href="#">PORTFOLIO</a>
<a href="#">CONTACT ME</a>
<a href="#">HIRE ME</a>
</nav>
</header>
<div>
<h2>About Me</h2>
<hr>
<section>
<p> My name is <strong>Ezemegbu Ugochukwu</strong>, i hail from Anambra state. I am a graduate of Biochemistry from the prestigious University of Nigeria Nsukka.</p>
<img src="hugo.jpg" alt="my image" style="width: 23%" height="280px;">
<p>I call myself "jack of all trades" because i always want to try out different things. I worked in a cosmetic industry during my industrial training where i learnt how to produce varieties of cosmetic products. I can also produce paints, i learnt that during service year. I am an Entrepreneur and now i am learning how to code. </p>
<p><b>What have i been upto lately:</b></p>
<ul>
<li>Learning how to code</li>
<li>Learning how to code</li>
<li>Learning how to code</li>
<li>Learning how to code.....</li>
</ul>
<p><b>Why you should hire me</b></p>
<ol>
<li>I am a code enthusiast.</li>
<li>I am a fast learner with great room for improvement.</li>
<li>I am pro-active and i strive to beat dead-line.</li>
<li>I can work under pressure.</li>
</ol>
</section>

<aside>
<p style="text-align: center;">CONNECT WITH ME!</p>
<img src="facebook.png" alt="my image" style="width: 25%" height="60px;">
<img src="instagram.png" alt="my image" style="width: 25%" height="60px;">
<img src="twitter.png" alt="my image" style="width: 25%" height="60px;">
<img src="github.png" alt="my image" style="width: 25%" height="60px;">
<img src="linkedin.png" alt="my image" style="width: 25%" height="60px;">
<img src="gmail.jpg" alt="my image" style="width: 25%" height="60px;">
<img src="yahoo.jpg" alt="my image" style="width: 25%" height="60px;">
</aside>
</div>
<footer>
<p style="text-align: center">&#169Ugochukwu M. Ezemegbu|ugochukwuezemegbu@gmial.com</p>
</footer>
</body>
</html>
3 changes: 2 additions & 1 deletion 2021/BEGINNERS/WEEK1/submission.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
## fullname - Assignment Folder Name - Whatsapp phone number
## fullname - Assignment Folder Name - Whatsapp phone number
EZEMEGBU UGOCHUKWU - EZEMEGBU UGOCHUKWU - 08109429943