From f668cfa3a1b1c721acc308cbd6a6161cdd026524 Mon Sep 17 00:00:00 2001 From: Madeline Date: Fri, 6 Sep 2024 18:10:45 +0100 Subject: [PATCH] modify previous change: comment-out instead of deleting --- frontend/src/data/events-mock.ts | 81 ++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/frontend/src/data/events-mock.ts b/frontend/src/data/events-mock.ts index 61622ce..6e08674 100644 --- a/frontend/src/data/events-mock.ts +++ b/frontend/src/data/events-mock.ts @@ -26,11 +26,92 @@ export const KECHBEvents: EventData = { backgroundColor: "#000", stats: [{ title: "Posted", value: "17 June 2024" }, { title: "By", value: "Madeline Hart" }] }, +// { +// eventType: EventTypes.CHARITY, +// backgroundColor: "#161C29", +// title: "Culture Week 2024", +// description: `Charity Week is back for 2024! + +// In w/c 24th June, Charity week will be returning, with fan favourite events making a comeback. Will you be in the hot seat for the Chase, or might you stun the judges with your skills in the X-Factor. + +// All in all, it will be a fantastic week to raise money for charity! + +// More info coming soon! + +// (Hint: Cultural Dress Day?)`, +// url: CULTURE_WEEK_2024_EVENT_BRITE, +// when: "Week of 24th June 2024", +// cta: { +// // color: "string", +// backgroundColor: "#E82328", +// /** Change the CTA text */ +// // text?: "string", +// }, +// }, +// { +// eventType: EventTypes.CHARITY, +// backgroundColor: "#161C29", +// title: "X Factor", +// description: "Contact @isitweeka or @kech.charitycommittee for details", +// url: CULTURE_WEEK_2024_EVENT_BRITE, +// when: "24th June 2024", +// cta: { +// // color: "string", +// backgroundColor: "#E82328", +// /** Change the CTA text */ +// // text?: "string", +// }, +// }, +// { +// eventType: EventTypes.CHARITY, +// backgroundColor: "#161C29", +// title: "The Chase", +// description: "Contact @isitweeka or @kech.charitycommittee for details", +// url: CULTURE_WEEK_2024_EVENT_BRITE, +// when: "25th June 2024", +// cta: { +// // color: "string", +// backgroundColor: "#E82328", +// /** Change the CTA text */ +// // text?: "string", +// }, +// }, +// { +// eventType: EventTypes.CHARITY, +// backgroundColor: "#161C29", +// title: "EA Sports FC 2024", +// description: "Contact @isitweeka or @kech.charitycommittee for details", +// url: CULTURE_WEEK_2024_EVENT_BRITE, +// when: "27th June 2024", +// cta: { +// // color: "string", +// backgroundColor: "#E82328", +// /** Change the CTA text */ +// // text?: "string", +// }, +// }, ], }; export const KECHGEvents: EventData = { generatedAt: Date.now().toString(), events: [ + // { + // eventType: "news", + // title: "2024 Mock General Election", + // displayTitle: true, + // description: `It's that time again! Get your photo ID ready and prepare yourself to vote for the first time in nearly 5 years! + + // As a public information service, IsItWeekA.com is obligated to state the following: + + // OFFICIAL NOTICE FOR POLITICAL ORGANISATIONS. + + // IsItWeekA.com is available for each party to post a “Propaganda Card™”. Please get in touch via @isitweeka on Instagram or by opening an issue on our GitHub.`, + // headerURL: "/events/ElectionsBackdropFinalFinalV5.svg", + // // backgroundColor: "#52BDFF", + // backgroundColor: "#25004C", + // stats: [{ title: "Posted", value: "18 June 2024" }, { title: "By", value: "IsItWeekA.com Political Correspondent" }], + // when: "4th July", + // }, ], }; \ No newline at end of file