-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
71 lines (44 loc) · 1.67 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<title>Rajan Patkar's Resume</title>
<link rel="stylesheet" href="style.css">
<!-- Favicons generated from https://favicon.io/favicon-generator/ -->
<link rel="icon" type="image/png" sizes="32x32" href="images/favicons/favicon32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicons/favicon16.png">
</head>
<script src="script.js"></script>
<body>
<a name="top"></a>
<div class="navbar">
<a href="contact.html">Contact</a>
<a class="navbar-center-name" href="index.html">Rajan Patkar</a>
<a href="#top">Resume</a>
</div>
<div class="main">
<div class="top-message">
<p></p> <!-- filler element -->
<a href="files/Rajan_Patkar_Website_Resume.pdf" target="_blank" rel="noopener noreferrer">Open PDF of Resume
in New Tab</a>
</div>
<div class="resume-embed">
<iframe src="files/Rajan_Patkar_Website_Resume.pdf" height="750vh" width="100%"></iframe>
</div>
<div class="colophon-line-breaker"></div>
<div class="colophon">
<div class="colophon-left-text">
<p>Contact Me:<br>
<a href="mailto: rajan.patkar.email@gmail.com">Send Email</a><br>
<a href="contact.html">Contact Page</a>
</p>
</div>
<div class="colophon-right-text">
<p>Made by Rajan Patkar<br>
Site created 28 December 2020<br>
Last updated 18 November 2024
</p>
</div>
</div>
</div>
</body>
</html>