Skip to content

Commit

Permalink
Merge pull request #75 from Nikhilesh002/new-event
Browse files Browse the repository at this point in the history
New event added
  • Loading branch information
Thoparam-sai-nithish authored May 8, 2024
2 parents 81c8aea + 390e374 commit fb859a0
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions src/assets/events/Cp-workshop-2024.md
Original file line number Diff line number Diff line change
@@ -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✨!<br/>
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
Binary file added src/assets/images/events/Cp_workshop2k24.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/EventPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Container sx={{ boxShadow: 2, p: 2 }}>
Expand Down

0 comments on commit fb859a0

Please sign in to comment.