Pretty good looking homepage

This commit is contained in:
Ben Ramey
2014-04-07 21:40:35 -05:00
parent 4da312566e
commit 29206122aa
6 changed files with 42 additions and 22 deletions

View File

@@ -1,19 +1,4 @@
extends ../layout
block content
#home-page
.row
.col-xs-12.col-sm-6.offset-md-2
#logo.pod
h1 lunch run me
.row
.col-xs-12.col-sm-6.offset-md-2
#welcome.pod
| hello there
.row
.col-xs-12.col-sm-6.offset-md-2
#cta.pod
a.btn.btn-block
| start a run  
span.glyphicon.glyphicon-chevron-right
div(ng-view)

View File

@@ -20,8 +20,6 @@ html(lang="en",ng-app="lunchApp")
.container
#page
block content
div(ng-view)
// TEMPLATES
// TEMPLATES END