Skip to content

Commit

Permalink
feat: add CV
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Jan 13, 2025
1 parent 39649af commit f9349cf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
Binary file added public/cv.pdf
Binary file not shown.
38 changes: 20 additions & 18 deletions src/components/sections/hero/HeroSocial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,26 @@ function HeroSocial() {
<GitHubLogo className='h-9 w-9' aria-hidden='true' />
</Link>
</m.li>
{/* <m.li */}
{/* className='flex-shrink-0' */}
{/* variants={fadeIn('left', '', 3.0, 0.5)} */}
{/* initial='hidden' */}
{/* animate='show' */}
{/* whileHover={{ translateY: '-2px' }} */}
{/* transition={{ duration: 0.2 }} */}
{/* > */}
{/* <Link */}
{/* href='/cv.pdf' */}
{/* download='michael-brusegard-cv.pdf' */}
{/* className='block rounded-[3px] outline-2 outline-offset-2 outline-primary/60 hover:text-primary focus-visible:outline' */}
{/* title='Download my CV' */}
{/* aria-label='Download my CV' */}
{/* > */}
{/* <CVLogo className='h-9 w-9' aria-hidden='true' /> */}
{/* </Link> */}
{/* </m.li> */}
<m.li
className='flex-shrink-0'
variants={fadeIn('left', '', 3.0, 0.5)}
initial='hidden'
animate='show'
whileHover={{ translateY: '-2px' }}
transition={{ duration: 0.2 }}
>
<Link
href='/cv.pdf'
target='_blank'
rel='noopener noreferrer'
download
className='block rounded-[3px] outline-2 outline-offset-2 outline-primary/60 hover:text-primary focus-visible:outline'
title='Download my CV'
aria-label='Download my CV'
>
<CVLogo className='h-9 w-9' aria-hidden='true' />
</Link>
</m.li>
<m.li
className='w-full sm:w-auto'
variants={fadeIn('left', '', 3.5, 0.5)}
Expand Down

0 comments on commit f9349cf

Please sign in to comment.