Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completed Week 1 assignment #171

Open
wants to merge 10 commits into
base: cohort2_beginners
Choose a base branch
from
31 changes: 31 additions & 0 deletions 2021/BEGINNERS/WEEK1/John-Ayanyemi/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>John Ayanyemi ⚡</title>
<meta charset="UTF-8">
<meta name="viewport" center="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>

<body>
<header></header>

<div class="div1">
<main>
<h1>Hi, I'm John</h1>
<p>Currently learning to code(frontend), I work with HTML and CSS currently with the hope of building beautiful and functional web designs.<br>I consider my design skills and my keen eye for details as a plus. </p>
<p>
You can connect with me on my Social platforms:</p>
<a href="https://github.com/johnayanyemi">GitHub</a><br>
<a href="https://instagram.com/johnayanyemi">Instagram</a><br>
<a href="https://twitter.com/johnayanyemi">Twitter</a><br>
<a href="https://facebook.com/johnayanyemi">Facebook</a>
</main>
</div>

<div>
<footer> Made with ❤️ in Lagos by John Ayanyemi</footer>
</div>
</body>

</html>
22 changes: 22 additions & 0 deletions 2021/BEGINNERS/WEEK1/John-Ayanyemi/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
body {
background-color: #f0f2f5;
text-align: center;
}

h1 {
color: #3c61f5
}

.div1 {
width: 90%;
background-color: white;
margin: 30px auto;
height: 500px;
padding: 10px 5px 10px 5px;
border-radius: 5px;
}

a {
text-decoration: none;
color: #3c61f5;
}
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
John Ayanyemi - John Ayanyemi - 08056783237