diff --git a/src/routes/about.tsx b/src/routes/about.tsx index c14dc7b69..a5724abc8 100644 --- a/src/routes/about.tsx +++ b/src/routes/about.tsx @@ -37,58 +37,78 @@ const AboutPage = () => {

- Peregrine is a completely free, open-source scouting app for FRC - competitions. - {' '} - The frontend is written in TypeScript and the backend is written in - Go. Peregrine was originally built by students on team 2733 Pigmice in - 2017 and redesigned in the autumn of 2018. Development is ongoing to - make the website better than ever. Peregrine has been used by 15 teams - and counting to simplify scouting at FRC competitions. + { + 'Peregrine is a completely free, open-source scouting app for FRC competitions. ' + } + + { + 'The frontend is written in TypeScript and the backend is written in ' + } + { + 'Go. Peregrine was originally built by students on team 2733 Pigmice in ' + } + { + '2017 and redesigned in the autumn of 2018. Development is ongoing to ' + } + { + 'make the website better than ever. Peregrine has been used by 15 teams ' + } + {'and counting to simplify scouting at FRC competitions. '}

- Peregrine handles all of the calculations involved in scouting + {'Peregrine handles all of the calculations involved in scouting, '} - , allowing team members to spend time analyzing data and making - decisions instead of crunching numbers. It shows an analysis table - where team members can compare individual statistics or overall - performance between teams and has pages for each team at each event - and the matches each team will play in, easily allowing pit crews to - know when they’re up next. All event data and some match scoring - data is pulled from The Blue Alliance. + {'allowing team members to spend time analyzing data and making '} + { + 'decisions instead of crunching numbers. It shows an analysis table ' + } + {'where team members can compare individual statistics or overall '} + { + 'performance between teams and has pages for each team at each event ' + } + { + 'and the matches each team will play in, easily allowing pit crews to ' + } + {"know when they're up next. All event data and some match scoring "} + {'data is pulled from The Blue Alliance. '}

- It’s really easy to get started with Peregrine.{' '} - Have a team captain or coach send an email to{' '} - alexv@pigmice.com and a member - of the Pigmice will add your team to the dropdown on the signup page. - They will also connect you to a Slack channel where your team can ask - questions and give you some tips on setting up your team with - Peregrine. + {"It's really easy to get started with Peregrine. "} + {'Have a team captain or coach send an email to '} + {'alexv@pigmice.com '} + { + 'and a member of the Pigmice will add your team to the dropdown on the ' + } + { + 'signup page. They will also connect you to a Slack channel where your ' + } + { + 'team can ask questions and give you some tips on setting up your team ' + } + {'with Peregrine. '}

- If you have any questions about getting your team onboarded to - Peregrine or using the app,{' '} + {'If you have any questions about getting your team onboarded to '} + {'Peregrine or using the app, '} - please reach out to the Pigmice team’s Peregrine lead, Alex - Vennebush + { + "please reach out to the Pigmice team's Peregrine lead, Alex Vennebush," + } - , at alexv@pigmice.com. + {'at '} {'alexv@pigmice.com.'}

-

source code repositories:

+

{'source code repositories:'}

- {' '} - frontend (TypeScript and Preact){' '} + {' frontend (TypeScript and Preact) '}

- {' '} - backend (Go with Postgres){' '} + {' backend (Go with Postgres) '}