diff --git a/src/assets/events/Cp-workshop-2024.md b/src/assets/events/Cp-workshop-2024.md new file mode 100644 index 0000000..b0eb5ba --- /dev/null +++ b/src/assets/events/Cp-workshop-2024.md @@ -0,0 +1,29 @@ +--- +title: Competitive Programming Workshop +date: 2024-05-09 +time: 10:00 AM to 1:00 PM +type: Workshop +slug: cp-workshop-24 +image: ../images/events/Cp_workshop2k24.jpg +registration: https://rb.gy/ekqvhc +recording: NA +markdownType: event +--- + + +Greetings Juniors✨!
+Turing Hut is excited to present its "**Competitive Programming workshop**" exclusively for **first** years! + +It's a Two - Day Workshop which will be hosted Online on the 9th & 10th of May, from 10 AM to 1 PM. We'll be introducing multiple competitive coding platforms and important concepts & algorithms to help you kick start your CP Journey. + +The Workshop will be followed by a Practice Contest on the 10th May, from 3 PM to 5 PM. The purpose of the contest is to expose you to different types of problems and give you a contest experience. +The Leaderboard will not be taken into consideration. +This session will be a foundation for Coding fundamentals, so try to engage as much as possible. + +**Open to all Branches of VNRVJIET!** + + +Feel free to reach out to us, + +- Koushik Shanker: 73969 1024 +- M Srikruthi: 91009 72802 \ No newline at end of file diff --git a/src/assets/images/events/Cp_workshop2k24.jpg b/src/assets/images/events/Cp_workshop2k24.jpg new file mode 100644 index 0000000..556ac83 Binary files /dev/null and b/src/assets/images/events/Cp_workshop2k24.jpg differ diff --git a/src/components/EventPage.js b/src/components/EventPage.js index ddf9453..582110e 100644 --- a/src/components/EventPage.js +++ b/src/components/EventPage.js @@ -10,7 +10,7 @@ export default function EventPage({ html, event_details }) { options ); - console.log(getImage(event_details.image)); + // console.log(getImage(event_details.image)); return (