About page and navigation updates

This commit is contained in:
Ben Ramey
2014-05-13 11:50:50 -05:00
parent 11d9664a73
commit 28d1764fec
2 changed files with 14 additions and 1 deletions

View File

@@ -5,5 +5,8 @@ nav {
&:hover {
color: #999;
}
.glyphicon {
margin-right: 10px;
}
}
}

View File

@@ -13,4 +13,14 @@ nav.navbar(role='navigation')
.collapse.navbar-collapse#main-nav
ul.nav.navbar-nav
li
a(href='/') home
a(href='/')
span.glyphicon.glyphicon-home
| home
li
a(href='/about')
span.glyphicon.glyphicon-info-sign
| about
li
a(href='/#/run/create')
span.glyphicon.glyphicon-chevron-right
| start a run!