Add download link to resume.

It's no longer empty. Yay!
This commit is contained in:
Foster Hangdaan 2023-07-31 20:28:48 -04:00
parent 1430c9d3d0
commit cd091e3233
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -2,7 +2,7 @@ export const title = "Resume - Foster Hangdaan";
export const header = { export const header = {
heading: "Resume", 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 }) { export default function({ comp }) {