-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (22 loc) · 839 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
</head>
<body>
<h1> Tejas' Portfolio</h1>
<h2> I'm an aspiring Data Scientist</h2>
<hr noshade="true">
<a href = "./public/movie-ranking.html"><h3> Movie Ranking project</h3></a>
<img src = "./assets/images/movie_ranking.png" height="200">
<a href="./assets/pdf/SDGs_NIF_Progress_Report_2023N_0.pdf"><h3> PDF Link </h3> </a>
<br />
<a href="public/birthday-invite.html"><h3> Birthday Invitation </h3></a>
<img src = "assets/images/birthday_invite.png" alt = "birthday invitation image" height = 300>
<br />
<a href="public/about.html"> About Me</a>
<a href = "public/contact.html"> Contact Me </a>
</body>
</html>