-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (19 loc) · 769 Bytes
/
index.html
File metadata and controls
22 lines (19 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="eng">
<head>
<meta charset="UTF-8">
<title>Joseph's Portfolio</title>
</head>
<body>
<h1>Joseph's V's Portfolio</h1>
<h2>I'm an aspiring Web Developer</h2>
<hr />
<h3><a href="./public/movie-ranking.html">Movie Ranking Project</a></h3>
<img src="./assets/images/Movie-rankingJV.PNG" height="300" alt="movie ranking project preview"/>
<h3><a href="./public/birthday-invite.html">Birthday Invite Project</a></h3>
<img src="./assets/images/Birthday-inviteJV.PNG" height="300" alt="birthday invite project preview"/>
<hr />
<a href="./public/about.html">About Me</a>
<a href="./public/contact.html">Contact Me</a>
</body>
</html>