diff --git a/public/components/pages/AboutPage.jsx b/public/components/pages/AboutPage.jsx index cddd371..d76831f 100644 --- a/public/components/pages/AboutPage.jsx +++ b/public/components/pages/AboutPage.jsx @@ -6,34 +6,26 @@ * styles/components/_page--style-about.scss * * Version: - * 1.0.0 - 2018/03/11 + * 1.0.0 - 2018/03/18 */ import React from 'react'; +import { connect } from 'react-redux'; + +import Language from './../../language/Language'; import Page from './../Page'; import BlankPromo from './../sections/BlankPromo'; import BodySection from './../sections/BodySection'; import SplitSection from './../sections/SplitSection'; -import { connect } from 'react-redux'; -import Language from './../../language/Language'; - +import VideoTitle from './../title/VideoTitle'; import Window95 from './../w95/Window95'; import domsHead from './../../images/profile.png'; - -const ProgrammingBox = function(props) { - return ( -
- {Language.get("about."+props.language+".description")} -
-{Language.get("about.descriptions.welcome")}
} - rightClass="c-page--style-about__blurb" - full - /> - - -{ Language.get("about.descriptions.welcome") }
- { Language.get("about.descriptions.me") } -
- -{ Language.get("about.descriptions.programming")}
- -{ Language.get("about.descriptions.other")}
-