-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (30 loc) · 863 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>HTML Portfolio Project</title>
<meta charset="UTF-8">
</head>
<body>
<h1>Akshat Singh's Portfolio</h1>
<h2>I'm a Web Developer</h2>
<hr/>
<h3>
<a href="./assets/2.4 Movie Ranking Project/index.html">
Movie Ranking project
</a>
</h3>
<img src ="./assets/images/movie-ranking.png" height="500">
<br/>
<h3>
<a href="./assets/3.4 Birthday Invite Project/">
Birthday Invite project
</a>
</h3>
<img src ="assets/images/birthday-invite.png" height="500">
<hr/>
<h4>
<a href="./public/about.html">About Me</a>
<a href="./public/contact.html">Contact Me</a>
</h4>
</body>
</html>