Skip to content

Commit 7cbb00d

Browse files
authored
Merge pull request #20 from IEEE-SB-RIT/eventUpdates
updated event_10.webp
2 parents 27fd559 + 6c4fd2f commit 7cbb00d

File tree

2 files changed

+28
-11
lines changed

2 files changed

+28
-11
lines changed

public/roboEvents/event_10.webp

186 KB
Loading

src/datas/EventData.ts

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ const basePath = import.meta.env.BASE_URL + "roboEvents/";
2525

2626
const EventDatas: EventData[] = [
2727
{
28-
id: 1,
29-
title: "Tickets Out",
30-
eventName: "Registrations Open",
31-
type: "Tickets",
28+
id: 6,
29+
title: "",
30+
eventName: "ROS Unleashed",
31+
type: "Workshop",
3232
venue: "Rit Kottayam",
3333
date: "2025-09-26 to 2025-09-28",
34-
salutaion: "🤖 RoboIgnite – Ignite your passion for Robotics",
35-
price: [
36-
"IEEE RAS Members - 1000",
37-
"IEEE Members - 1200",
38-
"Non-IEEE Members - 1450",
34+
salutaion: "Powering a Greener Tomorrow",
35+
speakers: [
36+
{ name: "Abhijith Benny", description: "Hardware Design Engineer" },
37+
{ name: "Richu Bini and Rishad Alayan", description: "Embedded Software Design Engineer" },
38+
3939
],
40-
formLink: "",
41-
src: `${basePath}event_tickets.webp`,
40+
41+
src: `${basePath}event_10.webp`,
4242
},
4343
{
4444
id: 6,
@@ -54,6 +54,7 @@ const EventDatas: EventData[] = [
5454
],
5555
src: `${basePath}event_07.webp`,
5656
},
57+
5758
{
5859
id: 7,
5960
title: "event 7",
@@ -71,6 +72,22 @@ const EventDatas: EventData[] = [
7172
],
7273
src: `${basePath}event_08.webp`,
7374
},
75+
{
76+
id: 6,
77+
title: "",
78+
eventName: "ROS Unleashed",
79+
type: "Workshop",
80+
venue: "Rit Kottayam",
81+
date: "2025-09-26 to 2025-09-28",
82+
salutaion: "Powering a Greener Tomorrow",
83+
speakers: [
84+
{ name: "Abhijith Benny", description: "Hardware Design Engineer" },
85+
{ name: "Richu Bini and Rishad Alayan", description: "Embedded Software Design Engineer" },
86+
87+
],
88+
89+
src: `${basePath}event_10.webp`,
90+
},
7491
{
7592
id: 4,
7693
title: "Expert Talk – The Growing Field of Robotics and Its Opportunities",

0 commit comments

Comments
 (0)