Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/resume/resume.pdf
Binary file not shown.
7 changes: 5 additions & 2 deletions src/app/components/HeroSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,16 @@ const HeroSection = () => {
Hire Me
</Link>
<Link
href="/"
href="/resume/resume.pdf"
className="px-1 inline-block py-1 w-full sm:w-fit rounded-full bg-gradient-to-br from-primary-500 to-secondary-500 hover:bg-slate-800 text-white mt-3"
>
<span className="block bg-[#121212] hover:bg-slate-800 rounded-full px-5 py-2">
Download CV
</span>
</Link>


</Link>

</div>
</motion.div>
<motion.div
Expand Down