From e7ca4c8466815a3d3428b213ca4638b1b0bde6ca Mon Sep 17 00:00:00 2001 From: mish-3000 Date: Sun, 8 Mar 2026 00:55:36 +0530 Subject: [PATCH] add new event --- src/components/Events.jsx | 28 ++++++++++++++++++++-------- src/utils/past_events.json | 11 ++++++++++- src/utils/upcoming_events.json | 7 ++++++- 3 files changed, 36 insertions(+), 10 deletions(-) diff --git a/src/components/Events.jsx b/src/components/Events.jsx index eecec75..af2e9a9 100644 --- a/src/components/Events.jsx +++ b/src/components/Events.jsx @@ -52,14 +52,26 @@ const Events = () => { - - + + {event.event === "CodeArena 26" && ( + + )} + + + + ); diff --git a/src/utils/past_events.json b/src/utils/past_events.json index 9061e6c..05ec426 100644 --- a/src/utils/past_events.json +++ b/src/utils/past_events.json @@ -93,5 +93,14 @@ "long_date": "Coming soon..", "long_desc": "An Intern Talk is an event organized by a society where current interns and recent graduates share their experiences, insights, and advice on navigating the world of internships and early-career opportunities. This event provides a platform for interns to discuss their internship journeys, challenges faced, lessons learned, and tips for success. Attendees will hear from a diverse panel of speakers who have completed internships in various industries, companies, and roles, offering valuable perspectives and practical advice. The Intern Talk covers topics such as finding internships, preparing for interviews, adapting to new work environments, building professional relationships, and making the most of internship experiences. Participants will have the opportunity to ask questions, engage in discussions, and connect with peers who are embarking on their internship journeys. Whether you are a student seeking internship opportunities or an intern looking to enhance your skills, the Intern Talk offers valuable insights and guidance to help you navigate the internship landscape and kickstart your career. Join us for an informative and inspiring event that empowers interns to thrive in their professional development journey.", "event_type": "Virtual Event" + }, + { + "event": "CodeArena 26", + "image": "", + "date": "2026-04-15", + "desc": "The Ultimate Competitive Programming Battle", + "long_date": "April 15, 2026", + "long_desc": "", + "event_type": "" } -] +] \ No newline at end of file diff --git a/src/utils/upcoming_events.json b/src/utils/upcoming_events.json index 6a9a14c..c973e98 100644 --- a/src/utils/upcoming_events.json +++ b/src/utils/upcoming_events.json @@ -16,5 +16,10 @@ "desc":"Basics to Linux workshop was an engaging event that introduced participants to the basics of the Linux operating system. Participants learned how to navigate the Linux file system, use the command line interface, and perform common tasks like creating files, directories, and running programs. They also learned about the history of Linux and its importance in the tech industry.", "image":"https://images.unsplash.com/photo-1720887236665-43caad593cdf?q=80&w=1836&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", "date":"Coming soon.." + }, + { + "event":"CodeArena 26", + "desc":"", + "image":"", + "date":"2026-04-15" } -] \ No newline at end of file