-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (37 loc) · 1.72 KB
/
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
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<link href ='style.css' rel = 'stylesheet'>
<head>
<title>Pyparam</title>
</head>
<body>
<header style="position: fiexed;">
<nav>
<ul class='nav'>
<li ><a href="/">Home</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/research">Research</a></li>
<li><a href="/codes_removethisextensiontoview">Codes</a></li>
<li><a href="/usefullinks">Useful Links</a></li>
</ul>
</nav>
<header/>
<div class="container">
<div class="blurb">
<h1>Hi there, I'm Paramveer Sharma !</h1>
<p><img src="admin.jpg" alt="admin" style="width:230px;height:280px;margin-right:15px;">I'm a
Graduate Student at <a class='inline' href='https://www.iitm.ac.in/'>Indian Institute
of Technology Madras</a> best known as IIT Madras. Welcome to PyParam. <a class='link'
href="/research"><em>Read more about my work...</em></a> <br /><br />Paramveer obtained
his B.Tech in Mechanical Engineering from Uttar Pradesh Technical University, Lucknow.
He is currently pursuing his Masters at Department Aerospace engineering, IIT Madras, on the broad topic
of multiscale modeling of UD composite using Compuatational and Multiscale Mechanics of Materials
approach. His thesis is advised by <a class='inline' href='https://ae.iitm.ac.in/~ssmulay/'>Dr. Shantanu S. Mulay</a> at IIT Madras</p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul class='foot'>
<li class='footer'><a href="mailto:[email protected]">Mail</a></li>
<li class='footer'><a href="https://github.com/pyparam">Github</a></li>
<li class='footer'><a href="https://linkedin.com/in/paramveersharma">LinkedIn</a></li>
</ul>