Updated site icons and added resume to about

This commit is contained in:
2025-01-25 10:57:16 -06:00
parent 30e26313b0
commit 6bfe06f65c
30 changed files with 18345 additions and 1879 deletions

View File

@ -9,7 +9,7 @@ interface Props {
}
export default function AuthorLayout({ children, content }: Props) {
const { name, avatar, occupation, company, email, twitter, linkedin, github } = content
const { name, avatar, occupation, company, email, twitter, linkedin, github, resume } = content
return (
<>
@ -38,6 +38,7 @@ export default function AuthorLayout({ children, content }: Props) {
<SocialIcon kind="github" href={github} />
<SocialIcon kind="linkedin" href={linkedin} />
<SocialIcon kind="x" href={twitter} />
<SocialIcon kind="resume" href={resume} />
</div>
</div>
<div className="prose max-w-none pb-8 pt-8 dark:prose-invert xl:col-span-2">