Add fullpic as a new component

This commit is contained in:
Dita Aji Pratama 2025-03-18 14:43:03 +07:00
parent cb2675cf92
commit 9151c093d2
2 changed files with 7 additions and 0 deletions

View 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>

View File

@ -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" ],