Skip to content

Commit 1f0f093

Browse files
committed
✨ Added badge on github avatar
1 parent e565c1d commit 1f0f093

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/components/about/AboutMe.astro

+7-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ import RRSS from "./RRSS.astro";
1717
height="320px"
1818
/>
1919
</div>
20-
<div>
20+
<div class="relative">
21+
<span
22+
class="absolute bg-amber-400 rounded-full py-2 px-3 text-gray-800 text-sm font-bold shadow-md z-10 right-0 top-0 rotate-12"
23+
>
24+
Github Avatar
25+
</span>
2126
<img
2227
src="https://github.com/diegomarty.png"
2328
alt="githubAvatar"
@@ -34,7 +39,7 @@ import RRSS from "./RRSS.astro";
3439
<div class="flex justify-center mt-8">
3540
<a
3641
href="/cv"
37-
class="inline-flex bg-amber-400 rounded-lg py-2 px-3 hover:bg-white hover:text-amber-400 text-gray-800"
42+
class="inline-flex bg-amber-400 rounded-lg py-2 px-3 hover:bg-white hover:text-amber-400 text-gray-800 font-bold"
3843
>
3944
+ Info in my CV
4045
</a>

0 commit comments

Comments
 (0)