Skip to content

Commit

Permalink
DevDisplay - Open Source
Browse files Browse the repository at this point in the history
  • Loading branch information
codeaashu committed Sep 15, 2024
1 parent 4c09076 commit 5c8b3d7
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions src/components/Sidebar/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,21 @@ function Sidebar() {
</div>
<div className="text-secondaryColor dark:text-white">Discover and Connect with Skilled Developers.</div>
<div className="pt-5">
<a href="https://github.com/codeaashu/DevDisplay#how-to-add-your-profile-" target="_blank" rel="noreferrer">
<button className="inline-block cursor-pointer rounded-lg border-2 border-textSecondary bg-textSecondary px-[15px] py-1.5 text-center font-poppoins text-sm transition-all duration-500 hover:bg-transparent hover:text-textSecondary dark:text-white">
Add your profile
</button>
</a>
</div>
<div className="pt-6">
<a href="https://www.linkedin.com/company/devdisplay/" target="_blank" rel="noreferrer">
<button className="inline-block cursor-pointer rounded-lg border-2 border-textSecondary bg-textSecondary px-[15px] py-1.5 text-center font-poppoins text-sm transition-all duration-500 hover:bg-transparent hover:text-textSecondary dark:text-white">
Connect
</button>
</a>
</div>
<div className="mb-2">
<a href="https://github.com/codeaashu/DevDisplay#how-to-add-your-profile-" target="_blank" rel="noreferrer">
<button className="inline-block cursor-pointer rounded-lg border-2 border-textSecondary bg-textSecondary px-[15px] py-1.5 text-center font-poppoins text-sm transition-all duration-500 hover:bg-transparent hover:text-textSecondary dark:text-white">
Add your profile
</button>
</a>
</div>
<div className="mb-2">
<a href="https://www.linkedin.com/company/devdisplay/" target="_blank" rel="noreferrer">
<button className="inline-block cursor-pointer rounded-lg border-2 border-textSecondary bg-textSecondary px-[15px] py-1.5 text-center font-poppoins text-sm transition-all duration-500 hover:bg-transparent hover:text-textSecondary dark:text-white">
Connect
</button>
</a>
</div>
</div>
</div>
);
}
Expand Down

0 comments on commit 5c8b3d7

Please sign in to comment.