Re-organized templates/partials and hierarchy.

This commit is contained in:
Bob Vandevliet 2025-12-18 12:43:13 +01:00
parent ff363f50e9
commit c23bed009f
8 changed files with 60 additions and 54 deletions

View file

@ -2,7 +2,7 @@
<html lang="nl" data-bs-theme="dark">
<head>
<!--# include file="/includes/head.html" -->
<!--# include file="/includes/partials/head-content.html" -->
<title>Vandevliet Aerial Shots</title>
<meta name="description" content="FPV dronevideo's voor bedrijven, vastgoed, recreatie, sport en evenementen.">
@ -17,7 +17,7 @@
<body>
<header>
<!--# include file="/includes/nav.html" -->
<!--# include file="/includes/components/nav.html" -->
<div class="hero position-relative overflow-hidden" style="height: 100vh;">
<div class="hero-body position-absolute bottom-0" style="z-index: 1;">
@ -190,7 +190,13 @@
</section>
</main>
<!--# include file="/includes/footer.html" -->
<footer class="bg-secondary-subtle pt-3">
<section class="container-xxl">
<!--# include file="/includes/components/contact-row.html" -->
</section>
<!--# include file="/includes/partials/footer-bottom.html" -->
</footer>
</body>
</html>