-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (20 loc) · 845 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
<!DOCTYPE html>
<html lang="EN">
<head>
<meta charset="UTF-8">
<title> Marta's Projects </title>
</head>
<body>
<h1> Marta's Projects </h1>
<h2>Birthday</h2>
<a href="./public/birthday-invite.html">Birthday Invite</a>
<img src="./assets/images/Birthday.png" alt="birthday cake" height="400">
<h2>Movies</h2>
<a href="./public/movie-ranking.html">Movie Ranking</a>
<img src="./assets/images/Movies.png" alt= "movie ranking" height="400">
<!-- TODO 6: Add images to show the project previews
HINT for TODO 6: You can use the height attribute set to 200 to make the image smaller:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-height -->
<!-- TODO 7: Add the Contact Me and About Me page links -->
</body>
</html>