add login page
Showing
135 changed files
with
1609 additions
and
1 deletions
.bowerrc
0 → 100644
.editorconfig
0 → 100644
.ember-cli
0 → 100644
.gitignore
0 → 100644
.jshintrc
0 → 100644
.travis.yml
0 → 100644
.watchmanconfig
0 → 100644
app/app.js
0 → 100644
app/components/.gitkeep
0 → 100644
File mode changed
app/components/language-selector.js
0 → 100644
app/controllers/.gitkeep
0 → 100644
File mode changed
app/helpers/.gitkeep
0 → 100644
File mode changed
app/helpers/is-equal.js
0 → 100644
app/index.html
0 → 100644
app/locales/en/config.js
0 → 100644
app/locales/en/translations.js
0 → 100644
app/locales/zh-cn/config.js
0 → 100644
app/locales/zh-cn/translations.js
0 → 100644
app/models/.gitkeep
0 → 100644
File mode changed
app/resolver.js
0 → 100644
app/router.js
0 → 100644
app/routes/.gitkeep
0 → 100644
File mode changed
app/routes/account.js
0 → 100644
app/routes/passphrase.js
0 → 100644
app/styles/account.less
0 → 100644
app/styles/app.less
0 → 100644
app/styles/buttons.less
0 → 100644
app/styles/elements.less
0 → 100644
This diff is collapsed.
Click to expand it.
app/styles/images.less
0 → 100644
app/styles/language.less
0 → 100644
app/styles/material.less
0 → 100644
app/styles/pass.less
0 → 100644
app/styles/variables.less
0 → 100644
app/templates/account.hbs
0 → 100644
app/templates/application.hbs
0 → 100644
app/templates/components/.gitkeep
0 → 100644
File mode changed
app/templates/loading.hbs
0 → 100644
app/templates/passphrase.hbs
0 → 100644
bower.json
0 → 100644
config/environment.js
0 → 100644
ember-cli-build.js
0 → 100644
favicon.ico
0 → 100644
No preview for this file type
package.json
0 → 100644
public/crossdomain.xml
0 → 100644
public/font/material-design-icons
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
public/font/roboto
0 → 100644
public/images/account.png
0 → 100644
4.22 KB
public/images/apple-touch-icon-114x114.png
0 → 100644
3.26 KB
public/images/apple-touch-icon-120x120.png
0 → 100644
3.51 KB
public/images/apple-touch-icon-144x144.png
0 → 100644
4.13 KB
public/images/apple-touch-icon-152x152.png
0 → 100644
4.36 KB
public/images/apple-touch-icon-57x57.png
0 → 100644
1.56 KB
public/images/apple-touch-icon-60x60.png
0 → 100644
1.64 KB
public/images/apple-touch-icon-72x72.png
0 → 100644
2 KB
public/images/apple-touch-icon-76x76.png
0 → 100644
2.16 KB
public/images/banner.jpg
0 → 100644
607 KB
public/images/ebookchain-logo-40x40.png
0 → 100644
1.1 KB
public/images/ebookchain-logo-70x70.png
0 → 100644
1.98 KB
public/images/favicon-128.png
0 → 100644
3.88 KB
public/images/favicon-16x16.png
0 → 100644
476 Bytes
public/images/favicon-196x196.png
0 → 100644
5.8 KB
public/images/favicon-32x32.png
0 → 100644
900 Bytes
public/images/favicon-96x96.png
0 → 100644
2.93 KB
public/images/favicon.ico
0 → 100644
No preview for this file type
public/images/favicon.png
0 → 100644
1.33 KB
public/images/flags/de.png
0 → 100644
947 Bytes
public/images/flags/en.png
0 → 100644
1.47 KB
public/images/flags/hu.png
0 → 100644
2.79 KB
public/images/flags/nl.png
0 → 100644
2.86 KB
public/images/flags/ru.png
0 → 100644
977 Bytes
public/images/flags/zh-cn.png
0 → 100644
1.29 KB
public/images/github_logo.png
0 → 100644
12.7 KB
public/images/logo-grey.png
0 → 100644
4.57 KB
public/images/logo-white.png
0 → 100644
4.5 KB
public/images/logo.png
0 → 100644
9.55 KB
public/images/mstile-144x144.png
0 → 100644
4.13 KB
public/images/mstile-150x150.png
0 → 100644
4.29 KB
public/images/mstile-28.png
0 → 100644
3.38 KB
public/images/mstile-310x310.png
0 → 100644
9.55 KB
public/images/mstile-70x70.png
0 → 100644
1.98 KB
public/images/nav_logo.png
0 → 100644
3.75 KB
public/images/roller_coaster.png
0 → 100644
3.23 KB
public/images/sia_logo.png
0 → 100644
26.5 KB
public/images/spinner.gif
0 → 100644
11.8 KB
public/images/sprites/arrow.png
0 → 100644
1.17 KB
public/images/sprites/iconset.png
0 → 100644
5.89 KB
public/images/sprites/navicons.png
0 → 100644
7.78 KB
public/images/sprites/widgets.png
0 → 100644
15.6 KB
public/images/weixin-108.png
0 → 100644
5.66 KB
public/robots.txt
0 → 100644
testem.js
0 → 100644
tests/.jshintrc
0 → 100644
tests/helpers/destroy-app.js
0 → 100644
tests/helpers/module-for-acceptance.js
0 → 100644
tests/helpers/resolver.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/helpers/start-app.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
tests/integration/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test-helper.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/routes/account-test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/routes/passphrase-test.js
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/materialize/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/materialize/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/materialize/css/materialize.css
0 → 100644
This diff could not be displayed because it is too large.
vendor/materialize/css/materialize.min.css
0 → 100644
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
vendor/materialize/js/materialize.js
0 → 100644
This diff could not be displayed because it is too large.
vendor/materialize/js/materialize.min.js
0 → 100644
This diff could not be displayed because it is too large.
-
Please register or sign in to post a comment