-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (18 loc) · 747 Bytes
/
index.html
File metadata and controls
23 lines (18 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Penelope Park's Portfolio</title>
</head>
<body>
<h1>Penelope Park's Portfolio</h1>
<h2>I am a web developer</h2>
<h3><a href="./public/movie ranking project.html">Movie Ranking Project</a></h3>
<img src="./public/movie ranking screenshot.png" height="200" alt="movie ranking screenshot">
<h3><a href="./public/birthday project.html">Birthday Invite Project</a></h3>
<img src="./public/birthday screenshot.png" height="200" alt="birthday invite screenshot">
</body>
</html>
<hr />
<a href="./public/about.html">About Me</a>
<a href="./public/contact.html">Contact Me</a>