Skip to content

Commit

Permalink
candly add zobkazi
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed Jun 20, 2024
1 parent b8ef82d commit 0a53bc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const HomePage: React.FC = () => {
return (
<div className="flex shadow-sm min-h-screen flex-col items-center justify-center text-center px-4 py-20 bg-gray-50 dark:bg-gray-900">
<Link
target="_blank"
href=""
className="border shadow-md border-white-700 dark:border-gray-300 rounded-lg py-2 px-4 text-white-400 dark:text-gray-300 text-sm mb-5 transition duration-300 ease-in-out hover:text-gray-500 dark:hover:text-gray-400"
>
Expand All @@ -33,6 +34,7 @@ const HomePage: React.FC = () => {
</h2>

<Link
target="_blank"
className="bg-lime-600 dark:bg-gray-800 rounded-xl text-white dark:text-gray-300 font-medium px-4 py-3 sm:mt-10 mt-8 hover:bg-lime-500 dark:hover:bg-gray-600 transition"
href="https://calendly.com/zobaidulkazi/30min"
>
Expand All @@ -41,7 +43,7 @@ const HomePage: React.FC = () => {

<Footer />

<a href="https://wakatime.com/@f22f5f67-c272-4052-bc4f-b9ee26dfabff" target="_blank"><img src="https://wakatime.com/badge/user/f22f5f67-c272-4052-bc4f-b9ee26dfabff.svg" alt="Total time coded since May 31 2024" /></a>
<Link href="https://wakatime.com/@f22f5f67-c272-4052-bc4f-b9ee26dfabff" target="_blank"><img src="https://wakatime.com/badge/user/f22f5f67-c272-4052-bc4f-b9ee26dfabff.svg" alt="Total time coded since May 31 2024" /></Link>

{/* <Motives /> */}

Expand Down

0 comments on commit 0a53bc5

Please sign in to comment.