Skip to content

Commit

Permalink
Nav and Resume Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saaifali committed Jan 4, 2022
1 parent accea66 commit 65102c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ const About = () => {
brought to life to learn about my journey in technology, biking, travel and more.

</p>
<a class="bg-gray-300 hover:bg-gray-400 text-gray-800 font-bold py-2 px-4 rounded inline-flex items-center" href='/docs/resume.pdf' download>
<a class="bg-black hover:bg-gray-400 text-white dark:bg-white dark:text-black font-bold py-2 px-4 rounded inline-flex items-center" href='/docs/resume.pdf' download>
<svg class="fill-current w-4 h-4 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg>
<span>Download my Resume</span>
<span>Resume</span>
</a>

</div>
Expand Down
12 changes: 6 additions & 6 deletions Components/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@ const Navigation = () => {
Home
</a>
</Link>
<Link href='/'>
<Link href='/services'>
<a className='lg:inline-flex lg:w-auto w-full px-3 py-2 rounded text-black dark:text-white font-bold items-center justify-center hover:bg-gray-600 hover:text-white'>
Services
Career
</a>
</Link>
<Link href='/'>
<Link href='/about-us'>
<a className='lg:inline-flex lg:w-auto w-full px-3 py-2 rounded text-black dark:text-white font-bold items-center justify-center hover:bg-gray-600 hover:text-white'>
About us
Experiences
</a>
</Link>
<Link href='/'>
<Link href='/contact'>
<a className='lg:inline-flex lg:w-auto w-full px-3 py-2 rounded text-black dark:text-white font-bold items-center justify-center hover:bg-gray-600 hover:text-white'>
Contact us
Contact me
</a>
</Link>
</div>
Expand Down

0 comments on commit 65102c7

Please sign in to comment.