Skip to content

Commit

Permalink
Merge pull request #3 from sellerlabs/kfbow/new-home-page
Browse files Browse the repository at this point in the history
LoginPage
  • Loading branch information
kfbow authored Jan 11, 2017
2 parents e532aff + 56620f1 commit 0edc542
Show file tree
Hide file tree
Showing 12 changed files with 767 additions and 22 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ lib

# CSV generated from language files by scripts/lang2csv
lang.csv

# Other
*.DS_Store
.DS_Store
4 changes: 4 additions & 0 deletions config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ module.exports = {
loader: "eslint-loader",
exclude: /node_modules/,
},
{
test: /\.(ico|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2)(\?.*)?$/,
loader: "url-loader?limit=100000"
},
],
},
plugins: [
Expand Down
266 changes: 260 additions & 6 deletions index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"bowser": "^1.5.0",
"color": "^0.11.4",
"immutable": "^3.8.1",
"material-ui": "^0.16.6",
"react": "^15.4.0",
"react-cellblock": "^2.0.0",
"react-dom": "^15.4.0",
"react-redux": "^4.4.5",
"redux": "^3.6.0"
Expand Down
43 changes: 43 additions & 0 deletions src/components/LoginPage/images/menu-logo-fbg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0edc542

Please sign in to comment.