-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (20 loc) · 929 Bytes
/
index.html
File metadata and controls
27 lines (20 loc) · 929 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
25
26
27
<!-- 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>Ashmit Portfolio</title>
<!--<style>img {height:100px ; width: 150px }</style>-->
</head>
<body>
<h1>Ashmit Gupta's portfolio</h1>
<h2>From now on , I too am an Web developer 😊</h2><hr/>
<h3><a href = "public/movie-ranking.html"><b>Movie Ranking Project</b></a></h3>
<img src="assets/images/fav_movie.png" alt = "my movie ranking project" height = 100 width = 150/>
<h3><a href="public/birthday-invite.html"><b>Birthday Invite Project</b></a></h3>
<img src ="assets/images/birthday-invite.png" alt ="Birthday invite project ss" height = 100 width = 150/> <hr/>
<h3><a href = "public/about.html">About ME </a></h3>
<h3><a href = "public/contact.html">Contact ME</a></h3>
</body>
</html>