mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-25 10:15:14 +02:00
- 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:
@@ -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')
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user