-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from TCP-Tech/dev
Dev
- Loading branch information
Showing
53 changed files
with
1,783 additions
and
718 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,90 @@ | ||
import event1 from "../images/event1.webp"; | ||
import event2 from "../images/event2.webp"; | ||
import event3 from '../images/event3.webp'; | ||
import dummye from '../images/dummye.png'; | ||
|
||
const events = [ | ||
{ | ||
title: "Speaker Session", | ||
date: "8th October", | ||
title: "Speaker Session 1", | ||
date: "8ᵗʰ Oct", | ||
time: "10:30 AM", | ||
venue: "E-Hall, NIT Raipur", | ||
img: event1, | ||
desc: "", | ||
link: "https://docs.google.com/forms/d/e/1FAIpQLSes9na9VNj7XOFOUYNh_8sQFDA-gmEA0wK2fAPiUT635yvy_A/viewform", | ||
}, | ||
{ | ||
title: "Graph Programming Camp", | ||
date: "3th - 6th October", | ||
title: "Graph Bootcamp", | ||
date: "3ᵗʰ - 6ᵗʰ Oct", | ||
time: "6:30 PM", | ||
venue: "F-40 Classroom", | ||
img: event2, | ||
desc: "", | ||
link: "", | ||
}, | ||
{ | ||
title: "Registration Starts!", | ||
date: "5th October", | ||
img: event3, | ||
link: "https://codeutsava-7.devfolio.co", | ||
title: "Coding Contest - 1", | ||
date: "25ᵗʰ Oct", | ||
time: "6:00 PM", | ||
venue: "Online", | ||
img: dummye, | ||
desc: "", | ||
link: "", | ||
}, | ||
{ | ||
title: "Coding Contest - 2", | ||
date: "26ᵗʰ Oct", | ||
time: "6:00 PM", | ||
venue: "Online", | ||
img: dummye, | ||
desc: "", | ||
link: "", | ||
}, | ||
{ | ||
title: "Coding Contest - 3", | ||
date: "27ᵗʰ Oct", | ||
time: "6:00 PM", | ||
venue: "Online", | ||
img: dummye, | ||
desc: "", | ||
link: "", | ||
}, | ||
{ | ||
title: "E - Gaming (Valorant)", | ||
date: "28ᵗʰ Oct", | ||
time: "10:00 PM", | ||
venue: "Online", | ||
img: dummye, | ||
desc: "", | ||
link: "", | ||
}, | ||
{ | ||
title: "E - Gaming (BGMI)", | ||
date: "29ᵗʰ Oct", | ||
time: "10:00 PM", | ||
venue: "Online", | ||
img: dummye, | ||
desc: "", | ||
link: "", | ||
}, | ||
{ | ||
title: "Open Mic", | ||
date: "29ᵗʰ Oct", | ||
time: "5:30 PM", | ||
venue: "Amul Parlour", | ||
img: dummye, | ||
desc: "", | ||
link: "", | ||
}, | ||
{ | ||
title: "Virtual Escape Room", | ||
date: "31ˢᵗ Oct", | ||
time: "6:00 PM", | ||
venue: "CCC, NIT Raipur", | ||
img: dummye, | ||
desc: "", | ||
link: "", | ||
}, | ||
|
||
]; | ||
|
||
export default events; |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.