@@ -39,7 +39,7 @@ const infoRight: Array<{ header: string; content: string }> = [
3939 <div class =" grid grid-cols-1 md:grid-cols-3 gap-4" >
4040 <SpotlightCard
4141 client:only =" react"
42- className =" text-justify select-none cursor-default"
42+ className =" text-justify select-none cursor-default bg-transparent backdrop-blur-2xl "
4343 >
4444 {
4545 infoLeft .map ((art ) => {
@@ -61,7 +61,7 @@ const infoRight: Array<{ header: string; content: string }> = [
6161 />
6262 <SpotlightCard
6363 client:only =" react"
64- className =" text-justify select-none cursor-default"
64+ className =" text-justify select-none cursor-default bg-transparent backdrop-blur-2xl "
6565 >
6666 {
6767 infoRight .map ((art ) => {
@@ -81,30 +81,36 @@ const infoRight: Array<{ header: string; content: string }> = [
8181 <div class =" flex flex-col items-center justify-center relative" >
8282 <SpotlightCard
8383 client:only =" react"
84- className =" flex flex-col justify-between aspect-9/16 p-0! w-75"
84+ className =" flex flex-col justify-between aspect-9/16 p-0! w-75 bg-transparent backdrop-blur-2xl "
8585 >
86- <Image src ={ photo } alt =" Photo" />
87- <div class =" flex flex-col my-5 px-5 cursor-default" >
86+ <div class ={ " max-h-[60%] overflow-hidden hover:alter-ego" } >
87+ <Image src ={ photo } alt =" Photo" />
88+ </div >
89+ <div class =" flex flex-col my-5 px-5" >
8890 <GlowingText client:only =" react" >
8991 <span class =" text-xl font-bold" >Short bio</span >
9092 </GlowingText >
91- I am a crustacean and I love to eat shrimp. Hell yeah long life to
92- Ferris! Let us feed the Rust community with amazing content.
93- </div >
94- <div class =" w-full flex justify-end items-end px-3 mb-5" >
95- <a
96- target =" _blank"
97- href =" https://paypal.me/etherbeing"
98- class =" w-full cursor-pointer"
99- >
100- <StarBorder
101- client:only =" react"
102- className =" flex flex-row gap-3 justify-center items-center w-full"
93+ <p class =" text-sm text-justify cursor-default" >
94+ I'm a cybersecurity enthusiast and Rust developer with a
95+ knack for solving complex problems.
96+ </p >
97+ <div class =" w-full flex justify-end items-end px-3 mt-5 mb-3 z-10 cursor-pointer" >
98+ <a
99+ target =" _blank"
100+ href =" https://paypal.me/etherbeing"
101+ class =" w-full"
103102 >
104- <span class =" font-bold text-sm" >Buy me a coffee</span >
105- <Icon name =" simple-icons:buymeacoffee" />
106- </StarBorder >
107- </a >
103+ <StarBorder
104+ client:only =" react"
105+ className =" flex flex-row gap-3 justify-center items-center w-full"
106+ >
107+ <span class =" font-bold text-sm"
108+ >Buy me a coffee</span
109+ >
110+ <Icon name =" simple-icons:buymeacoffee" />
111+ </StarBorder >
112+ </a >
113+ </div >
108114 </div >
109115 </SpotlightCard >
110116 </div >
0 commit comments