File tree Expand file tree Collapse file tree
src/Page/OpportunitiesHub Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const shareContent = (url) => {
1818const Adove = ( ) => {
1919 const cardUrl = 'https://www.devdisplay.org/Jobs#Adove' ;
2020 return (
21- < div id = "Card1 " className = "group relative mx-auto w-full max-w-[30rem]" >
21+ < div id = "Adove " 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" />
@@ -171,7 +171,7 @@ const Adove = () => {
171171const HP = ( ) => {
172172 const cardUrl = 'https://www.devdisplay.org/Jobs#HP' ;
173173 return (
174- < div id = "Card1 " className = "group relative mx-auto w-full max-w-[30rem]" >
174+ < div id = "HP " className = "group relative mx-auto w-full max-w-[30rem]" >
175175 < 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" >
176176 < 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" />
177177 < 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" />
You can’t perform that action at this time.
0 commit comments