-
Notifications
You must be signed in to change notification settings - Fork 0
/
teamkart.html
28 lines (28 loc) · 1.06 KB
/
teamkart.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
<!DOCTYPE HTML>
<html>
<head>
<style>
body {background-color:orange;
overflow:scroll;}
a:hover {background-color:red}
a:link {border:2px solid powderblue;
text-decoration:none;
margin:5px;}
img {border:0px}
</style>
<title> PORTFOLIO- MST.SHOUNAK BANERJEE</title>
</head>
<body>
<p> Hi! I am Shounak Banerjee, Iam someone who loves to play chess, tabletennis, football and play mouthorgan.
I am interested in theoriticcal physics, mechanics and coding.I also love drawing or sketching.I also watch a lot of anime whenever I can make time.</p>
<img src="sketch.jpg" alt="PIECE OF ART" style="width:1200px;height:200px"></img>
<br><br><br><br>
<a href="acads.html" >ACADEMIC REPORT</a>
<a href="personal.html">PERSONAL INFORMATION</a>
<a href="contact.html">CONTACT DETAILS</a>
<hr>
<p style="font-size:24px;font-family:courier;color:red">
<img src="chess.jpg" alt="PROFILE PICTURE" style="float:left;width:300px;height:300px;">
<b>Mr.SHOUNAK BANERJEE <br> IIT KHARAGHPUR <br> LIVE IN NEW DELHI <br> NATIVE OF WESTBENGAL</b>
</img>
</body>