Add fullpic as a new component
This commit is contained in:
parent
cb2675cf92
commit
9151c093d2
6
templates/SBModernBiz/html/components/fullpic.html
Normal file
6
templates/SBModernBiz/html/components/fullpic.html
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<header class="py-5 bg-image-full" style="background-image: url('https://source.unsplash.com/wfh8dDlNFOk/1600x900')">
|
||||||
|
<div class="text-center my-5">
|
||||||
|
<h1 class="text-white fs-3 fw-bolder">Full Width Pics</h1>
|
||||||
|
<p class="text-white-50 mb-0">Landing Page Template</p>
|
||||||
|
</div>
|
||||||
|
</header>
|
@ -15,6 +15,7 @@ def main(dir, page):
|
|||||||
"index" : html_template [ "index.html" ],
|
"index" : html_template [ "index.html" ],
|
||||||
"navbar" : html_template [ "navbar.html" ],
|
"navbar" : html_template [ "navbar.html" ],
|
||||||
"footer" : html_template [ "footer.html" ],
|
"footer" : html_template [ "footer.html" ],
|
||||||
|
"fullpic" : html_components [ "fullpic.html" ],
|
||||||
"header" : html_components [ "header.html" ],
|
"header" : html_components [ "header.html" ],
|
||||||
"features" : html_components [ "features.html" ],
|
"features" : html_components [ "features.html" ],
|
||||||
"testimonial" : html_components [ "testimonial.html" ],
|
"testimonial" : html_components [ "testimonial.html" ],
|
||||||
|
Loading…
Reference in New Issue
Block a user