Add resume to site
This commit is contained in:
parent
767d480f93
commit
52c02d1f9d
BIN
resume.pdf
Normal file
BIN
resume.pdf
Normal file
Binary file not shown.
15
resume/index.html
Normal file
15
resume/index.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="1;url=/resume.pdf">
|
||||
<link rel="shortcut icon" href="/favicon.png" />
|
||||
<script type="text/javascript">
|
||||
window.location.href = "/resume.pdf"
|
||||
</script>
|
||||
<title>Page Redirection</title>
|
||||
</head>
|
||||
<body>
|
||||
If you are not redirected automatically, follow the <a href="/resume.pdf">link to resume pdf</a>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user