-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (18 loc) · 778 Bytes
/
index.html
File metadata and controls
29 lines (18 loc) · 778 Bytes
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Favour Ugwuzor Portfolio</title>
</head>
<body>
<h1>Favour Ugwuzor's Portfolio</h1>
<h2>I am a web developer</h2>
<hr/>
<h3><a href="./public/movie-ranking.html">Movie ranking project</a> </h3> <br />
<img src="./assets/images/Best movies.jpg" height="200" alt="movie ranking"/> <br />
<h3><a href="./public/birthday-invite.html">Birthday Invite project</a> </h3> <br />
<img src="./assets/images/Birthday invite.jpg" height="200" alt="my birthday invite"/> <br />
<a href="./public/about.html"> About me</a>
<a href="./public/contact.html">Contact me</a>
</body>
</html>