From 35f7dd71e94e61ce685976094c133634119dc636 Mon Sep 17 00:00:00 2001 From: Steve Klebanoff Date: Mon, 17 Dec 2018 14:37:18 -0800 Subject: prettify about page --- .../ts/@next/components/sections/landing/about.tsx | 47 ++++++---------------- 1 file changed, 13 insertions(+), 34 deletions(-) (limited to 'packages/website') diff --git a/packages/website/ts/@next/components/sections/landing/about.tsx b/packages/website/ts/@next/components/sections/landing/about.tsx index ee1cfb434..11151846a 100644 --- a/packages/website/ts/@next/components/sections/landing/about.tsx +++ b/packages/website/ts/@next/components/sections/landing/about.tsx @@ -1,10 +1,10 @@ import * as React from 'react'; import styled from 'styled-components'; -import {Button} from 'ts/@next/components/button'; -import {Icon, InlineIconWrap} from 'ts/@next/components/icon'; -import {Column, FlexWrap, Section} from 'ts/@next/components/newLayout'; -import {Paragraph} from 'ts/@next/components/text'; +import { Button } from 'ts/@next/components/button'; +import { Icon, InlineIconWrap } from 'ts/@next/components/icon'; +import { Column, FlexWrap, Section } from 'ts/@next/components/newLayout'; +import { Paragraph } from 'ts/@next/components/text'; interface FigureProps { value: string; @@ -20,20 +20,12 @@ export const SectionLandingAbout = () => ( - - Anyone in the world can use 0x to service a wide variety of markets ranging from gaming items to financial instruments to assets that could have never existed before. + + Anyone in the world can use 0x to service a wide variety of markets ranging from gaming items to financial + instruments to assets that could have never existed before. - @@ -46,32 +38,19 @@ export const SectionLandingAbout = () => ( /> -
+
-
+
-
+
); const Figure = (props: FigureProps) => ( - - {props.value} - - - {props.description} - + {props.value} + {props.description} ); -- cgit v1.2.3 From 1f59c99532228129c69f3772d399fbb1b22ba8df Mon Sep 17 00:00:00 2001 From: Steve Klebanoff Date: Mon, 17 Dec 2018 14:42:08 -0800 Subject: total stats --- packages/website/ts/@next/components/sections/landing/about.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/website') diff --git a/packages/website/ts/@next/components/sections/landing/about.tsx b/packages/website/ts/@next/components/sections/landing/about.tsx index 11151846a..9c2c29446 100644 --- a/packages/website/ts/@next/components/sections/landing/about.tsx +++ b/packages/website/ts/@next/components/sections/landing/about.tsx @@ -38,11 +38,11 @@ export const SectionLandingAbout = () => ( /> -
+
-
+
-
+
); -- cgit v1.2.3