Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
Links and Arch Diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
RAMRATAN VENNAM committed Sep 24, 2016
1 parent 3bdc5b7 commit a61561c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
@@ -1,6 +1,6 @@
import React from 'react';
import { Card, CardMedia } from 'material-ui/Card';
import Diagram from '../assets/img/diagram.png';
import Diagram from '../assets/img/Architecture_Diagram.png';
import Graph from '../assets/img/graph.svg';
import classes from './ArchDiagram.scss';

Expand Down
4 changes: 3 additions & 1 deletion src/routes/Home/components/LandingPage/Footer/Footer.jsx
Expand Up @@ -6,7 +6,9 @@ export const Footer = () => (
<div className={classes.footer}>
<div className={classes.gradient} />
<h4>Learn more on the Logistics Wizard Wiki</h4>
<GhostButton label="Github Wiki" className={classes.button} />
<a href="https://github.com/IBM-Bluemix/logistics-wizard/wiki">
<GhostButton label="Github Wiki" className={classes.button} />
</a>
</div>
);

Expand Down
7 changes: 4 additions & 3 deletions src/routes/Home/components/LandingPage/Header/Header.jsx
@@ -1,5 +1,6 @@
import React from 'react';
import { Icon } from 'react-fa';
import { Link } from 'react-router';

// Material UI
import IconButton from 'material-ui/IconButton';
Expand All @@ -21,16 +22,16 @@ const styles = {

export const Header = () => (
<div className={classes.header}>


<div className={classes.background}>
<img src={Background} role="presentation" className={classes.map} />
</div>

<Toolbar style={styles.toolbar}>
<ToolbarTitle text="Logistics Wizard" style={styles.title} className={classes.title} />
<div className={classes.topLink}>
<p className={classes.text}>Github Source Code</p>
<a href="https://github.com/IBM-Bluemix/logistics-wizard">
<p className={classes.text}>Github Source Code</p>
</a>
</div>
</Toolbar>

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a61561c

Please sign in to comment.