@@ -16,23 +16,23 @@ const shareContent = (url) => {
1616} ;
1717
1818const Jobs1 = ( ) => {
19- const cardUrl = 'https://www.devdisplay.org/Jobs#Google-SDE-YouTube ' ;
19+ const cardUrl = 'https://www.devdisplay.org/Jobs#Cluely-Founding-Engineer ' ;
2020 return (
21- < div id = "Google-SDE-YouTube " className = "group relative mx-auto w-full max-w-[30rem]" >
21+ < div id = "Cluely-Founding-Engineer " className = "group relative mx-auto w-full max-w-[30rem]" >
2222 < div className = "relative overflow-hidden rounded-2xl bg-slate-950 shadow-2xl transition-all duration-300 hover:-translate-y-2 hover:shadow-emerald-500/10" >
2323 < div className = "absolute -left-16 -top-16 h-32 w-32 rounded-full bg-gradient-to-br from-emerald-500/20 to-teal-500/0 blur-2xl transition-all duration-500 group-hover:scale-150 group-hover:opacity-70" />
2424 < div className = "absolute -bottom-16 -right-16 h-32 w-32 rounded-full bg-gradient-to-br from-blue-500/20 to-indigo-500/0 blur-2xl transition-all duration-500 group-hover:scale-150 group-hover:opacity-70" />
2525 < div className = "relative p-6" >
2626 < div className = "flex items-start justify-between" >
2727 < div className = "flex gap-4" >
28- < div className = "relative flex h-16 w-16 items-center justify-center rounded-2xl bg-white p-2" >
28+ < div className = "relative flex h-16 w-16 items-center justify-center rounded-2xl bg-white/20 p-2 backdrop-blur-md " >
2929 < div className = "absolute inset-0 rounded-2xl bg-gradient-to-br to-teal-500 opacity-20 blur-sm transition-opacity duration-300 group-hover:opacity-30" />
30- < img src = "/assets/Company/Google .png" alt = "Custom Icon" className = "h-15 w-15" />
30+ < img src = "/assets/Company/Cluely .png" alt = "Custom Icon" className = "h-15 w-15" />
3131 </ div >
3232 < div >
33- < h3 className = "text-lg font-semibold text-white" > Software Engineer, YouTube </ h3 >
33+ < h3 className = "text-lg font-semibold text-white" > Founding Engineer</ h3 >
3434 < div className = "mt-1 flex items-center gap-2" >
35- < span className = "text-sm text-slate-400" > Google </ span >
35+ < span className = "text-sm text-slate-400" > Cluely </ span >
3636 < span className = "inline-block h-1 w-1 rounded-full bg-slate-400" />
3737 < span className = "text-sm text-slate-400" > YouTube</ span >
3838 { /* <div className="flex items-center gap-1">
0 commit comments