-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.01 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aidan's Portfolio</title>
</head>
<body>
<header>
<h1>Aidan Behrens</h1>
<h2>They/Them/Theirs</h2>
<h3>Actor/Musician/Front-End Developer</h3>
</header>
<hr />
<section id="Projects">
<h2>Movie Project</h2>
<h3><i>Click Image Below to Access This Project</i></h3>
<a href="./public/movie-ranking.html"><img src="./assets/images/Movie Project.png" height="200" alt="Screenshot of movie project" /></a>
<h2>Birthday Invite</h2>
<h3><i>Click Image Below to Access This Project</i></h3>
<a href="./public/birthday-invite.html"><img src="./assets/images/Birthday invitation.png" height="200" alt="Screenshot of birthday invite"/></a>
</section>
<footer>
<a href="./public/about.html">About Me</a> <a href="./public/contact.html">Contact Me</a>
</footer>
</body>
</html>