From b6be92e40b3f12e04a583400f32b76dcf6ccb4d6 Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Mon, 3 Dec 2018 14:43:19 +0100 Subject: Updated press content --- packages/website/ts/@next/pages/about/press.tsx | 62 +++++++++++-------------- 1 file changed, 28 insertions(+), 34 deletions(-) (limited to 'packages/website') diff --git a/packages/website/ts/@next/pages/about/press.tsx b/packages/website/ts/@next/pages/about/press.tsx index 019bbf037..e222434b4 100644 --- a/packages/website/ts/@next/pages/about/press.tsx +++ b/packages/website/ts/@next/pages/about/press.tsx @@ -1,5 +1,6 @@ import * as React from 'react'; import styled from 'styled-components'; +import { Link as ReactRouterLink } from 'react-router-dom'; import { colors } from 'ts/style/colors'; @@ -18,59 +19,52 @@ export const NextAboutPress = () => (
- Our Mission - Team - Press - Jobs + Our Mission + Team + Press + Jobs - Creating a tokenized world where all value can flow freely. - 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. - Our missions and values (arrow) - - -
- -
- - - -
+ Press Highlights + Want to write about 0x? Get in touch, or download our press kit. -
- - - Core
Values
-
+ + + Fortune + + + The difference is that 0x is decentralized, operating as a series of anonymous nodes... + Read Article + + - - + Fortune - Do The Right Thing - 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. + The difference is that 0x is decentralized, operating as a series of anonymous nodes... + Read Article + - + Fortune - Consistently Ship - 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. + The difference is that 0x is decentralized, operating as a series of anonymous nodes... + Read Article + - + Fortune - Focus on long-term Impact - 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. + The difference is that 0x is decentralized, operating as a series of anonymous nodes... + Read Article @@ -79,7 +73,7 @@ export const NextAboutPress = () => ( ); -const ChapterLink = styled.a` +const ChapterLink = styled(ReactRouterLink)` font-size: 1.222222222rem; display: block; opacity: 0.8; -- cgit