Skip to content

Commit

Permalink
update cv
Browse files Browse the repository at this point in the history
  • Loading branch information
Janescience committed Nov 20, 2023
1 parent 771420c commit 848fbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/AuthorLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ export default function AuthorLayout({ children, frontMatter }) {
<div className="flex space-x-3 pt-6">
<a
target="_blank"
href="https://drive.google.com/file/d/1p5Laavj2KbDfkDVXr7UfFkCdWpHXdYSw/view?usp=sharing"
href="https://drive.google.com/file/d/1SWUxidRocRoK_-v08bIYAVjwEDB7rOz8/view?usp=sharing"
className="rounded bg-teal-400 py-2 px-4 font-bold text-black hover:bg-teal-300"
rel="noreferrer"
>
Resume
CV
</a>
{/* <SocialIcon kind="mail" href={`mailto:${email}`} />
<SocialIcon kind="github" href={github} />
Expand Down

0 comments on commit 848fbcb

Please sign in to comment.