Updated footer
This commit is contained in:
@ -15,8 +15,7 @@ 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 || [];
|
||||||
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
|
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
#footer
|
#footer
|
||||||
ul.list-inline.pull-left
|
.container
|
||||||
li © 2014 Company, Inc.
|
ul.list-inline.pull-left
|
||||||
li
|
li © 2014 Company, Inc.
|
||||||
a(href='#') Terms of Use
|
ul.list-inline.pull-right
|
||||||
li
|
li
|
||||||
a(href='#') Privacy Policy
|
a(href='#') Terms of Use
|
||||||
li
|
li
|
||||||
a(href='https://github.com/sahat/hackathon-starter') GitHub Project
|
a(href='#') Privacy Policy
|
||||||
li
|
li
|
||||||
a(href='https://github.com/sahat/hackathon-starter/issues') Issues
|
a(href='https://github.com/sahat/hackathon-starter') GitHub Project
|
||||||
ul.list-inline.pull-right
|
li
|
||||||
|
a(href='https://github.com/sahat/hackathon-starter/issues') Issues
|
||||||
|
Reference in New Issue
Block a user