-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (31 loc) · 1.47 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
43
44
45
<!-- 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 -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>First Project</title>
</head>
<body>
<h1>njwnwdrfe</h1>
<h2>jncwdncd</h2>
<hr>
<h3><a href="./public/movie-ranking.html">Movie Ranking</a></h3>
<h4>dcmnmc</h4>
<h5>dm,d,ce</h5>
<img src="./assets/images/movie-ranking.png" width="300" height="250" alt="">
<h3><a href="./public/birthday-invite.html">Birthday</a></h3>
<img src="https://images.unsplash.com/photo-1611003228941-98852ba62227?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" width="300" height="300" alt="">
<hr>
<h3><a href="./public/about.html">ABOut </a> <a href="./public/contact.html"> Contact</a></h3>
<h3><a href="./public/contact.html">Contact</a></h3>
</body>
</html>