Skip to content

Commit 0b2139b

Browse files
committed
jobs update
1 parent 1216a57 commit 0b2139b

1 file changed

Lines changed: 100 additions & 0 deletions

File tree

src/Page/OpportunitiesHub/JobsList.jsx

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,105 @@ const Jobs4 = () => {
484484
);
485485
};
486486

487+
const Jobs5 = () => {
488+
const cardUrl = 'https://www.devdisplay.org/Jobs#Google-SDE-III';
489+
return (
490+
<div id="Google-SDE-III" className="group relative mx-auto w-full max-w-[30rem]">
491+
<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">
492+
<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" />
493+
<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" />
494+
<div className="relative p-6">
495+
<div className="flex items-start justify-between">
496+
<div className="flex gap-4">
497+
<div className="relative flex h-16 w-16 items-center justify-center rounded-2xl bg-white/20 p-2 backdrop-blur-md">
498+
<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" />
499+
<img src="/assets/Company/Google.png" alt="Custom Icon" className="h-15 w-15" />
500+
</div>
501+
<div>
502+
<h3 className="text-lg font-semibold text-white">SDE III, Google Cloud</h3>
503+
<div className="mt-1 flex items-center gap-2">
504+
<span className="text-sm text-slate-400">Google</span>
505+
<span className="inline-block h-1 w-1 rounded-full bg-slate-400" />
506+
</div>
507+
</div>
508+
</div>
509+
<button className="group/save flex h-10 w-10 items-center justify-center rounded-xl bg-slate-900 transition-colors hover:bg-slate-800">
510+
<svg
511+
className="h-5 w-5 text-slate-400 transition-colors group-hover/save:text-emerald-500"
512+
fill="none"
513+
viewBox="0 0 24 24"
514+
stroke="currentColor"
515+
>
516+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M3 17l6-6 4 4 8-8" />
517+
</svg>
518+
</button>
519+
</div>
520+
<div className="mt-6 flex flex-wrap gap-2">
521+
{/* <span className="inline-flex items-center gap-1 rounded-lg bg-emerald-500/10 px-3 py-1 text-sm text-emerald-500">
522+
<svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
523+
<path
524+
strokeLinecap="round"
525+
strokeLinejoin="round"
526+
strokeWidth={2}
527+
d="M17 9V7a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2m2 4h10a2 2 0 002-2v-6a2 2 0 00-2-2H9a2 2 0 00-2 2v6a2 2 0 002 2zm7-5a2 2 0 11-4 0 2 2 0 014 0z"
528+
/>
529+
</svg>
530+
$200K – $300K
531+
</span> */}
532+
<span className="inline-flex items-center gap-1 rounded-lg bg-blue-500/10 px-3 py-1 text-sm text-blue-500">
533+
<svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
534+
<path
535+
strokeLinecap="round"
536+
strokeLinejoin="round"
537+
strokeWidth={2}
538+
d="M12 2C8.686 2 6 4.686 6 8c0 5.25 6 12 6 12s6-6.75 6-12c0-3.314-2.686-6-6-6zM12 10a2 2 0 110-4 2 2 0 010 4z"
539+
/>
540+
</svg>
541+
Bengaluru, Hyderabad, India • On-site
542+
</span>
543+
</div>
544+
<div className="mt-8 flex gap-3">
545+
<a
546+
href="https://www.google.com/about/careers/applications/jobs/results/74939955737961158-software-engineer-iii-google-cloud"
547+
target="_blank"
548+
rel="noopener noreferrer"
549+
className="group/btn relative flex-1 overflow-hidden rounded-xl bg-gradient-to-r from-emerald-500 to-teal-500 p-px font-semibold text-white"
550+
>
551+
<div className="relative rounded-xl bg-slate-950 px-4 py-3 transition-all duration-300 group-hover/btn:bg-opacity-0">
552+
<span className="relative flex items-center justify-center gap-2">
553+
Apply Now
554+
<svg
555+
className="h-4 w-4 transition-transform duration-300 group-hover/btn:translate-x-1"
556+
fill="none"
557+
viewBox="0 0 24 24"
558+
stroke="currentColor"
559+
>
560+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 8l4 4m0 0l-4 4m4-4H3" />
561+
</svg>
562+
</span>
563+
</div>
564+
</a>
565+
<button
566+
onClick={() => shareContent(cardUrl)}
567+
className="flex items-center justify-center gap-2 rounded-xl bg-slate-900 px-4 py-3 font-semibold text-white transition-colors hover:bg-slate-800"
568+
>
569+
<svg className="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
570+
<path
571+
strokeLinecap="round"
572+
strokeLinejoin="round"
573+
strokeWidth="1.5"
574+
d="M8.684 13.342C8.886 12.938 9 12.482 9 12c0-.482-.114-.938-.316-1.342m0 2.684a3 3 0 110-2.684m0 2.684l6.632 3.316m-6.632-6l6.632-3.316m0 0a3 3 0 105.367-2.684 3 3 0 00-5.367 2.684zm0 9.316a3 3 0 105.368 2.684 3 3 0 00-5.368-2.684z"
575+
/>
576+
</svg>
577+
Share
578+
</button>
579+
</div>
580+
</div>
581+
</div>
582+
</div>
583+
);
584+
};
585+
487586
const JobsList = () => {
488587
return (
489588
<>
@@ -492,6 +591,7 @@ const JobsList = () => {
492591
<Jobs2 />
493592
<Jobs3 />
494593
<Jobs4 />
594+
<Jobs5 />
495595
</div>
496596
</>
497597
);

0 commit comments

Comments
 (0)