Skip to content

Commit

Permalink
Merge pull request #284 from samarsajad/time
Browse files Browse the repository at this point in the history
Timeline Fixed
  • Loading branch information
andoriyaprashant authored Jul 28, 2024
2 parents 94ee057 + 2d8f3a7 commit 58f69ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/opso_timeline.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,17 @@ class OpsoTimeLineScreen extends StatelessWidget {
'startDate': DateTime.utc(2024, 5, 01),
'endDate': DateTime.utc(2024, 6, 01),
},
{
'description':
"Linux Foundation Mentorship(Fall Term)\nApplication Period - 15/07/2024 to 15/08/2024",
'startDate': DateTime.utc(2024, 7, 15),
'endDate': DateTime.utc(2024, 8, 15),
},
{
'description':
"Social Winter of Code\nApplication Period - 15/07/2024 to 20/12/2024",
'startDate': DateTime.utc(2024, 7, 15),
'endDate': DateTime.utc(2024, 12, 20),
},
{
'description':
"Linux Foundation Mentorship(Fall Term)\nApplication Period - 31/07/2024 to 27/08/2024",
'startDate': DateTime.utc(2024, 7, 31),
'endDate': DateTime.utc(2024, 8, 27),
},
{
'description':
Expand Down

0 comments on commit 58f69ad

Please sign in to comment.