@@ -3,28 +3,29 @@ import { GalleryImage } from '../pages/general/photo-gallery/PhotoGalleryStyles'
33
44// eslint-disable-next-line id-length
55const ROBOTICS_PHOTO_GALLERY_INFO : GalleryImage [ ] = [
6- { image : RMC_PHOTO_GALLERY [ 0 ] , title : '2023' , description : 'The team after our first competition run at the University of Alabama.' } ,
7- { image : RMC_PHOTO_GALLERY [ 1 ] , title : '2023' , description : `The leads in front of the project after finishing
6+ { image : RMC_PHOTO_GALLERY [ 0 ] , title : '2024' , description : 'The team before our first competition run at the University of Central Florida.' } ,
7+ { image : RMC_PHOTO_GALLERY [ 1 ] , title : '2023' , description : 'The team after our first competition run at the University of Alabama.' } ,
8+ { image : RMC_PHOTO_GALLERY [ 2 ] , title : '2023' , description : `The leads in front of the project after finishing
89 the outside construction.` } ,
9- { image : RMC_PHOTO_GALLERY [ 2 ] , title : '2023' , description : `The team worked hard on the design in the fall semester,
10+ { image : RMC_PHOTO_GALLERY [ 3 ] , title : '2023' , description : `The team worked hard on the design in the fall semester,
1011 then built the arena over winter break.` } ,
11- { image : RMC_PHOTO_GALLERY [ 3 ] , title : '2023' , description : `A major goal of 2023 was to construct a practice arena
12+ { image : RMC_PHOTO_GALLERY [ 4 ] , title : '2023' , description : `A major goal of 2023 was to construct a practice arena
1213 for the robot. Here is the team hard at work!` } ,
13- { image : RMC_PHOTO_GALLERY [ 4 ] , title : '2022' , description : `The 2022 robot is coming together! No belts yet but the
14+ { image : RMC_PHOTO_GALLERY [ 5 ] , title : '2022' , description : `The 2022 robot is coming together! No belts yet but the
1415 chasses is complete.` } ,
15- { image : RMC_PHOTO_GALLERY [ 5 ] , title : '2022' , description : 'I guess our team has never heard of cable management...' } ,
16- { image : RMC_PHOTO_GALLERY [ 6 ] , title : '2022' , description : `Us showing off JPL at the 30th anniversary of the NASA
16+ { image : RMC_PHOTO_GALLERY [ 6 ] , title : '2022' , description : 'I guess our team has never heard of cable management...' } ,
17+ { image : RMC_PHOTO_GALLERY [ 7 ] , title : '2022' , description : `Us showing off JPL at the 30th anniversary of the NASA
1718 Space Grant.` } ,
18- { image : RMC_PHOTO_GALLERY [ 7 ] , title : '2018' , description : 'Our ME\'s filing away to make sure everything fits perfectly.' } ,
19- { image : RMC_PHOTO_GALLERY [ 8 ] , title : '2018' , description : 'BoxBot, of course we still love you.' } ,
20- { image : RMC_PHOTO_GALLERY [ 9 ] , title : '2017' , description : `Our team plugged the ethernet cable into the wrong port.
19+ { image : RMC_PHOTO_GALLERY [ 8 ] , title : '2018' , description : 'Our ME\'s filing away to make sure everything fits perfectly.' } ,
20+ { image : RMC_PHOTO_GALLERY [ 9 ] , title : '2018' , description : 'BoxBot, of course we still love you.' } ,
21+ { image : RMC_PHOTO_GALLERY [ 10 ] , title : '2017' , description : `Our team plugged the ethernet cable into the wrong port.
2122 Good thing duct tape fixes everything!` } ,
22- { image : RMC_PHOTO_GALLERY [ 10 ] , title : '2017' , description : `Our hotel didn't like us working on the robot in our rooms.
23+ { image : RMC_PHOTO_GALLERY [ 11 ] , title : '2017' , description : `Our hotel didn't like us working on the robot in our rooms.
2324 I guess we'll just use our vans.` } ,
24- { image : RMC_PHOTO_GALLERY [ 11 ] , title : '2011' , description : `The year our team's autonomous was so good they had to
25+ { image : RMC_PHOTO_GALLERY [ 12 ] , title : '2011' , description : `The year our team's autonomous was so good they had to
2526 change the rules.` } ,
26- { image : RMC_PHOTO_GALLERY [ 12 ] , title : '2010' , description : 'Scoops was born.' } ,
27- { image : RMC_PHOTO_GALLERY [ 13 ] , title : '2009' , description : 'Our first team at the very first Robotics Mining Competition.' }
27+ { image : RMC_PHOTO_GALLERY [ 13 ] , title : '2010' , description : 'Scoops was born.' } ,
28+ { image : RMC_PHOTO_GALLERY [ 14 ] , title : '2009' , description : 'Our first team at the very first Robotics Mining Competition.' }
2829]
2930
3031export default ROBOTICS_PHOTO_GALLERY_INFO
0 commit comments