-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexOld.html
28 lines (28 loc) · 1.05 KB
/
indexOld.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>
<title>Paramveer Sharma, Graduate Student</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/cv">CV</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Hi there, I'm Paramveer Sharma !</h1>
<p>I'm a Graduate Student at Indian Institute of Technology Madras best known as IIT Madras. Welcome to <em>PyParam</em> Don't trust me. <a href="/about">Read more about my life...</a>
I am doing my Master of Science in Department of Aerospace Engineering, IIT Madras, Under the guidance of Dr. Shantanu S. Mulay </p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="https://github.com/pyparam">github.com/pyparam</a></li>
</ul>