Skip to content

Commit 29e5a72

Browse files
committed
refactor GsocPage layout for improved structure and clarity
1 parent bd95176 commit 29e5a72

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

  • src/Page/OpportunitiesHub/opensource

src/Page/OpportunitiesHub/opensource/gsoc.jsx

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -392,27 +392,25 @@ export default function GsocPage() {
392392
<div className="absolute right-2 top-2 h-40 w-40 rounded-full bg-cyan-500 blur-2xl sm:right-4 sm:top-4 sm:h-48 sm:w-48 sm:blur-3xl md:right-10 md:top-10 md:h-96 md:w-96" />
393393
<div className="absolute bottom-2 left-2 h-40 w-40 rounded-full bg-blue-500 blur-2xl sm:bottom-4 sm:left-4 sm:h-48 sm:w-48 sm:blur-3xl md:bottom-10 md:left-10 md:h-96 md:w-96" />
394394
</div>
395-
<div className="relative z-10 mx-auto flex max-w-6xl flex-col items-center justify-center gap-8 sm:gap-10 md:gap-12">
396-
{/* Everything You Need to Decode */}
397-
<h1 className="text-center text-2xl font-black leading-tight text-white sm:text-3xl md:text-5xl lg:text-6xl">
398-
<span className="bg-gradient-to-r from-cyan-400 to-blue-400 bg-clip-text text-transparent">
395+
<div className="relative z-10 mx-auto grid max-w-6xl items-center gap-8 sm:gap-10 md:grid-cols-2 md:gap-12">
396+
<div className="space-y-4 text-center md:text-left">
397+
<p className="text-base font-semibold tracking-wide text-slate-200 sm:text-lg">
399398
Everything You Need to Decode
400-
</span>
401-
</h1>
399+
</p>
400+
<h1 className="text-5xl font-black leading-tight text-white sm:text-6xl lg:text-7xl">
401+
<span className="bg-gradient-to-r from-cyan-400 to-blue-400 bg-clip-text text-transparent">
402+
GSoC 2026
403+
</span>
404+
</h1>
405+
</div>
402406

403-
{/* GSoC Image */}
404-
<div className="relative w-full overflow-hidden rounded-3xl border border-slate-800 bg-slate-900 shadow-2xl">
407+
<div className="relative overflow-hidden rounded-3xl border border-slate-800 bg-slate-900 shadow-2xl">
405408
<img
406409
src="/assets/opensourceProgram/GSOC.png"
407410
alt="Google Summer of Code 2026"
408411
className="h-auto w-full object-cover"
409412
/>
410413
</div>
411-
412-
{/* 2026 */}
413-
<h1 className="text-center text-3xl font-black leading-tight text-white sm:text-4xl md:text-5xl 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>
416414
</div>
417415
</section>
418416

0 commit comments

Comments
 (0)