Reworking of homepage
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
header.navbar.navbar-static-top
|
||||
.bg
|
||||
.container
|
||||
a.navbar-brand(href='/') lunch run me
|
||||
small.navbar-text ...where lunch runs are fun
|
||||
header.navbar.navbar-default
|
||||
a.navbar-brand(href='/') lunch run me
|
||||
small.navbar-text ...where lunch runs are fun
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
extends ../layout
|
||||
|
||||
block content
|
||||
#content
|
||||
.row
|
||||
#welcome.col-sm-3.offset-sm-1
|
||||
| hello there
|
||||
|
||||
@@ -17,10 +17,10 @@ html(lang="en",ng-app="lunchApp")
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
body(ng-controller="BodyCtrl")
|
||||
include header
|
||||
#page
|
||||
div(ng-view)
|
||||
include footer
|
||||
.container
|
||||
#page
|
||||
block content
|
||||
div(ng-view)
|
||||
|
||||
// TEMPLATES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user