-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 803 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (19 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- 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>Brian Salazar's Web Development Portfolio</h1>
<h2>Web Development for Web Portfolio Bootcamp</h2>
<hr>
<h3><a href="./public/movie-ranking.html">Movie Ranking Project</a></h3>
<img src="./assets/images/movie-rankings.png" alt="Screenshot of the movie ranking project."/>
<h3><a href="./public/birthday-invite.html">Birthday Invite Project</a></h3>
<img src="./assets/images/birthday-invite.png" alt="Screenshot of the birthday invitation project."/>
<hr>
<p><a href="./public/about.html">About Me</a> - <a href="./public/contact.html">Contact Me</a></p>
</body>
</html>