-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLakshmiResume.html
36 lines (36 loc) · 1.83 KB
/
LakshmiResume.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Resume</title>
<link rel="stylesheet" href="LakshmiHome.css">
</head>
<body id='lakshmi'>
<h1 id='name' >Lakshmi R Pillai</h1>
<div id='connect'>
<table id='connect'><tr>
<td> <h3></h3></td>
<td>
</td>
<td>
<a href="index.html"><input id="intro" type="submit" name="" value="About Me"></a>
<a href="LakshmiResume.html"><input id="intro" type="submit" name="" value="Resume"></a>
<a href="LakshmiProject.html"><input id="intro" type="submit" name="" value="Work"></a>
<a href="LakshmiAcademic.html"><input id="intro" type="submit" name="" value="Academia"></a>
<a href="LakshmiContact.html"><input id="intro" type="submit" name="" value="Contact"></a>
</td></tr>
</table>
<form method="get" action="LAKSHMI R PILLAI_resume_v01.pdf">
<button id='resume' type="submit">Download A Copy!</button>
</form>
<!--<a id='resume'href="C:\Users\user1\Desktop\Django-Python\My projects\LAKSHMI R PILLAI_resume_v01.pdf">Resume</a>-->
<embed src="LAKSHMI R PILLAI_resume_v01.pdf#toolbar=0"" type="application/pdf" width="100%" height="600px" />
<h4 id='copyright'><a href="#name" title="I will take you up,buddy!"><img src="http://simpleicon.com/wp-content/uploads/rocket.png" width="30px" height="30px"></a></h4>
<h4 id='copyright'>©Lakshmi R Pillai 2020</h4>
</div>
</body>
</html>