Skip to content

Commit 62935a8

Browse files
author
Malin Kussi
committed
Added slide to home page for Robotics
1 parent e788eeb commit 62935a8

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed
-415 KB
Loading

src/data/HomeCarouselInfo.tsx

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
11
import React from 'react'
22

33
import { SlideInfo } from '../pages/general/carousel/CarouselStyles'
4-
import slide1 from '../assets/pics/carousel/rocksat17.jpeg'
5-
import slide2 from '../assets/pics/carousel/rmc-team.jpeg'
6-
import slide3 from '../assets/pics/carousel/balloon-team.jpeg'
4+
import slide1 from '../assets/pics/photo-gallery/rmc/comp-team-2024.jpg'
5+
import slide2 from '../assets/pics/carousel/rocksat17.jpeg'
6+
import slide3 from '../assets/pics/carousel/rmc-team.jpeg'
7+
import slide4 from '../assets/pics/carousel/balloon-team.jpeg'
78
import { COLORS, PATHS } from '../tools/Constants'
89
import Button from '../pages/general/button/Button'
910

1011
const HOME_CAROUSEL_INFO: SlideInfo[] = [
1112
{
1213
image: slide1,
14+
title: 'Robotics', description: `The Robotics teams designs, builds and competes with a mining robot every
15+
year at the NASA Lunabotics Competition. Getting the chance to compete against other schools in Florida helps
16+
us improve our skills and represent Temple at a big event.`,
17+
color: COLORS.PRIMARY, otherContent: <Button source={PATHS.ROBOTICS}
18+
size={'medium'} text={'Learn More'} local/>
19+
},
20+
{
21+
image: slide2,
1322
title: 'ROCKSAT', description: `The RockSat Team designed a payload that will be placed inside of a sounding
1423
rocket which is provided by the Wallops Flight Facility. The rocket will launch at Wallops Island where it will follow a
1524
sub-orbital flight path into the Atlantic Ocean, reaching an estimated maximum height of 72 miles.`,
1625
color: COLORS.GREEN, otherContent: <Button source={PATHS.ROCKSAT}
1726
size={'medium'} text={'Learn More'} local/>
1827
},
1928
{
20-
image: slide2, title: 'NASA RMC',
29+
image: slide3, title: 'NASA RMC',
2130
description: `The NASA Robotics Mining Competition is a university-level student competition
2231
to design and build a mining robot that can traverse the challenging simulated Martian terrain.
2332
The mining robot must then excavate the regolith simulant and/or the ice simulant (gravel) and
@@ -27,7 +36,7 @@ const HOME_CAROUSEL_INFO: SlideInfo[] = [
2736
otherContent: <Button source={PATHS.ROBOTICS} text={'Learn More'} size={'medium'} local/>
2837
},
2938
{
30-
image: slide3, title: 'NASA BALLOONING',
39+
image: slide4, title: 'NASA BALLOONING',
3140
description: `The Temple NASA Ballooning Team will participate as one of over fifty teams
3241
responsible for the design and production of an HAB that is capable of recording and streaming live video footage to the NASA
3342
website, a task which has never been attempted for a solar eclipse.`,

0 commit comments

Comments
 (0)