-
Notifications
You must be signed in to change notification settings - Fork 1
/
resume.html
55 lines (32 loc) · 1.05 KB
/
resume.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!-- Created by Srilokh Karuturi
Personal Website
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Resume</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<nav>
<div class="sidenav">
<a href="/index.html"><div>About</div></a>
<a href="/resume.html"><div>Resume</div></a>
<a href="/projects.html"><div>Projects</div></a>
<a href="/timeline.html"><div>Timeline</div></a>
<a href="/contact.html"><div>Contact</div></a>
</div>
</nav>
<body>
<center>
<h1 style="position: relative;">Srilokh Karuturi Resume</h1></center>
<object data="resume.pdf" type="application/pdf" width="100%" height="800px">
<p>It appears you don't have a PDF plugin for this browser.
No biggie... you can <a href="resume.pdf">click here to
download the PDF file.</a></p>
</object>
<div class="bottomText">
created with HTML/CSS/JS
</div>
</body>
</html>