We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e565c1d commit 1f0f093Copy full SHA for 1f0f093
src/components/about/AboutMe.astro
@@ -17,7 +17,12 @@ import RRSS from "./RRSS.astro";
17
height="320px"
18
/>
19
</div>
20
- <div>
+ <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>
26
<img
27
src="https://github.com/diegomarty.png"
28
alt="githubAvatar"
@@ -34,7 +39,7 @@ import RRSS from "./RRSS.astro";
34
39
<div class="flex justify-center mt-8">
35
40
<a
36
41
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"
38
43
>
44
+ Info in my CV
45
</a>
0 commit comments