Skip to content

Commit d635b77

Browse files
Create index.html
1 parent 063f564 commit d635b77

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width", initial-scale="1.0">
7+
<title>Personal Portfolio Website</title>
8+
<link rel="stylesheet" href="style.css">
9+
</head>
10+
<body>
11+
<div id="header">
12+
<div class="container">
13+
<nav>
14+
<img src="Images/logo.jpg" class="logo">
15+
<ul>
16+
<li><a href="#">Home</a></li>
17+
<li><a href="#">About</a></li>
18+
<li><a href="#">Services</a></li>
19+
<li><a href="#">Portfolio</a></li>
20+
<li><a href="#">Contact</a></li>
21+
</ul>
22+
</nav>
23+
<div class="header-text">
24+
<p>UI/UX Designer</p>
25+
<h1>Hi, I'm <span >Emmanuel</span><br> from Nigeria</h1>
26+
</div>
27+
</div>
28+
</div>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)