Skip to content

Commit c5e25e2

Browse files
authored
Merge pull request #255 from Student-Activity-Center-IIIT-NR/dev
events
2 parents f6657e1 + 830e23d commit c5e25e2

File tree

14 files changed

+198
-50
lines changed

14 files changed

+198
-50
lines changed
440 KB
Loading
2.13 MB
Loading
1.32 MB
Loading
364 KB
Loading
571 KB
Loading
928 KB
Loading
544 KB
Loading
370 KB
Loading

data/Crews/TechnicalClubCrew.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ import Tanishq from "../../assets/team_25-26/bis/Tanishq Bhattacharjee.jpg"
7676
import Arpita from "../../assets/team_25-26/tsoc/Arpita Dash.jpg"
7777
import BedekarAtharva from "../../assets/team_25-26/tsoc/Bedekar Atharva Suresh.jpg"
7878
import shreyansh from "../../assets/team_25-26/tsoc/Shreyansh Samaddar.jpg"
79-
79+
import Tarun from "../../assets/team_25-26/tsoc/chtarunkumar.png"
8080

8181

8282

@@ -217,7 +217,11 @@ export const tsoc: CrewProps[] = [
217217
name: "Shreyansh Samaddar",
218218
post: "Core Member",
219219
},
220-
220+
{
221+
img: Tarun,
222+
name: "Chatarun Kumar",
223+
post: "Core Member",
224+
},
221225
];
222226

223227

data/EventsAndGallery/GalleryData.ts

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ import US_3 from "../../assets/major_events_pics/US_3.jpg";
108108
import US_4 from "../../assets/major_events_pics/US_4.jpg";
109109
import US_5 from "../../assets/major_events_pics/US_5.jpg";
110110
import US_6 from "../../assets/major_events_pics/US_6.jpg";
111+
import aarambh2025 from "../../assets/major_events_pics/aarambh2025.png";
112+
import chaipecharecha from "../../assets/major_events_pics/chaipecharecha.jpg";
113+
import hackasol from "../../assets/major_events_pics/hackasol.jpg";
114+
import makeinsilicon from "../../assets/major_events_pics/makeinsilicon.jpg";
115+
import techno2025 from "../../assets/major_events_pics/TECHNO2025.png";
116+
import videoframe_6359 from "../../assets/major_events_pics/videoframe_6359.png";
111117

112118
// Sports
113119
//2022
@@ -199,6 +205,36 @@ interface ClubEventsProps {
199205
*/
200206

201207
export const majorEvents: MajorEventsProps[] = [
208+
{
209+
label: "Technovate 2025",
210+
img: techno2025,
211+
date: "2025",
212+
},
213+
{
214+
label: "Technovate 2025",
215+
img: videoframe_6359,
216+
date: "2025",
217+
},
218+
{
219+
label: "Aarambh 2025",
220+
img: aarambh2025,
221+
date: "2025",
222+
},
223+
{
224+
label: "Chai Pe Charcha",
225+
img: chaipecharecha,
226+
date: "2025",
227+
},
228+
{
229+
label: "Hackasol 2025",
230+
img: hackasol,
231+
date: "2025",
232+
},
233+
{
234+
label: "Make in Silicon",
235+
img: makeinsilicon,
236+
date: "2025",
237+
},
202238
{
203239
label: "Technovate 2024",
204240
img: tech24_1,

0 commit comments

Comments
 (0)