Skip to content

Commit

Permalink
Merge pull request #109 from sinahab/master
Browse files Browse the repository at this point in the history
Add new /emergent-consensus page and move the alternate one to /emergent-consensusBU
  • Loading branch information
trevinhofmann authored Mar 21, 2017
2 parents a672587 + 0e1637a commit 57b3ef2
Show file tree
Hide file tree
Showing 10 changed files with 231 additions and 120 deletions.
Binary file added src/public/img/emergent-consensus/1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 3 additions & 1 deletion src/public/views/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ import Buip from './pages/buip.jsx';
import Members from './pages/members.jsx';
import Resources from './pages/resources.jsx';
import Articles from './pages/articles.jsx';
import EmergentConsensusBU from './pages/emergent-consensus-bu.jsx';
import EmergentConsensus from './pages/emergent-consensus.jsx';
import NotFound from './pages/not-found.jsx';
import Conferences from './pages/conferences.jsx';
import Donate from './pages/donate.jsx';
import EmergentConsensus from './pages/emergent-consensus.jsx';

ReactDOM.render((
<Router history={createHistory()}>
Expand All @@ -30,6 +31,7 @@ ReactDOM.render((
<Route path='articles' component={Articles} />
<Route path='conferences' component={Conferences} />
<Route path='donate' component={Donate} />
<Route path='emergent-consensusBU' component={EmergentConsensusBU} />
<Route path='emergent-consensus' component={EmergentConsensus} />
<Route path='*' component={NotFound} />
</Route>
Expand Down
176 changes: 176 additions & 0 deletions src/public/views/pages/emergent-consensus-bu.jsx

Large diffs are not rendered by default.

171 changes: 52 additions & 119 deletions src/public/views/pages/emergent-consensus.jsx

Large diffs are not rendered by default.

0 comments on commit 57b3ef2

Please sign in to comment.