sync/templates/footer.jade

11 lines
715 B
Plaintext
Raw Normal View History

mixin footer
footer#footer
.container
p.text-muted.credit.
2014-12-31 17:06:29 +00:00
Copyright &copy; 2013-2015 Calvin Montgomery&nbsp;&middot;&nbsp;<a href="https://github.com/calzoneman/sync">GitHub</a>&nbsp;&middot;&nbsp;<a href="/useragreement">User Agreement</a>&nbsp;&middot;&nbsp;<a href="/contact">Contact</a>&nbsp;&middot;&nbsp;<a href="https://github.com/calzoneman/sync/wiki">Wiki</a>
script(src="//code.jquery.com/jquery-1.11.0.min.js")
2014-01-22 05:04:06 +00:00
// Must be included before jQuery-UI since jQuery-UI overrides jQuery.fn.button
// I should really abandon this crap one day
script(src="//code.jquery.com/ui/1.10.3/jquery-ui.js")
script(src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js")