Skip to content

Commit 713b21b

Browse files
committed
fixed resume path
1 parent 961e148 commit 713b21b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resume.pdf src/misc/resume.pdf

File renamed without changes.

src/resume.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</style>
1818
</head>
1919
<body>
20-
<object data="../resume.pdf" type="application/pdf">
21-
<p>Alternative text - include a link <a href="resume.pdf">to the PDF!</a></p>
20+
<object data="https://hudson.is-a.dev/misc/resume.pdf" type="application/pdf">
21+
<p>PDF didn't display properly, click the following link: <a href="https://hudson.is-a.dev/misc/resume.pdf"> to download the PDF.</a></p>
2222
</object>
2323
</body>
2424
</html>

0 commit comments

Comments
 (0)