Skip to content

Commit 4854495

Browse files
committed
Added brochure button, added brochue to interest form and added LinkedIn button
1 parent 30ac3f7 commit 4854495

File tree

5 files changed

+22
-17
lines changed

5 files changed

+22
-17
lines changed
2.01 MB
Loading

src/data/RoboticsPhotoGalleryInfo.tsx

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,29 @@ 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 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

3031
export default ROBOTICS_PHOTO_GALLERY_INFO

src/pages/general/contact/Contact.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react'
22
import { BsHeartFill } from 'react-icons/bs'
3-
import { FiFacebook, FiInstagram, FiMail, FiTwitter, FiYoutube } from 'react-icons/fi'
3+
import { FiFacebook, FiInstagram, FiLinkedin, FiMail, FiTwitter, FiYoutube } from 'react-icons/fi'
44
import { RiSnapchatLine } from 'react-icons/ri'
55

66
import IconButton from '../button/IconButton'
@@ -18,6 +18,7 @@ export default class Contact extends React.Component<Record<string, never>, neve
1818
<IconButton icon={<RiSnapchatLine/>} source={'https://snapchat.com/add/templerobotics'} />
1919
<IconButton icon={<FiYoutube/>} source={'https://www.youtube.com/channel/UCv59XUAVDLtgk0KA9r4RTsA'} />
2020
<IconButton icon={<FiMail/>} source={'Mailto:Temple.Robotics@outlook.com'} />
21+
<IconButton icon={<FiLinkedin/>} source={'https://www.linkedin.com/company/temple-robotics/posts/?feedView=all'}/>
2122
</div>
2223
</Styles.ContactContainer>
2324
)

src/pages/sponsors/Sponsors.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ const Sponsors = (): React.ReactElement => {
2323
<AiOutlineDash/>
2424
</Styles.TitleContainer>
2525
<div className='img-container' id='centered-img'>
26-
<h1 className='title'>Current Sponsors</h1>
2726
<Button source={'https://forms.gle/pAfv3VBYJJXooiU38'}
28-
text='become a sponsor' size='large' className='becomeSponsor'/>
27+
text='Become a Sponsor' size='large' className='becomeSponsor'/>
28+
<Button source={'https://onedrive.live.com/?authkey=%21AHOgLg076B6sBgc&id=35ECBC1F69BC7768%21114&cid=35ECBC1F69BC7768&parId=root&parQt=sharedby&o=OneUp'}
29+
text='Temple Robotics Brochure' size='large' className='becomeSponsor'/>
30+
<h1 className='title'>Current Sponsors</h1>
2931
</div>
3032
<div className='img-container' style={{background: '#053a92'}}>
3133
<Nasa />

src/tools/Constants.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export const RMC_TEAM = [
4242
]
4343

4444
export const RMC_PHOTO_GALLERY = [
45+
require('../assets/pics/photo-gallery/rmc/comp-team-2024.jpg'),
4546
require('../assets/pics/photo-gallery/rmc/comp-team-2023.jpg'),
4647
require('../assets/pics/photo-gallery/rmc/arena-3.jpeg'),
4748
require('../assets/pics/photo-gallery/rmc/arena-2.jpeg'),

0 commit comments

Comments
 (0)