Add more components

This commit is contained in:
Tom Raithel
2017-02-21 22:58:35 +01:00
parent f284b4b310
commit 33b4d112a0
9 changed files with 125 additions and 46 deletions

View File

@@ -3,11 +3,12 @@ import { connect } from 'react-redux';
import actions from '../actions';
import Header from './Header';
import Footer from './Footer';
import Router from './Router';
function App(props) {
return (
<div className="js--body">
<div>
<div className="page">
<div className="page__header">
<Header {...props} />
@@ -16,14 +17,7 @@ function App(props) {
<Router {...props} />
</div>
<div className="page__footer">
<div className="branding">
<span className="branding__logo"><img src="/assets/logo.svg"/></span>
<div className="branding__content"><span className="footnote">AOE is a leading provider of Enterprise Open Source web solutions.
Using current agile development methods, more than 250+ developers
and consultants in 8 global locations develop customized Open Source
solutions for global companies and corporations.</span>
</div>
</div>
<Footer {...props} />
</div>
</div>
</div>