Skip to content

Commit

Permalink
fixing the resume file location
Browse files Browse the repository at this point in the history
  • Loading branch information
anup2307 authored Aug 22, 2023
1 parent d6c36be commit 4a13534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/pages/Skills.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Resume() {
return (
<div className="h-screen bg-[#21325e] flex flex-col justify-center items-center">
<div className="fadeInRight">
<h1 className=' p-0 mb-8 text-2xl text-white'>Download <a href='/public/AnuPriyaGovindarajan.docx' download target="_blank" className="border-b-4 border-pink-600 font-bold">My Resume</a></h1>
<h1 className=' p-0 mb-8 text-2xl text-white'>Download <a href='/AnuPriyaGovindarajan.docx' download target="_blank" className="border-b-4 border-pink-600 font-bold">My Resume</a></h1>
<h2 className='inline border-b-4 border-pink-600 text-2xl text-white font-bold '> Skills </h2>
<div className='w-full flex flex-row mt-3'>
<div className='sm:text-right text-2xl '>
Expand Down Expand Up @@ -36,4 +36,4 @@ export default function Resume() {
</div>
</div>
)
}
}

0 comments on commit 4a13534

Please sign in to comment.