Skip to content

Commit

Permalink
commit mui#5: EzyStoreMan logo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNgv committed Dec 7, 2016
1 parent 066c22d commit c47af99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions david-docs/src/app/components/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ class HomePage extends Component {
overflow: 'hidden',
},
svgLogo: {
marginLeft: window.innerWidth * 0.5 - 130,
width: 330,
height: 112,
// marginLeft: window.innerWidth * 0.5 - 130,
marginLeft: (window.innerWidth - 540 * 0.7) / 2,
width: 540 * 0.7,
height: 460 * 0.7,
},
tagline: {
margin: '16px auto 0 auto',
Expand Down Expand Up @@ -81,7 +82,8 @@ class HomePage extends Component {

return (
<FullWidthSection style={styles.root}>
<img style={styles.svgLogo} src="images/material-ui-logo.svg" />
{/*<img style={styles.svgLogo} src="images/material-ui-logo.svg" />*/}
<img style={styles.svgLogo} src="images/store-man-logo-2.png" />
<div style={styles.tagline}>
<h1 style={styles.h1}>EzyStoreMan</h1>
<h2 style={styles.h2}>
Expand Down Expand Up @@ -145,18 +147,18 @@ class HomePage extends Component {
return (
<FullWidthSection useContent={true} contentStyle={styles}>
<HomeFeature
heading="Stock In"
heading="Stock-In-Out"
route="/"
img="images/get-started.svg"
firstChild={true}
/>
<HomeFeature
heading="Sales"
heading="POS-Sales"
route="/"
img="images/css-framework.svg"
/>
<HomeFeature
heading="Payments"
heading="Payment-Cash-Owned"
route="/"
img="images/components.svg"
lastChild={true}
Expand Down
Binary file added david-docs/src/www/images/store-man-logo-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added david-docs/src/www/images/store-man-logo-2.png
Loading
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 c47af99

Please sign in to comment.