Skip to content

Commit

Permalink
Added CV
Browse files Browse the repository at this point in the history
  • Loading branch information
ujaandas committed Aug 20, 2024
1 parent 3e36193 commit 011fe65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file added public/UjaanDasCV.pdf
Binary file not shown.
6 changes: 5 additions & 1 deletion src/components/chunks/AboutMeContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ import PlainText from "../mdx/PlainText";

async function AboutMeContent() {
const aboutMeData = await fetchMdxByCategory("aboutMe");
return <PlainText content={aboutMeData[0].content} />;
return (
<div>
<PlainText content={aboutMeData[0].content} />
</div>
);
}

export default AboutMeContent;
2 changes: 1 addition & 1 deletion src/content/aboutMe/about-me.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Frankly, a lot of my time is split between coursework, research projects and Lee
but I also enjoy cooking, reading, and badminton. I'm currently working on a few projects, (including this website!),
and I'm always looking for new opportunities to learn and grow.

Feel free to reach out to me on any of my socials!
Feel free to reach out to me on any of my socials, or check out my CV [here](/UjaanDasCV.pdf)!

0 comments on commit 011fe65

Please sign in to comment.