-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
23 lines (21 loc) · 1.41 KB
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Surendra Verma</title>
<link rel="stylesheet" type="text/css" media="screen" href="./home_files/style.css">
<style type="text/css"></style></head>
<body>
<div id="container">
<div id="pageHeader1">
<h2><span><img style="border-right:5px solid white" width="300" src="./home_files/cloud.jpg" align="left"></span></h2>
</div>
<div id="pageContent">
<h3>Hi !!!</h3>
<p>I am a PhD student in the Department of Aerospace Engineering, IIT Kharagpur. I have done my B. Tech. and M.Tech in the same department under dual degree program.</p>
<p>I am working in the area of composite structure under the joint supervision of Prof. B. N. Singh and Prof. D. K. Maiti. I am about to submitted my thesis pursuing Dual Degree in the same, keen interested in application designing and development.</p>
<p>Apart from my academic work, I have keen interest in core programming and website development. I have done several website project. My codes are avaible on <a href="https://github.com/suri2501">my GitHub page</a>.</p>
<p>I believe myself as a creative tech artist with blend of technology as well as art, always ready to explore new dimensions and jump into something new with full entrepreneurial spirit.</p>
<br>
</div>
</div>
</body></html>