Skip to content

Commit 4c01f80

Browse files
committed
Fix timeline formatting in OSProgramList for consistency
1 parent 58d9db6 commit 4c01f80

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Page/OpportunitiesHub/OpenSourceProgram.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -804,8 +804,8 @@ const OSProgramList = [
804804
organizer: 'Google',
805805
title: 'Google Summer of Code 2025',
806806
description: 'GSoC is a global, online program focused on bringing new contributors into open-source software development. Participants work with open-source organizations on a 12+ week programming project with mentorship and stipends provided by Google.',
807-
timeline: 'March 18 April 2, 2025',
808-
Duration: 'May September 2025',
807+
timeline: 'March 18 - April 2, 2025',
808+
Duration: 'May - September 2025',
809809
type: 'Student-friendly, Open Source',
810810
guidelines: 'https://summerofcode.withgoogle.com/how-it-works/',
811811
applyLink: 'https://summerofcode.withgoogle.com/',
@@ -817,7 +817,7 @@ const OSProgramList = [
817817
title: 'MLH Fellowship Spring 2025',
818818
description: 'Collaborate with peers in a remote team to contribute to real open-source software projects under mentorship. Get paid while gaining practical development experience.',
819819
timeline: 'December 2024',
820-
Duration: 'March June 2025',
820+
Duration: 'March - June 2025',
821821
type: 'Student-friendly, Open Source',
822822
guidelines: 'https://fellowship.mlh.io/',
823823
applyLink: 'https://fellowship.mlh.io/',
@@ -829,7 +829,7 @@ const OSProgramList = [
829829
title: 'GirlScript Summer of Code 2025',
830830
description: 'An open-source program where you can contribute to various projects and get mentorship, swags, and certifications. It’s beginner-friendly and inclusive.',
831831
timeline: 'August 2025',
832-
Duration: 'May August 2025',
832+
Duration: 'May - August 2025',
833833
type: 'Beginner-friendly, Open Source',
834834
guidelines: 'https://gssoc.girlscript.tech/',
835835
applyLink: 'https://gssoc.girlscript.tech/',
@@ -841,7 +841,7 @@ const OSProgramList = [
841841
title: 'Outreachy May 2025 Cohort',
842842
description: 'Paid internships in open-source and open science for underrepresented groups. Work remotely with mentors on impactful projects.',
843843
timeline: 'January 2025',
844-
Duration: 'May August 2025',
844+
Duration: 'May - August 2025',
845845
type: 'Inclusive, Open Source, Paid',
846846
guidelines: 'https://www.outreachy.org/',
847847
applyLink: 'https://www.outreachy.org/apply/',
@@ -864,7 +864,7 @@ const OSProgramList = [
864864
organizer: 'DigitalOcean',
865865
title: 'Hacktoberfest 2025',
866866
description: 'Annual event in October that encourages contributions to open source via GitHub. Complete PRs and earn swag or plant a tree!',
867-
timeline: 'October 1 October 31',
867+
timeline: 'October 1 - October 31',
868868
Duration: '1 Month',
869869
type: 'Global, Open Source',
870870
guidelines: 'https://hacktoberfest.com/',

0 commit comments

Comments
 (0)