20 lines
526 B
Plaintext
20 lines
526 B
Plaintext
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
|
|
|