Skip to content

Commit e1a23fc

Browse files
committed
updated photo gallery with comp pic
1 parent ffcb7a8 commit e1a23fc

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed
232 KB
Loading

src/data/RoboticsPhotoGalleryInfo.tsx

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,28 @@ import { GalleryImage } from '../pages/general/photo-gallery/PhotoGalleryStyles'
33

44
// eslint-disable-next-line id-length
55
const ROBOTICS_PHOTO_GALLERY_INFO: GalleryImage[] = [
6-
{ image: RMC_PHOTO_GALLERY[0], title: '2023', description: `The leads in front of the project after finishing
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
78
the outside construction.` },
8-
{ image: RMC_PHOTO_GALLERY[1], title: '2023', description: `The team worked hard on the design in the fall semester,
9+
{ image: RMC_PHOTO_GALLERY[2], title: '2023', description: `The team worked hard on the design in the fall semester,
910
then built the arena over winter break.` },
10-
{ image: RMC_PHOTO_GALLERY[2], title: '2023', description: `A major goal of 2023 was to construct a practice arena
11+
{ image: RMC_PHOTO_GALLERY[3], title: '2023', description: `A major goal of 2023 was to construct a practice arena
1112
for the robot. Here is the team hard at work!` },
12-
{ image: RMC_PHOTO_GALLERY[3], title: '2022', description: `The 2022 robot is coming together! No belts yet but the
13+
{ image: RMC_PHOTO_GALLERY[4], title: '2022', description: `The 2022 robot is coming together! No belts yet but the
1314
chasses is complete.` },
14-
{ image: RMC_PHOTO_GALLERY[4], title: '2022', description: 'I guess our team has never heard of cable management...' },
15-
{ image: RMC_PHOTO_GALLERY[5], title: '2022', description: `Us showing off JPL at the 30th anniversary of the NASA
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
1617
Space Grant.` },
17-
{ image: RMC_PHOTO_GALLERY[6], title: '2018', description: 'Our ME\'s filing away to make sure everything fits perfectly.' },
18-
{ image: RMC_PHOTO_GALLERY[7], title: '2018', description: 'BoxBot, of course we still love you.' },
19-
{ image: RMC_PHOTO_GALLERY[8], title: '2017', description: `Our team plugged the ethernet cable into the wrong port.
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.
2021
Good thing duct tape fixes everything!` },
21-
{ image: RMC_PHOTO_GALLERY[9], title: '2017', description: `Our hotel didn't like us working on the robot in our rooms.
22+
{ image: RMC_PHOTO_GALLERY[10], title: '2017', description: `Our hotel didn't like us working on the robot in our rooms.
2223
I guess we'll just use our vans.` },
23-
{ image: RMC_PHOTO_GALLERY[10], title: '2011', description: `The year our team's autonomous was so good they had to
24+
{ image: RMC_PHOTO_GALLERY[11], title: '2011', description: `The year our team's autonomous was so good they had to
2425
change the rules.` },
25-
{ image: RMC_PHOTO_GALLERY[11], title: '2010', description: 'Scoops was born.' },
26-
{ image: RMC_PHOTO_GALLERY[12], title: '2009', description: 'Our first team at the very first Robotics Mining Competition.' }
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.' }
2728
]
2829

2930
export default ROBOTICS_PHOTO_GALLERY_INFO

src/tools/Constants.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export class COLORS {
3030
}
3131

3232
export const RMC_PHOTO_GALLERY = [
33+
require('../assets/pics/photo-gallery/rmc/comp-team-2023.jpg'),
3334
require('../assets/pics/photo-gallery/rmc/arena-3.jpeg'),
3435
require('../assets/pics/photo-gallery/rmc/arena-2.jpeg'),
3536
require('../assets/pics/photo-gallery/rmc/arena-1.jpeg'),

0 commit comments

Comments
 (0)