-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (18 loc) · 1.07 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
<!-- TODO 1: Create the HTML Boilerplate -->
<!-- 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 -->
<h1> Preethi's Portfolio </h1>
<h2>I'm a Web Developer</h2>
<hr />
<h2><a href="public\movie-ranking.html">Movie Ranking Project</a></h2>
<img src="assets\images\Preethi_movie_ranking.PNG" alt="Favourite movie list preview" height="200"/>
<h2><a href="public\birthday-invite.html">Birthday Invite Project</a></h2>
<img src="assets\images\Preethi_birthday_invite.PNG " alt="Birthday invite preview"height="200"/>
<hr/>
<a href="public\about.html">About Me</a> <a href="public\contact.html">Contact Me</a>