From 1607b421fb0805e76ef8332219e16b3a322f6e0d Mon Sep 17 00:00:00 2001 From: Rishav Kumar Sinha Date: Mon, 5 Aug 2024 19:59:52 +0530 Subject: [PATCH] GitHub Campus Expert Added to the OpSo Timeline --- lib/opso_timeline.dart | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/opso_timeline.dart b/lib/opso_timeline.dart index 6f84b53..b8971c1 100644 --- a/lib/opso_timeline.dart +++ b/lib/opso_timeline.dart @@ -105,6 +105,12 @@ class OpsoTimeLineScreen extends StatelessWidget { 'startDate': DateTime.utc(2024, 8, 1), 'endDate': DateTime.utc(2024, 8, 31), }, + { + 'description': + "GitHub Campus Expert\nApplication Period - 01/08/2024 to 31/08/2024", + 'startDate': DateTime.utc(2024, 8, 1), + 'endDate': DateTime.utc(2024, 8, 31), + }, { 'description': "Hacktoberfest\nContribution Period - 01/10/2024 to 31/10/2024",