-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (31 loc) · 1.43 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!-- TODO 1: Create the HTML Boilerplate -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MY PORTFOLIO PROJECT</title>
</head>
<BODY>
<h1>ANUSKA CHATTERJEE's Portfolio!!</h1>
<h2>I am a Web Developer (not a pro one :)) </h2>
<hr>
<h3><a href="./public/movie-ranking.html">MOVIE Ranking PROJECT</a></h3>
<img src="./assets/images/Movieproject.png" height="350" alt="Movie Ranking project Screenshot">
<hr>
<hr>
<h3><a href="./public/birthday-invite.html">Birthday-Project</a></h3>
<img src="./assets/images/BirthdayInviteProject.png" height="350" alt="Birthday-Invite project">
<hr>
<a href="./public/about.html">About Me</a> <br>
<a href="./public/contact.html">Contact Me</a>
</BODY>
</html>
<!-- TODO 2: Add Your previous projects' HTML into the public folder -->
<!-- TODO 3: Take screenshots of your project previews and add the images to the images folder -->
<!-- TODO 4: Add titles/subtitles etc. -->
<!-- TODO 5: Add a 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 -->
<!-- C:\Users\Anuska\Pictures\Screenshots\Screenshot (19).png -->