definicao de layout
This commit is contained in:
52
public/assets/pug/pages/template/footer-fixed.pug
Normal file
52
public/assets/pug/pages/template/footer-fixed.pug
Normal file
@@ -0,0 +1,52 @@
|
||||
- var theme_customizer = true;
|
||||
- var tooltip = true;
|
||||
-var footer_fix = true;
|
||||
-var footer_dark = false;
|
||||
|
||||
doctype html
|
||||
html(lang='en')
|
||||
include ../../components/header-files
|
||||
body
|
||||
include ../../components/loader
|
||||
// page-wrapper Start
|
||||
#pageWrapper.page-wrapper
|
||||
include ../../components/header
|
||||
// Page Body Start
|
||||
.page-body-wrapper.horizontal-menu
|
||||
include ../../components/sidebar
|
||||
.page-body
|
||||
.container-fluid
|
||||
.page-header
|
||||
.row
|
||||
.col-sm-6
|
||||
h3
|
||||
| Footer Fixed
|
||||
ol.breadcrumb
|
||||
li.breadcrumb-item
|
||||
a(href='index.html')
|
||||
| Home
|
||||
|
||||
li.breadcrumb-item Footers
|
||||
li.breadcrumb-item.active Footer Fixed
|
||||
.col-sm-6
|
||||
include ../../components/bookmark
|
||||
// Container-fluid starts
|
||||
.container-fluid
|
||||
.row
|
||||
.col-sm-12
|
||||
.card
|
||||
.card-header
|
||||
h5 Sample Card
|
||||
span lorem ipsum dolor sit amet, consectetur adipisicing elit
|
||||
.card-body
|
||||
p
|
||||
| "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
|
||||
| eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
|
||||
| enim ad minim veniam, quis nostrud exercitation ullamco laboris
|
||||
| nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
|
||||
| in reprehenderit in voluptate velit esse cillum dolore eu fugiat
|
||||
| nulla pariatur. Excepteur sint occaecat cupidatat non proident,
|
||||
| sunt in culpa qui officia deserunt mollit anim id est laborum."
|
||||
// Container-fluid Ends
|
||||
include ../../components/footer
|
||||
include ../../components/footer-files
|
||||
Reference in New Issue
Block a user