Skip to content

Commit

Permalink
resume link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lhz516 committed Dec 9, 2019
1 parent 8ffba46 commit 774f7b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/components/home/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@
color: #2b2b33;
padding: 40px;
}
.project-list {
//width: 100%;
}
.container {
display: block;
position: relative;
Expand Down
3 changes: 2 additions & 1 deletion src/components/resume/resume.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ const Resume = () => (
<Col className="wide-screen" xs={24} sm={22} md={18} lg={16} xl={14}>
<p className="message">
If the PDF plugin doesn't show correctly,{' '}
<a href="/Hanz-Resume.pdf" target="_blank ">
<a href="/public/Hanz-Resume.pdf" target="_blank ">
click here
</a>
</p>
<object
aria-label="Hanz Resume PDF"
width="100%"
height="1200px"
type="application/pdf"
Expand Down

0 comments on commit 774f7b9

Please sign in to comment.