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
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
Zainab Mahmud - ZAINAB MAHMUD - 08183928556
37 changes: 37 additions & 0 deletions 2021/BEGINNERS/ZAINAB MAHMUD/intro.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport"
center="width=device-width, initial-scale="1.0">
<title style="background-color:aqua">MY PROFILE</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="nav-menu">
<a href="url">Contact</a>
<a href="url">Home</a>
</div>
<div class="Container">
<section>

<h1 style="text-align:center">About Myself</h1>
<p style="color:bisque">My name is Zainab. I am a student at the University of Lagos.</p>
<p>My best color is <a href="url"><img src="color.jpg" alt="Brown" style="width:42px;height:42px;"></a></p>

<p>I like</p>
<ol>
<li>Baking</li>
<li>Watching documentaries</li>
<li>reading novels</li>
</ol>

<p>I dislike</p>
<ul>
<li>Sugary foods</li>
</ul>
</p>
</section>
</div>
</body>
</html>
45 changes: 45 additions & 0 deletions 2021/BEGINNERS/ZAINAB MAHMUD/w.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport"
center="width=device-width, initial-scale="1.0">
<title style="background-color:aqua">MY PROFILE</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="nav-menu">
<a href="url">Contact</a>
<a href="url">Home</a>
</div>
<div class="Container">
<section>

<h1 style="text-align:center">About Myself</h1>
<p style="color:bisque">My name is Zainab. I am a student at the University of Lagos.</p>
<p>My best color is <a href="url"><img src="color.jpg" alt="Brown" style="width:42px;height:42px;"></a></p>

</section>
<section>
<h2>My likes</h2>
<p>I like:</p>
<ol>
<li>Baking</li>
<li>Watching documentaries</li>
<li>reading novels</li>
</ol>
</section>
<section>
<h3>My dislikes</h3>
<p>I dislike:</p>
<ul>
<li>Sugary foods</li>
</ul>
</p>
</section>
</div>
<footer>
The End.
</footer>
</body>
</html>