Skip to content

Commit 2405870

Browse files
author
Malin Kussi
committed
Updated the robotics gallery
1 parent a46f525 commit 2405870

File tree

4 files changed

+21
-16
lines changed

4 files changed

+21
-16
lines changed
4.44 MB
Loading

src/data/RoboticsPhotoGalleryInfo.tsx

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,33 @@ 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: '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

3235
export default ROBOTICS_PHOTO_GALLERY_INFO

src/pages/robotic-mining/RoboticMining.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const RoboticMining = (): React.ReactElement => {
4343

4444
<Styles.SpaceBackground>
4545
<Styles.MeetTheTeam className='meet-the-team-gallery' galleryInfo={ MEET_THE_TEAM } title={ 'Meet the Team' }/>
46-
46+
4747
<Styles.OutreachGallery>
4848
<h2>Outreach and Events</h2>
4949
<div className='outreach-slide'>

src/tools/Constants.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export const RMC_TEAM = [
4343
]
4444

4545
export const RMC_PHOTO_GALLERY = [
46+
require('../assets/pics/photo-gallery/rmc/comp-team-2025.jpeg'),
47+
require('../assets/pics/photo-gallery/rmc/volunteering-FRC-2025.jpeg'),
4648
require('../assets/pics/photo-gallery/rmc/comp-team-2024.jpg'),
4749
require('../assets/pics/photo-gallery/rmc/comp-team-2023.jpg'),
4850
require('../assets/pics/photo-gallery/rmc/arena-3.jpeg'),

0 commit comments

Comments
 (0)