About page and navigation updates
This commit is contained in:
@@ -5,5 +5,8 @@ nav {
|
||||
&:hover {
|
||||
color: #999;
|
||||
}
|
||||
.glyphicon {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user