-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
54 lines (44 loc) · 1.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TF3WKZS5Q4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-TF3WKZS5Q4');
</script>
<title>Resume</title>
<link rel="stylesheet" type="text/css" href="/style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial scale=1">
<meta name="description" content="Resume as a pdf file">
<meta name="author" content="Suchit Reddi">
</head>
<body>
<button><a href=".">Back</a></button><br>
<h1>Overleaf Resume</h1>
<!-- <a href="Misc/index/Suchit_Reddi_Resume.docx" target="_blank" rel="noopener noreferrer nofollow"
style="line-height: 2em;"><span style="color: white;">Download docx for editing</span></a> -->
<div class="pdf">
<embed src="Misc/index/Suchit_Reddi_Resume.pdf" type="application/pdf" width="100%" height="500px" />
</div>
<center>
<hr>
<a href="Misc/index/Suchit_Reddi_Resume.pdf">Download Overleaf Resume</a>
<hr>
<a href="resume_tips.html">Resume Tips</a>
<hr>
</center>
<h1>Europass CV</h1>
<div class="pdf">
<embed src="Misc/index/Suchit_Reddi_Europass_CV.pdf" type="application/pdf" width="100%" height="500px" />
</div>
<center>
<hr>
<a href="Misc/index/Suchit_Reddi_Europass_CV.pdf">Download Europass CV</a>
</center>
<button><a href=".">Back</a></button><br>
</body>
</html>