-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (27 loc) · 1.21 KB
/
index.html
File metadata and controls
32 lines (27 loc) · 1.21 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
<!-- TODO 1: Create the HTML Boilerplate -->
<h1>Japneet Sandhu Portfolio</h1>
<h2>I' m a Web Developer </h2>
<hr>
<a href="public/movie-ranking.html">Movie Ranking Project</a>
<h3>The Best Movie According to Sandhu</h3>
<h3>My top 3 movies of all time.</h3>
<hr>
<h3>Spirited Away</h3>
<h6>This is my favourite anime.It has beautiful images</h6>
<h3>Ex Machina</h3>
<h6>Really cool Sci-Fi Movie</h6>
<h3>Drive</h3>
<h6>Super beautiful film. Really artistic </h6>
<h3 a href="public/birthday-invite.html">Birthday Invite Project</a></h3>
<h3>It's my Birthday </h3>
<h4>On 12th of Feb </h4>
<img src="assets/images/birthday-invite.png" height="200" alt="Movie Ranking Project"></h3>
<a href="public/about.html">About Me</a>
<a href ="public/contact.html">Contact Me</a>
<!-- 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 -->