From 07c24a8dcce40230687c9a65251b080cfd330f19 Mon Sep 17 00:00:00 2001 From: Yehia Rasheed <157399068+yehiarasheed@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:49:14 +0200 Subject: [PATCH 1/2] (feat) Extended the Application Period for GSSoC Program to 10/11. --- lib/opso_timeline.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/opso_timeline.dart b/lib/opso_timeline.dart index 1c3d2f3..fbe40bf 100644 --- a/lib/opso_timeline.dart +++ b/lib/opso_timeline.dart @@ -125,9 +125,9 @@ 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': From edd6c2895b327565c3c40eb143a5c8bba94182f7 Mon Sep 17 00:00:00 2001 From: Yehia Rasheed <157399068+yehiarasheed@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:49:59 +0200 Subject: [PATCH 2/2] (feat) Extended the Contribution Period for GSSoC Program to 10/11. --- lib/opso_timeline.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/opso_timeline.dart b/lib/opso_timeline.dart index fbe40bf..17f6189 100644 --- a/lib/opso_timeline.dart +++ b/lib/opso_timeline.dart @@ -131,9 +131,9 @@ class OpsoTimeLineScreen extends StatelessWidget { }, { '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), }, ];