@@ -3,30 +3,33 @@ 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 : '2024 ' , description : `The team before our first competition run at the University of
6+ { image : RMC_PHOTO_GALLERY [ 0 ] , title : '2025 ' , description : `The team before our first competition run at the University of
77 Central Florida.` } ,
8- { image : RMC_PHOTO_GALLERY [ 1 ] , title : '2023' , description : 'The team after our first competition run at the University of Alabama.' } ,
9- { image : RMC_PHOTO_GALLERY [ 2 ] , title : '2023' , description : `The leads in front of the project after finishing
8+ { image : RMC_PHOTO_GALLERY [ 1 ] , title : '2025' , description : 'Temple Robotics volunteering at the FRC competition' } ,
9+ { image : RMC_PHOTO_GALLERY [ 2 ] , title : '2024' , description : `The team before our first competition run at the University of
10+ Central Florida.` } ,
11+ { image : RMC_PHOTO_GALLERY [ 3 ] , title : '2023' , description : 'The team after our first competition run at the University of Alabama.' } ,
12+ { image : RMC_PHOTO_GALLERY [ 4 ] , title : '2023' , description : `The leads in front of the project after finishing
1013 the outside construction.` } ,
11- { image : RMC_PHOTO_GALLERY [ 3 ] , title : '2023' , description : `The team worked hard on the design in the fall semester,
14+ { image : RMC_PHOTO_GALLERY [ 5 ] , title : '2023' , description : `The team worked hard on the design in the fall semester,
1215 then built the arena over winter break.` } ,
13- { image : RMC_PHOTO_GALLERY [ 4 ] , title : '2023' , description : `A major goal of 2023 was to construct a practice arena
16+ { image : RMC_PHOTO_GALLERY [ 6 ] , title : '2023' , description : `A major goal of 2023 was to construct a practice arena
1417 for the robot. Here is the team hard at work!` } ,
15- { image : RMC_PHOTO_GALLERY [ 5 ] , title : '2022' , description : `The 2022 robot is coming together! No belts yet but the
18+ { image : RMC_PHOTO_GALLERY [ 7 ] , title : '2022' , description : `The 2022 robot is coming together! No belts yet but the
1619 chasses is complete.` } ,
17- { image : RMC_PHOTO_GALLERY [ 6 ] , title : '2022' , description : 'I guess our team has never heard of cable management...' } ,
18- { image : RMC_PHOTO_GALLERY [ 7 ] , title : '2022' , description : `Us showing off JPL at the 30th anniversary of the NASA
20+ { image : RMC_PHOTO_GALLERY [ 8 ] , title : '2022' , description : 'I guess our team has never heard of cable management...' } ,
21+ { image : RMC_PHOTO_GALLERY [ 9 ] , title : '2022' , description : `Us showing off JPL at the 30th anniversary of the NASA
1922 Space Grant.` } ,
20- { image : RMC_PHOTO_GALLERY [ 8 ] , title : '2018' , description : 'Our ME\'s filing away to make sure everything fits perfectly.' } ,
21- { image : RMC_PHOTO_GALLERY [ 9 ] , title : '2018' , description : 'BoxBot, of course we still love you.' } ,
22- { image : RMC_PHOTO_GALLERY [ 10 ] , title : '2017' , description : `Our team plugged the ethernet cable into the wrong port.
23+ { image : RMC_PHOTO_GALLERY [ 10 ] , title : '2018' , description : 'Our ME\'s filing away to make sure everything fits perfectly.' } ,
24+ { image : RMC_PHOTO_GALLERY [ 11 ] , title : '2018' , description : 'BoxBot, of course we still love you.' } ,
25+ { image : RMC_PHOTO_GALLERY [ 12 ] , title : '2017' , description : `Our team plugged the ethernet cable into the wrong port.
2326 Good thing duct tape fixes everything!` } ,
24- { image : RMC_PHOTO_GALLERY [ 11 ] , title : '2017' , description : `Our hotel didn't like us working on the robot in our rooms.
27+ { image : RMC_PHOTO_GALLERY [ 13 ] , title : '2017' , description : `Our hotel didn't like us working on the robot in our rooms.
2528 I guess we'll just use our vans.` } ,
26- { image : RMC_PHOTO_GALLERY [ 12 ] , title : '2011' , description : `The year our team's autonomous was so good they had to
29+ { image : RMC_PHOTO_GALLERY [ 14 ] , title : '2011' , description : `The year our team's autonomous was so good they had to
2730 change the rules.` } ,
28- { image : RMC_PHOTO_GALLERY [ 13 ] , title : '2010' , description : 'Scoops was born.' } ,
29- { image : RMC_PHOTO_GALLERY [ 14 ] , title : '2009' , description : 'Our first team at the very first Robotics Mining Competition.' }
31+ { image : RMC_PHOTO_GALLERY [ 15 ] , title : '2010' , description : 'Scoops was born.' } ,
32+ { image : RMC_PHOTO_GALLERY [ 16 ] , title : '2009' , description : 'Our first team at the very first Robotics Mining Competition.' }
3033]
3134
3235export default ROBOTICS_PHOTO_GALLERY_INFO
0 commit comments