-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (21 loc) · 858 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
<!-- 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>Somnath's-Protfolio Website</title>
</head>
<body>
<h1>Somnath Chakraborty's Protfolio</h1>
<h2>I am a Web Developer cum Civil Engineer</h2>
<hr>
<h3><a href="./public/movie-ranking.html">Movie Ranking Project</a></h3>
<img src="./assets/images/movie_reco_website.png" height=200 alt="screenshoot priview of the project">
<h3><a href="./public/birthday-invite.html"></a>Birthday Invite Project</h3>
<img src="./assets/images/birthday_website.png"height=200 alt="screenshoot priview of the project">
<hr>
<a href="./public/about.html">About</a><br>
<a href="./public/contact.html">Contact</a>
</body>
</html>