Base of project created

This commit is contained in:
Sebastian Seedorf
2016-01-26 18:24:31 +01:00
parent 89a8e5403e
commit 01f4a0cd49
933 changed files with 171161 additions and 0 deletions

20
node_modules/jade-bootstrap/layouts/sticky-footer.jade generated vendored Normal file
View File

@@ -0,0 +1,20 @@
extends ../_bootstrap
append styles
// Custom styles for this template
link(href='../css/sticky-footer.css', rel='stylesheet')
block body
// Begin page content
.container
.page-header
h1 Sticky footer
p.lead
| Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.
p
| Use
a(href='../sticky-footer-navbar') the sticky footer with a fixed navbar
| if need be, too.
footer.footer
.container
p.text-muted Place sticky footer content here.