aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFred Carlsen <fred@sjelfull.no>2018-12-10 22:43:22 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-10 22:43:31 +0800
commit93eb31f7a06f753fa0853f8b4fdf04fd073ab616 (patch)
tree20ed21f3e900f97dbc6d348f7cf591fe465796db /packages
parent934117bfe4c7ecde3e346d58218b5600d66da15e (diff)
downloaddexon-sol-tools-93eb31f7a06f753fa0853f8b4fdf04fd073ab616.tar
dexon-sol-tools-93eb31f7a06f753fa0853f8b4fdf04fd073ab616.tar.gz
dexon-sol-tools-93eb31f7a06f753fa0853f8b4fdf04fd073ab616.tar.bz2
dexon-sol-tools-93eb31f7a06f753fa0853f8b4fdf04fd073ab616.tar.lz
dexon-sol-tools-93eb31f7a06f753fa0853f8b4fdf04fd073ab616.tar.xz
dexon-sol-tools-93eb31f7a06f753fa0853f8b4fdf04fd073ab616.tar.zst
dexon-sol-tools-93eb31f7a06f753fa0853f8b4fdf04fd073ab616.zip
Add separator to mission
Diffstat (limited to 'packages')
-rw-r--r--packages/website/ts/@next/pages/about/mission.tsx13
1 files changed, 8 insertions, 5 deletions
diff --git a/packages/website/ts/@next/pages/about/mission.tsx b/packages/website/ts/@next/pages/about/mission.tsx
index eb7566f40..cbc113888 100644
--- a/packages/website/ts/@next/pages/about/mission.tsx
+++ b/packages/website/ts/@next/pages/about/mission.tsx
@@ -6,6 +6,7 @@ import { ChapterLink } from 'ts/@next/components/chapter_link';
import { Image } from 'ts/@next/components/image';
import { Column, Section, Wrap } from 'ts/@next/components/layout';
import { Link } from 'ts/@next/components/link';
+import { Separator } from 'ts/@next/components/separator';
import { SiteWrap } from 'ts/@next/components/siteWrap';
import { Heading, Paragraph } from 'ts/@next/components/text';
@@ -17,13 +18,13 @@ export const NextAboutMission = () => (
<SiteWrap theme="light">
<Section>
<Wrap>
- <Column colWidth="1/3">
+ <Column colWidth="1/3" isPadLarge={true}>
<ChapterLink to="/next/about/mission">Our Mission</ChapterLink>
<ChapterLink to="/next/about/team">Team</ChapterLink>
<ChapterLink to="/next/about/press">Press</ChapterLink>
<ChapterLink to="/next/about/jobs">Jobs</ChapterLink>
</Column>
- <Column colWidth="2/3">
+ <Column colWidth="2/3" isPadLarge={true}>
<Heading size="medium">Creating a tokenized world where all value can flow freely.</Heading>
<Paragraph size="medium">0x Protocol is an important infrastructure layer for the emerging crypto economy and enables markets to be created that couldn't have existed before. As more assets become tokenized, public blockchains provide the opportunity to establish a new financial stack that is more efficient, transparent, and equitable than any system in the past.</Paragraph>
<Link href="/mission">Our missions and values</Link>
@@ -49,25 +50,27 @@ export const NextAboutMission = () => (
<RightThingIcon width="100" />
</Column>
<Column colWidth="2/3">
- <Heading size="medium">Do The Right Thing</Heading>
+ <Heading>Do The Right Thing</Heading>
<Paragraph isMuted={true}>We acknowledge the broad subjectivity behind doing “the right thing,” and are committed to rigorously exploring its nuance in our decision making. We believe this responsibility drives our decision making above all else, and pledge to act in the best interest of our peers, community, and society as a whole.</Paragraph>
</Column>
</Wrap>
+ <Separator/>
<Wrap>
<Column colWidth="1/3">
<ConsistentlyShipIcon width="100" />
</Column>
<Column colWidth="2/3">
- <Heading size="medium">Consistently Ship</Heading>
+ <Heading>Consistently Ship</Heading>
<Paragraph isMuted={true}>Achieving our mission requires dedication and diligence. We aspire to be an organization that consistently ships. We set high-impact goals that are rooted in data and pride ourselves in consistently outputting outstanding results across the organization.</Paragraph>
</Column>
</Wrap>
+ <Separator/>
<Wrap>
<Column colWidth="1/3">
<LongTermImpactIcon width="100" />
</Column>
<Column colWidth="2/3">
- <Heading size="medium">Focus on long-term Impact</Heading>
+ <Heading>Focus on long-term Impact</Heading>
<Paragraph isMuted={true}>We anticipate that over time, awareness of the fundamentally disruptive nature of frictionless global exchange will cause some to see this technology as a threat. There will be setbacks, some will claim that this technology is too disruptive, and we will face adversity. Persistence and a healthy long-term focus will see us through these battles.</Paragraph>
</Column>
</Wrap>