-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (19 loc) · 712 Bytes
/
index.html
File metadata and controls
24 lines (19 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<Title>My Portfolio</Title>
<body>
<h1>My Portfolio</h1>
<h2>I am a Web Developer</h2>
<hr/>
<h3><a href="./public/birthday-invite.html" draggable="True">My birthday invite Project</a></h3>
<img src="./assets/images/birthday-invite.png" height="200" alt="A sreensht pf the project"/>
<h3><a href="./public/movie-ranking.html" draggable="True">My Movie ranking project</a></h3>
<img src="./assets/images/movie-ranking.png" height="200" alt="a screen shot of the movie ranking project"/>
<hr/>
<a href="./public/about.html" draggable="True">About me</a>
<a href="./public/contact.html">Contact me</a>
</body>
</head>
</html>