Skip to content

Commit 2c40f94

Browse files
authored
Update App.js
Added code for photos for startup club
1 parent 18fa070 commit 2c40f94

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

src/App.js

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,19 +202,19 @@ const App = () => {
202202
caption: "First Bridge 4"
203203
},
204204
{
205-
src: "/images/nextgen/program/BK0.png",
205+
src: "/images/nextgen/program/BK0.PNG",
206206
caption: "Building Bridge Kit 1"
207207
},
208208
{
209-
src: "/images/nextgen/program/BK1.png",
209+
src: "/images/nextgen/program/BK1.PNG",
210210
caption: "Building Bridge Kit 2"
211211
},
212212
{
213-
src: "/images/nextgen/program/BK2.png",
213+
src: "/images/nextgen/program/BK2.PNG",
214214
caption: "Building Bridge Kit 3"
215215
},
216216
{
217-
src: "/images/nextgen/program/BK3.png",
217+
src: "/images/nextgen/program/BK3.PNG",
218218
caption: "Building Bridge Kit 4"
219219
},
220220
{
@@ -313,6 +313,33 @@ const App = () => {
313313
"Programs & Impact: Lead comprehensive Startup Workshop series guiding students from initial ideation through MVP development. Actively support Innovation Challenge outreach through presentations, campus tabling, and classroom engagement."
314314
],
315315
tags: ["Entrepreneurship", "Event Planning", "Workshop Development", "Student Leadership"],
316+
photoGroups: [
317+
{
318+
title: "Flyers and Events Organized by the Startup Club",
319+
images: [
320+
{
321+
src: "/images/startupclub/BAP.JPG",
322+
caption: "Startup Club and Business and Entrepreneurship Club Leaders at the Bay Angels Pitch Event"
323+
},
324+
{
325+
src: "/images/startupclub/BAP.PNG",
326+
caption: "Live startup pitches to Bay Area investors"
327+
},
328+
{
329+
src: "/images/startupclub/AGS.png",
330+
caption: "Student Founder Guest Speaker on their Educational System for Students with Autism"
331+
},
332+
{
333+
src: "/images/startupclub/LM.png",
334+
caption: "Collaboration with student-led venture builder"
335+
},
336+
{
337+
src: "/images/startupclub/S101.PNG",
338+
caption: "Startup 101 Workshop Series"
339+
}
340+
]
341+
}
342+
],
316343
links: [
317344
{ label: "Startup Workshop Series Flyers", href: "/pdfs/SWS.pdf" },
318345
{ label: "Photos", href: "toggle-photos" }

0 commit comments

Comments
 (0)