Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devvsakib committed Jul 27, 2024
1 parent 6170b1a commit 19c7225
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions social-links-profile-main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@

<body class="grey-900 min-h-screen">
<div
class="grey-800 text-white w-[390px] mx-auto flex flex-col justify-center items-center rounded-xl text-center p-9 py-12">
<img src="https://github.com/devvsakib.png" class="w-3/12 rounded-full" />
class="mt-2 grey-800 text-white w-[390px] mx-auto flex flex-col justify-center items-center rounded-xl text-center p-9 py-12">
<img src="https://github.com/devvsakib.png" class="w-4/12 rounded-full" alt="Sakib Ahmed | devvsakib" />

<div class="grid gap-6 mt-5">
<div class="grid gap-6 mt-8">
<div>
<p class="text-3xl">Sakib Ahmed</p>
<p class="text-3xl font-semibold">Sakib Ahmed</p>
<span class="green text-sm font-semibold">Sylhet, Bangladesh</span>
</div>
<p class="text-xs">
"Front-end developer & Open-source Advocate."
</p>
</div>

<div class="grid gap-5 mt-5 w-full">
<div class="grid gap-3 mt-8 w-full">
<a class="linkCard font-semibold text-sm grey-700 rounded-md p-3" href="https://www.github.com/devvsakib" target="_blank" rel="noopener noreferrer"> GitHub</a>
<a class="linkCard font-semibold text-sm grey-700 rounded-md p-3" href="https://www.frontendmentor.io/profile/devvsakib" target="_blank" rel="noopener noreferrer"> Frontend Mentor</a>
<a class="linkCard font-semibold text-sm grey-700 rounded-md p-3" href="https://www.linkedin.com/in/sakibahmed5" target="_blank" rel="noopener noreferrer"> LinkedIn</a>
Expand Down

0 comments on commit 19c7225

Please sign in to comment.