-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (24 loc) · 748 Bytes
/
index.html
File metadata and controls
31 lines (24 loc) · 748 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
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>portfolio-project</title>
</head>
<body>
<h1>Chaithanya N's portfolio</h1>
<h2 >I'm a web developer</h2>
<hr />
<a href="./public/movie-ranking.html"> <h3>Movie Ranking Project</h3></a>
<a>
<img src="./assets/images/movie-ranking.png" height="100%" width="100%">
</a>
<br />
<a href="./public/birthday-invite.html"> <h1>Birthday Invite Project</h1></a>
<a>
<img src="./assets/images/birthday-invite.png" height="100%" width="100%">
</a>
<a href="./public/contact.html">Contactme</a>
<a href="./public/about.html">Aboutme</a>
</body>
</html>
<!-- TODO 7: Add the Contact Me and About Me page links -->