Skip to content

Commit ef854fa

Browse files
committed
add GSoC 2026 section with updated background and image
1 parent ddd43d5 commit ef854fa

File tree

2 files changed

+32
-11
lines changed
  • public/assets/opensourceProgram
  • src/Page/OpportunitiesHub/opensource

2 files changed

+32
-11
lines changed
1.09 MB
Loading

src/Page/OpportunitiesHub/opensource/gsoc.jsx

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -380,18 +380,39 @@ const ProposalCard = ({ name, organization, project, proposal }) => {
380380
export default function GsocPage() {
381381
return (
382382
<main className="min-h-screen bg-slate-950 text-white">
383-
<section className="relative flex min-h-screen items-center justify-center overflow-hidden">
384-
<div className="absolute inset-0">
385-
<img
386-
src="/assets/opensourceProgram/GSoC.png"
387-
alt="Google Summer of Code"
388-
className="h-full w-full object-cover"
389-
/>
390-
<div className="absolute inset-0 bg-gradient-to-b from-slate-950/50 via-slate-950/60 to-slate-950" />
383+
<section className="relative overflow-hidden bg-gradient-to-b from-slate-950 via-slate-900 to-slate-950">
384+
<div className="absolute inset-0 opacity-10">
385+
<div className="absolute right-10 top-10 h-96 w-96 rounded-full bg-cyan-500 blur-3xl" />
386+
<div className="absolute bottom-10 left-10 h-96 w-96 rounded-full bg-blue-500 blur-3xl" />
391387
</div>
392-
<div className="relative z-10 mx-auto max-w-3xl px-6 text-center">
393-
<h1 className="text-4xl font-extrabold md:text-5xl">Google Summer of Code 2026</h1>
394-
<p className="mt-4 text-lg text-slate-200">Goldmines for GSoC enthusiasts</p>
388+
</section>
389+
390+
<section className="relative overflow-hidden bg-gradient-to-b from-slate-950 via-slate-900 to-slate-950 px-6 py-24">
391+
<div className="absolute inset-0 opacity-10">
392+
<div className="absolute right-10 top-10 h-96 w-96 rounded-full bg-cyan-500 blur-3xl" />
393+
<div className="absolute bottom-10 left-10 h-96 w-96 rounded-full bg-blue-500 blur-3xl" />
394+
</div>
395+
<div className="relative z-10 mx-auto flex max-w-6xl flex-col items-center justify-center gap-12">
396+
{/* Everything You Need to Crack */}
397+
<h1 className="text-center text-4xl font-black leading-tight text-white md:text-5xl lg:text-6xl">
398+
<span className="bg-gradient-to-r from-cyan-400 to-blue-400 bg-clip-text text-transparent">
399+
Everything You Need to Crack
400+
</span>
401+
</h1>
402+
403+
{/* GSoC Image */}
404+
<div className="relative w-full overflow-hidden rounded-3xl border border-slate-800 bg-slate-900 shadow-2xl">
405+
<img
406+
src="/assets/opensourceProgram/GSoC.png"
407+
alt="Google Summer of Code 2026"
408+
className="h-auto w-full object-cover"
409+
/>
410+
</div>
411+
412+
{/* 2026 */}
413+
<h1 className="text-center text-5xl font-black leading-tight text-white lg:text-6xl">
414+
<span className="bg-gradient-to-r from-cyan-400 to-blue-400 bg-clip-text text-transparent">2026</span>
415+
</h1>
395416
</div>
396417
</section>
397418

0 commit comments

Comments
 (0)