Update mission section

This commit is contained in:
Brandon Millman
2018-07-25 15:35:26 +08:00
parent fcbaf2f4e3
commit bb7c308081
2 changed files with 47 additions and 18 deletions

View File

@@ -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">
Were a highly technical team with diverse backgrounds in engineering, science, business, finance,
and research. While headquartered in San Francisco, weve designed our workflows to empower
teammates to stay informed and execute on their objectives from anywhere in the world. If youre
passionate about our mission, were 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>