-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
44 lines (36 loc) · 1.24 KB
/
resume.html
File metadata and controls
44 lines (36 loc) · 1.24 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<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>