Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: events Data and data structure #230

Merged
merged 2 commits into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/config/content/EventsPage/MainEvents/Data.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const ME_previewItems = [
{
id: 9,
ImageURL:
'https://res.cloudinary.com/duvkctvfr/image/upload/v1729778657/INNO_events/Inno%20Club%20Posters/wyxzwizt4ggy9id5tcyv.jpg', //tba
'https://res.cloudinary.com/dwfon2ikz/image/upload/v1730032788/inno-2k24/Inno%20Club%20Posters/ML4E_ImagineAI/ogiyrid9ygc2eubw86vh.png',
PreviewDescription: 'TBA',
Rulebook: '',
},
Expand All @@ -73,7 +73,7 @@ export const ME_previewItems = [
ImageURL:
'https://res.cloudinary.com/duvkctvfr/image/upload/v1729432800/INNO_events/Inno%20Club%20Posters/tqjvoypanukjacsqdhar.png', //tba
PreviewDescription:
'Get ready for the ultimate challenge with OpenChase: a Hybrid Treasure Hunt, brought to you by OpenCode!...',
'Get ready for the ultimate challenge with OpenChase: a Hybrid Treasure Hunt, brought to you by OpenCode and GDSC NIT Rourekla!...',
Rulebook: 'https://drive.google.com/open?id=1OWOfXrTX4h9uToToi0A9c2eC6nAMHQh6',
},
// {
Expand Down Expand Up @@ -470,7 +470,7 @@ export const ME_descriptionItems = [
Heading: 'IMAGINE AI',
Description: 'TBA',
ImageURL:
'https://res.cloudinary.com/duvkctvfr/image/upload/v1729778657/INNO_events/Inno%20Club%20Posters/wyxzwizt4ggy9id5tcyv.jpg', //TBA
'https://res.cloudinary.com/dwfon2ikz/image/upload/v1730032788/inno-2k24/Inno%20Club%20Posters/ML4E_ImagineAI/ogiyrid9ygc2eubw86vh.png',
Location: 'LA-214',
Date: 'DAY 1',
Time: '4 PM',
Expand All @@ -480,7 +480,7 @@ export const ME_descriptionItems = [
id: 10,
Heading: 'OPENCHASE: A TREASURE HUNT',
Description:
'Get ready for the ultimate challenge with OpenChase: a Hybrid Treasure Hunt, brought to you by OpenCode! This virtual Capture the Flag event will have you hunting down hidden hints and flags buried deep within apps, media, and websites. Do you have the skills to crack the clues and come out on top?',
'Get ready for the ultimate challenge with OpenChase: a Hybrid Treasure Hunt, brought to you by OpenCode and GDSC, NITR! This virtual Capture the Flag event will have you hunting down hidden hints and flags buried deep within apps, media, and websites. Do you have the skills to crack the clues and come out on top?',
ImageURL:
'https://res.cloudinary.com/duvkctvfr/image/upload/v1729432800/INNO_events/Inno%20Club%20Posters/tqjvoypanukjacsqdhar.png', // TBA
Location: 'LA-104',
Expand Down
Loading