-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (27 loc) · 849 Bytes
/
index.html
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
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Jacob Aronowitz's HTML Portfolio</h1>
<h2>A Collection of My Works As I Continue To Learn Web Development</h2>
<hr/>
<h2>
<a href = "./public/movie-ranking.html"> Movie Ranking Project</a>
</h2>
<img src = "./assets/images/swaggerboxd.png" style = "height: 300px;">
<h2>
<a href = "./public/birthday-invite.html"> Warhammer Birthday Invite Project</a>
</h2>
<img src = "./assets/images/WAAAAAGH.png" style = "height: 300px;">
<p>
<h3>
<a href = "./public/about.html"> About Me</a>
<a href = "./public/contact.html"> Contact Me</a>
</h3>
</p>
</body>
</html>