-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.04 KB
/
index.html
File metadata and controls
33 lines (29 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Bio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="hero-header">
<h2 style="padding-top: 25px">Chibuzo Nmecha</h2>
<p> <i>"...beginning of a new phase...."</i> </p>
</div>
<div class="nav-container">
<ul class="nav_links">
<li class="home"><a href="https://www.mun.ca">Home</a></li>
<li class="others"><a href="https://www.google.com">Google</a></li>
<li class="others"><a href="https://www.w3school.com">w3school</a></li>
<li class="others"><a href="https://www.mun.ca">Mun</a></li>
<li class="others"><a href="https://www.github.com">GitHub</a></li>
<li class="others"><a href="https://www.udemy.com">Udemy</a></li>
</ul>
</div>
<section>
<div class="content">
</div>
</section>
</body>
</html>