-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html.html
More file actions
41 lines (34 loc) · 1.44 KB
/
index.html.html
File metadata and controls
41 lines (34 loc) · 1.44 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
38
39
40
41
<!-- TODO 1: Create the HTML Boilerplate -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rashmi's website</title>
</head>
<body>
<h1>HIEE My Name is Rashmi Sahu</h1>
<h2>Learning enthusiast and a blooming web developer</h2>
<hr/>
<h3>Following are my Projects that i've worked on while learning html</h3>
<a href="/2.4 Movie Ranking Project/index.html">MOVIE RANKING PROJECT</a>
<hr>
<img src="./assets/images/movie rec 1.jpeg"/>
<img src="./assets/images/Movie rec 2.jpeg"/>
<h3>Y'all are invited to my birthdayy!!</h3>
<a href="/3.4 Birthday Invite Project/index.html">BIRTHDAY INVITE PROJECT</a>
<hr/>
<img src="./assets/images/Birthday invite proj.jpeg"/>
<hr/>
<a href="./Aboutme.html">About me</a>
<a href="./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 -->