- Adding data folder for external data.

- Adding Layout Controller.
- Start adding STF 1 layout
- Refactored graphics to a common repository.
- Added all bower/npm dependencies needed for now.
This commit is contained in:
Gunther Brunner
2014-03-11 18:43:53 +09:00
parent 5bba97de78
commit a3870f93e9
15 changed files with 96 additions and 38 deletions

View File

@@ -6,4 +6,4 @@ html
include partials/styles
body(ng-cloak)
div(ng-view)
script(src='/static/lib/requirejs/require.js', data-main='static/scripts/main.js')
script(src='/static/bower_components/requirejs/require.js', data-main='static/scripts/main.js')

View File

@@ -1,7 +1,7 @@
.login2
.login-wrapper
a(href='./')
img(width='128', height='128', src='/static/images/logo-128.png', title='STF')
img(width='128', height='128', src='/static/bower_components/stf-graphics/logo/exports/STF-128.png', title='STF')
form(name='signin', novalidate, ng-submit='submit()')
.alert.alert-danger(ng-show='error')

View File

@@ -1,6 +1,6 @@
link(href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700', media='all', rel='stylesheet', type='text/css')
link(rel='stylesheet', href='/static/lib/se7en-bootstrap-3/build/stylesheets/bootstrap.min.css')
link(rel='stylesheet', href='/static/lib/se7en-bootstrap-3/build/stylesheets/se7en-font.css')
link(rel='stylesheet', href='/static/lib/se7en-bootstrap-3/build/stylesheets/style.css')
link(rel='stylesheet', href='/static/lib/se7en-bootstrap-3/build/stylesheets/font-awesome.min.css')
link(rel='stylesheet', href='/static/bower_components/se7en-bootstrap-3/build/stylesheets/bootstrap.min.css')
link(rel='stylesheet', href='/static/bower_components/se7en-bootstrap-3/build/stylesheets/se7en-font.css')
link(rel='stylesheet', href='/static/bower_components/se7en-bootstrap-3/build/stylesheets/style.css')
link(rel='stylesheet', href='/static/bower_components/se7en-bootstrap-3/build/stylesheets/font-awesome.min.css')
link(rel='stylesheet', href='/static/styles/login.css')