Add download link to resume.
It's no longer empty. Yay!
This commit is contained in:
parent
1430c9d3d0
commit
cd091e3233
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ export const title = "Resume - Foster Hangdaan";
|
|||
|
||||
export const header = {
|
||||
heading: "Resume",
|
||||
subheading: <span>Download a copy of my resume <a href="">here</a>.</span>,
|
||||
subheading: <span>Download a copy of my resume <a href="https://static.fosterhangdaan.com/documents/foster-hangdaan-resume.pdf" download>here</a>.</span>,
|
||||
};
|
||||
|
||||
export default function({ comp }) {
|
||||
|
|
Loading…
Reference in a new issue