-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (26 loc) · 1.1 KB
/
index.html
File metadata and controls
37 lines (26 loc) · 1.1 KB
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
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Benjamin Emmanuel portfolio</title>
</head>
<body>
</body>
<h1>Benjamin Emmanuel's portfolio </h1>
<H2>I'm a Web Developer</H2>
<hr>
</h3><a href="assets/images/movie-ranking.png">Movie Ranking Project </a></h3>
<img src="assets/images/movie-ranking.png" height="200" alt="movie ranking project preview">
<h3><a href="public/birthday-invite.html">Birthday invite project </a></h3>
<img src="assets/images/birthday-invite.png" height="200" alt="birthday invite project preview">
<hr/>
<h3><a href="public/about.html">About me</a></h3>
<h3><a href="public/contact.html">contact me</a></h3>
</body>
</html>
<!-- TODO 5: Adda link to the project pages -->
<!-- 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 -->