Skip to content

Commit 0cdd568

Browse files
committed
feat: add links for GSoC 2026 timeline and proposal structure guide to enhance user navigation
1 parent eeb7f32 commit 0cdd568

File tree

1 file changed

+17
-1
lines changed
  • src/Page/OpportunitiesHub/opensource

1 file changed

+17
-1
lines changed

src/Page/OpportunitiesHub/opensource/gsoc.jsx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const proposals = [
77
name: 'Namay Rohatgi',
88
organization: 'The Honeynet Project',
99
project: 'https://github.com/honeynet/project-namay',
10-
proposal: 'https://docs.google.com/document/d/namay-honeynet',
10+
proposal: '',
1111
},
1212
{
1313
name: 'Adesh Gupta',
@@ -527,6 +527,22 @@ export default function GsocPage() {
527527
>
528528
List of GSoC Organizations
529529
</a>
530+
<a
531+
href="https://summerofcode.withgoogle.com/programs/2026"
532+
target="_blank"
533+
rel="noreferrer"
534+
className="inline-flex items-center justify-center rounded-full bg-cyan-500/20 px-4 py-2 text-base font-semibold text-cyan-100 transition hover:bg-cyan-500/30"
535+
>
536+
GSoC 2026 Timeline
537+
</a>
538+
<a
539+
href="https://docs.google.com/document/d/1IOj4hSdPl8h1-8zYK_Gt3OxA0R44SLbmr-ZH3f9yDXM/edit?tab=t.0#heading=h.f9xi00yo67jk"
540+
target="_blank"
541+
rel="noreferrer"
542+
className="inline-flex items-center justify-center rounded-full bg-cyan-500/20 px-4 py-2 text-base font-semibold text-cyan-100 transition hover:bg-cyan-500/30"
543+
>
544+
Proposal Structure Guide Template
545+
</a>
530546
</div>
531547
</div>
532548

0 commit comments

Comments
 (0)