-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
30 lines (27 loc) · 1.03 KB
/
cv.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>
<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="/cv">CV</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/research">Research</a></li>
<li><a href="/scripts">Codes</a></li>
<li><a href="/usefullinks">Useful Links</a></li>
</ul>
</nav>
</header>
<iframe src = 'Resume_Paramveer_Sharma.pdf' style = "width:1000px; height:660px" frameboder ="0"></iframe>
<p><strong><a href = 'https://github.com/pyparam/pyparam.github.io/raw/master/Resume_Paramveer_Sharma.pdf'>Download CV </a></strong></p>
<footer>
<ul class='foot'>
<li class='footer'><a href="mailto:[email protected]">Gmail</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>