diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-07-25 15:35:26 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-07-25 15:35:26 +0800 |
commit | bb7c308081d11e0bd424db8a25b9b75554c61211 (patch) | |
tree | 454e38ab6b88abb79a00a596c9d7aedbece09d6f /packages/website/ts | |
parent | fcbaf2f4e324dd8e37c1f01ed35e413ef1312d61 (diff) | |
download | dexon-sol-tools-bb7c308081d11e0bd424db8a25b9b75554c61211.tar dexon-sol-tools-bb7c308081d11e0bd424db8a25b9b75554c61211.tar.gz dexon-sol-tools-bb7c308081d11e0bd424db8a25b9b75554c61211.tar.bz2 dexon-sol-tools-bb7c308081d11e0bd424db8a25b9b75554c61211.tar.lz dexon-sol-tools-bb7c308081d11e0bd424db8a25b9b75554c61211.tar.xz dexon-sol-tools-bb7c308081d11e0bd424db8a25b9b75554c61211.tar.zst dexon-sol-tools-bb7c308081d11e0bd424db8a25b9b75554c61211.zip |
Update mission section
Diffstat (limited to 'packages/website/ts')
-rw-r--r-- | packages/website/ts/pages/jobs/mission.tsx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/packages/website/ts/pages/jobs/mission.tsx b/packages/website/ts/pages/jobs/mission.tsx index b78cdc886..e1a9880d6 100644 --- a/packages/website/ts/pages/jobs/mission.tsx +++ b/packages/website/ts/pages/jobs/mission.tsx @@ -16,14 +16,15 @@ export const Mission = (props: MissionProps) => { const missionStatement = ( <Container className={missionStatementClassName} maxWidth="388px"> <Text fontFamily="Roboto Mono" fontSize="22px" lineHeight="31px"> - Globally Distributed<br />Purposefully Aligned + Powered by a Diverse<br />Worldwide Community </Text> <Container marginTop="32px"> <Text fontSize="14px" lineHeight="2em"> - We’re a highly technical team with diverse backgrounds in engineering, science, business, finance, - and research. While headquartered in San Francisco, we’ve designed our workflows to empower - teammates to stay informed and execute on their objectives from anywhere in the world. If you’re - passionate about our mission, we’re excited to talk to you, regardless of where you might live. + We're a highly technical team with varied backgrounds in engineering, science, business, finance, + and research. While the core team is headquartered in San Francisco, there are 30+ teams building on + 0x and hundreds of thousands of participants behind our efforts globally. We're passionate about + open-source software and decentralized technology's potential to act as an equalizing force in the + world. </Text> </Container> </Container> |