/* * About Page * About that one lad. * * Dependencies: * styles/components/_page--style-about.scss * * Version: * 1.0.0 - 2018/03/11 */ import React from 'react'; import Page from './../Page'; import Poly from './../sections/Poly'; import BodySection from './../sections/BodySection'; import SplitSection from './../sections/SplitSection'; import { connect } from 'react-redux'; import Language from './../../language/Language'; 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" />{ Language.get("about.descriptions.me") }
{ Language.get("about.descriptions.programming")}
{ Language.get("about.descriptions.other")}