Skip to content

Commit

Permalink
streamline
Browse files Browse the repository at this point in the history
  • Loading branch information
HRS8 committed Feb 18, 2024
1 parent db51112 commit c546fe2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,9 @@ const Hero = () => {
}}
/>
</p>
<div className="mt-4">
<a
href="https://drive.google.com/uc?export=download&id=1x71GJh9TJs_chjXlvVn8edyB2p0BldU4"
download
>
<button className="bg-tertiary py-3 px-8 rounded-xl outline-none w-fit text-white font-bold shadow-md shadow-primary hover:bg-black border-2 border-transparent hover:border-white-100 transition ease-in-out delay-100 duration-300 hover:scale-90">
My resume
</button>
</a>
<div className="mt-4 flex">
<a href="mailto:oluwademiladedavidoga@gmail.com"><button class="rounded-md text-sm transition-colors focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 bg-black text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 rounded-l-full font-semibold flex items-center justify-center gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="w-[17px] h-[17px]"><rect width="20" height="16" x="2" y="4" rx="2"></rect><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path></svg>Get In Touch</button></a>
<a href="https://drive.google.com/uc?export=download&id=1x71GJh9TJs_chjXlvVn8edyB2p0BldU4"><button class="rounded-md text-sm transition-colors focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 border border-input bg-white hover:bg-accent hover:text-accent-foreground h-10 px-4 py-2 rounded-r-full text-black font-semibold flex items-center justify-center gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="w-4 h-4"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg>Resume</button></a>
</div>
</div>
</div>
Expand Down

0 comments on commit c546fe2

Please sign in to comment.