Base of project created
This commit is contained in:
29
node_modules/jade-bootstrap/layouts/cover.jade
generated
vendored
Normal file
29
node_modules/jade-bootstrap/layouts/cover.jade
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
extends ../_bootstrap
|
||||
append styles
|
||||
// !-- Custom styles for this template --
|
||||
link(href="../css/cover.css", rel="stylesheet")
|
||||
|
||||
block body
|
||||
.site-wrapper
|
||||
.site-wrapper-inner
|
||||
.cover-container
|
||||
.masthead.clearfix
|
||||
.inner
|
||||
h3.masthead-brand Cover
|
||||
nav
|
||||
ul.nav.masthead-nav
|
||||
li.active
|
||||
a(href="#") Home
|
||||
li
|
||||
a(href="#") Features
|
||||
li
|
||||
a(href="#") Contact
|
||||
.inner.cover
|
||||
h1.cover-heading Cover your page.
|
||||
p.lead Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.
|
||||
p.lead
|
||||
a(href="#", class="btn btn-lg btn-default") Learn more
|
||||
|
||||
.mastfoot
|
||||
.inner
|
||||
p Cover template for <a href="http://getbootstrap.com">Bootstrap </a>, by <a href="https://twitter.com/mdo">@mdo</a>.
|
||||
Reference in New Issue
Block a user