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

18
node_modules/jade-bootstrap/layouts/starter.jade generated vendored Normal file
View File

@@ -0,0 +1,18 @@
extends ../_bootstrap
append styles
// Custom styles for this template
link(href='../css/starter-template.css', rel='stylesheet')
block body
+navbar-fixed("Project name","navbar","inverse")
+nav_item("#","active") Home
+nav_item("#") About
+nav_item("#") Contact
.container
.starter-template
h1 Bootstrap starter template
p.lead
| Use this document as a way to quickly start any new project.
br
| All you get is this text and a mostly barebones HTML document.