From 9dc32c2bcabd8f8d7c396faebbb6d18639ac0385 Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Mon, 10 Dec 2018 16:30:24 +0100 Subject: Tweaks --- packages/website/ts/@next/pages/about/jobs.tsx | 33 +++++++++++++++----------- packages/website/ts/@next/pages/about/team.tsx | 8 ++++--- 2 files changed, 24 insertions(+), 17 deletions(-) (limited to 'packages/website') diff --git a/packages/website/ts/@next/pages/about/jobs.tsx b/packages/website/ts/@next/pages/about/jobs.tsx index aa501259e..3089dfab3 100644 --- a/packages/website/ts/@next/pages/about/jobs.tsx +++ b/packages/website/ts/@next/pages/about/jobs.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import * as _ from 'lodash'; +import * as _ from 'lodash/core'; import styled from 'styled-components'; import { ChapterLink } from 'ts/@next/components/chapter_link'; @@ -72,25 +72,30 @@ export const NextAboutJobs = () => ( To create a tokenized world where all value can flow freely.We are powering a growing ecosystem of decentralized applications and solving novel challenges to make our technology intuitive, flexible, and accessible to all. Read more about our mission, and join us in building financial infrastructure upon which the exchange of anything of value will take place. + Our misson and values
- - - - Powered by a Diverse Worldwide Community - - - 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. - - + + + + Powered by a Diverse Worldwide Community + + + + + + + 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. + + - - Map of community - - + + Map of community + +
diff --git a/packages/website/ts/@next/pages/about/team.tsx b/packages/website/ts/@next/pages/about/team.tsx index 74659237e..c8764b033 100644 --- a/packages/website/ts/@next/pages/about/team.tsx +++ b/packages/website/ts/@next/pages/about/team.tsx @@ -1,11 +1,13 @@ import * as React from 'react'; import { Link as ReactRouterLink } from 'react-router-dom'; import styled from 'styled-components'; +import * as _ from 'lodash/core'; import { colors } from 'ts/style/colors'; import { ChapterLink } from 'ts/@next/components/chapter_link'; import { Column, Section, Wrap } from 'ts/@next/components/layout'; +import { Link } from 'ts/@next/components/link'; import { SiteWrap } from 'ts/@next/components/siteWrap'; import { Heading, Paragraph } from 'ts/@next/components/text'; @@ -162,7 +164,7 @@ export const NextAboutTeam = () => ( We are a global, growing team We are a distributed team with backgrounds in engineering, academic research, business, and design. The 0x Core Team is passionate about accelerating the adoption decentralized technology and believe in its potential to be an equalizing force in the world. Join us and do the most impactful work of your life. - Join the Team (arrow) + Join the Team
@@ -175,7 +177,7 @@ export const NextAboutTeam = () => ( - {team.map((info, index) => )} + {_.map(team, (info, index) => )} @@ -189,7 +191,7 @@ export const NextAboutTeam = () => ( - {advisors.map((info, index) => )} + {_.map(advisors, (info, index) => )} -- cgit v1.2.3