Modify subheading of Resume page

The download link now follows best practices. The text should be clear as
to what the link does.
This commit is contained in:
Foster Hangdaan 2023-08-01 21:23:36 -04:00
parent eb6e3749dc
commit 17b8a400f5
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -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="https://static.fosterhangdaan.com/documents/foster-hangdaan-resume.pdf" download>here</a>.</span>,
subheading: <span><a href="https://static.fosterhangdaan.com/documents/foster-hangdaan-resume.pdf" download>Download my resume</a>.</span>,
};
export default function() {