Add more components
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user