Skip to content

Commit

Permalink
Updated Timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil839 committed Oct 24, 2018
1 parent 43a9e34 commit c8514a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ui/src/components/Timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,20 @@
},
{
startTime: new Date('2018-10-17T00:00:00'),
endTime: new Date('2018-10-24T23:59:59'),
endTime: new Date('2018-10-25T23:59:59'),
title: 'Proposal Period',
description: 'During this period students start preparing proposals for the projects and get it verified' +
' by the mentors. At the end of this period, student registrations will close.'
},
{
startTime: new Date('2018-10-25T00:00:00'),
endTime: new Date('2018-10-25T00:00:00'),
startTime: new Date('2018-10-26T00:00:00'),
endTime: new Date('2018-10-26T00:00:00'),
title: 'Student Projects Announced',
description: 'Students selected for the program are announced along with their projects.'
},
{
startTime: new Date('2018-10-26T00:00:00'),
endTime: new Date('2018-10-26T00:00:00'),
startTime: new Date('2018-10-27T00:00:00'),
endTime: new Date('2018-10-27T00:00:00'),
title: 'Coding Begins',
description: 'Students start coding their projects under the guidance of their mentors.'
},
Expand Down

0 comments on commit c8514a2

Please sign in to comment.