-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0eb6b4d
commit eab9079
Showing
7 changed files
with
79 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,47 @@ | ||
import Ring_1 from "../images/timeline/Ring_1.png" | ||
import Ring_2 from "../images/timeline/Ring_2.png" | ||
import Ring_3 from "../images/timeline/Ring_3.png" | ||
import Ring_4 from "../images/timeline/Ring_4.png" | ||
import Ring_1 from "../images/timeline/Ring_1.png"; | ||
import Ring_2 from "../images/timeline/Ring_2.png"; | ||
import Ring_3 from "../images/timeline/Ring_3.png"; | ||
import Ring_4 from "../images/timeline/Ring_4.png"; | ||
|
||
export const EventTimeline = [ | ||
{ | ||
date: new Date('2024-06-02'), | ||
number:1, | ||
circleText:"Registration begins", | ||
modelText:"Lorem Ipsum is simply dummy text of the printing and typesetting industry.", | ||
date: new Date("2024-06-02"), | ||
number: 1, | ||
circleText: "Registration Begins", | ||
modelText: | ||
"Lorem Ipsum is simply dummy text of the printing and typesetting industry.", | ||
alt: "Registration Start Date", | ||
displayDate: "2nd June", | ||
ringImg:Ring_1 | ||
ringImg: Ring_1, | ||
}, | ||
{ | ||
date: new Date('2024-06-28'), | ||
number:2, | ||
circleText:"Hackathon Starts", | ||
modelText:"Lorem Ipsum is simply dummy text of the printing and typesetting industry.", | ||
date: new Date("2024-06-28"), | ||
number: 2, | ||
circleText: "Hackathon Starts", | ||
modelText: | ||
"Lorem Ipsum is simply dummy text of the printing and typesetting industry.", | ||
alt: "Hackathon Start Date", | ||
displayDate: "28th June", | ||
ringImg:Ring_2 | ||
ringImg: Ring_2, | ||
}, | ||
{ | ||
date: new Date('2024-06-30'), | ||
number:3, | ||
circleText:"Hackathon In Progress", | ||
date: new Date("2024-06-30"), | ||
number: 3, | ||
circleText: "Hackathon In Progress", | ||
alt: "Hackathon Progress Date", | ||
modelText:"Lorem Ipsum is simply dummy text of the printing and typesetting industry.", | ||
modelText: | ||
"Lorem Ipsum is simply dummy text of the printing and typesetting industry.", | ||
displayDate: "28-30th June", | ||
ringImg:Ring_3 | ||
ringImg: Ring_3, | ||
}, | ||
{ | ||
date: new Date('2024-07-01'), | ||
number:4, | ||
circleText:"Hackathon Ends", | ||
modelText:"Lorem Ipsum is simply dummy text of the printing and typesetting industry.", | ||
date: new Date("2024-07-01"), | ||
number: 4, | ||
circleText: "Hackathon Ends", | ||
modelText: | ||
"Lorem Ipsum is simply dummy text of the printing and typesetting industry.", | ||
alt: "Hackathon End Date", | ||
displayDate: "30th June", | ||
ringImg:Ring_4 | ||
ringImg: Ring_4, | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters