Updated footer
This commit is contained in:
@ -15,7 +15,6 @@ html
|
|||||||
.container
|
.container
|
||||||
include partials/flash
|
include partials/flash
|
||||||
block content
|
block content
|
||||||
.container
|
|
||||||
include partials/footer
|
include partials/footer
|
||||||
script.
|
script.
|
||||||
var _gaq = _gaq || [];
|
var _gaq = _gaq || [];
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#footer
|
#footer
|
||||||
|
.container
|
||||||
ul.list-inline.pull-left
|
ul.list-inline.pull-left
|
||||||
li © 2014 Company, Inc.
|
li © 2014 Company, Inc.
|
||||||
|
ul.list-inline.pull-right
|
||||||
li
|
li
|
||||||
a(href='#') Terms of Use
|
a(href='#') Terms of Use
|
||||||
li
|
li
|
||||||
@ -9,5 +11,3 @@
|
|||||||
a(href='https://github.com/sahat/hackathon-starter') GitHub Project
|
a(href='https://github.com/sahat/hackathon-starter') GitHub Project
|
||||||
li
|
li
|
||||||
a(href='https://github.com/sahat/hackathon-starter/issues') Issues
|
a(href='https://github.com/sahat/hackathon-starter/issues') Issues
|
||||||
ul.list-inline.pull-right
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user