From 6b37f739353f277074c4e402510780623d38a26f Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Mon, 28 May 2018 01:17:14 +1000 Subject: [PATCH] Added Split Section (for contact page) --- public/page/contact/ContactPage.jsx | 68 +++++++++++--------- public/section/split/SplitSection.jsx | 47 ++++++++++++++ public/styles/components/_split-section.scss | 23 +++++++ 3 files changed, 107 insertions(+), 31 deletions(-) create mode 100644 public/section/split/SplitSection.jsx create mode 100644 public/styles/components/_split-section.scss diff --git a/public/page/contact/ContactPage.jsx b/public/page/contact/ContactPage.jsx index b634340..d35f818 100644 --- a/public/page/contact/ContactPage.jsx +++ b/public/page/contact/ContactPage.jsx @@ -27,6 +27,7 @@ import Page, { PageBoundary } from './../Page'; import Section, { BodySection } from './../../section/Section'; import Input, { Form, InputGroup, TextArea, Label, ButtonGroup } from './../../input/input'; import Language from './../../language/Language'; +import SplitSection, { Split } from './../../section/split/SplitSection'; class ContactPage extends React.Component { constructor(props) { @@ -50,42 +51,47 @@ class ContactPage extends React.Component {
- - -
- - - - + + + + + + + + - - - - + + + + - - -