-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 989 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tushar Manna - Resume</title>
</head>
<body>
<h1>Tushar Manna</h1>
<img src = "images/Tushar Manna.jpg" alt = "Photo of Tushar Manna">
<h2>Summary</h2>
<p>
Thank you for taking the time to explore my portfolio.
My name is Tushar Manna, and I am currently pursuing
a bachelor's degree in Computer Application. I am at
the beginning of my journey as a full-stack web developer.
</p>
<h2>Education</h2>
<p>
Bachelor of Computer Application - University of Burdwan (August 2021 - Present)
</p>
<hr>
<footer>
<address>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
</address>
<p>© Tushar Manna. All rights reserved.</p>
</footer>
</body>
</html>