Skip to content

Commit

Permalink
Merge pull request #412 from yehiarasheed/yehiarasheed-gssoc-extended…
Browse files Browse the repository at this point in the history
…-period-update

GSSoC EXTD '24 Registration and Contribution Dates Updated
  • Loading branch information
andoriyaprashant authored Dec 17, 2024
2 parents f189ad5 + edd6c28 commit 06192ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/opso_timeline.dart
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ class OpsoTimeLineScreen extends StatelessWidget {
},
{
'description':
"GirlScript Summer Of Code Extended\nApplication Period - 15/09/2024 to 25/10/2024",
"GirlScript Summer Of Code Extended\nApplication Period - 15/09/2024 to 10/11/2024",
'startDate': DateTime.utc(2024, 9, 15),
'endDate': DateTime.utc(2024, 10, 25),
'endDate': DateTime.utc(2024, 11, 10),
},
{
'description':
"GirlScript Summer Of Code Extended\nContribution Period - 01/10/2024 to 30/10/2024",
"GirlScript Summer Of Code Extended\nContribution Period - 01/10/2024 to 10/11/2024",
'startDate': DateTime.utc(2024, 10, 1),
'endDate': DateTime.utc(2024, 10, 30),
'endDate': DateTime.utc(2024, 11, 10),
},
];

Expand Down

0 comments on commit 06192ea

Please sign in to comment.