Title and description variables.

This commit is contained in:
Bob Vandevliet 2025-12-18 19:58:43 +01:00
parent cdb2302408
commit 72b3e436f4
5 changed files with 25 additions and 22 deletions

View file

@ -2,7 +2,7 @@
<html lang="nl" data-bs-theme="dark"> <html lang="nl" data-bs-theme="dark">
<head> <head>
<!--# include file="/includes/partials/head-content.html" --> <!--# include file='/includes/partials/head-content.html' -->
<title>Vandevliet Aerial Shots</title> <title>Vandevliet Aerial Shots</title>
<meta name="description" content="FPV dronevideo's voor bedrijven, vastgoed, recreatie, sport en evenementen."> <meta name="description" content="FPV dronevideo's voor bedrijven, vastgoed, recreatie, sport en evenementen.">
@ -17,20 +17,20 @@
<body class="d-flex flex-column min-vh-100"> <body class="d-flex flex-column min-vh-100">
<header> <header>
<!--# include file="/includes/components/nav.html" --> <!--# include file='/includes/components/nav.html' -->
</header> </header>
<main> <main>
<section class="container-xxl pb-0"> <section class="container-xxl pb-0">
<h1 id="contact" class="text-center">Contact</h1> <h1 id="contact" class="text-center">Contact</h1>
<!--# include file="/includes/components/contact-row.html" --> <!--# include file='/includes/components/contact-row.html' -->
</section> </section>
<!-- Nothing more here yet, contact form will be added later, contact info is in the footer --> <!-- Nothing more here yet, contact form will be added later, contact info is in the footer -->
</main> </main>
<footer class="bg-secondary-subtle"> <footer class="bg-secondary-subtle">
<!--# include file="/includes/partials/footer-bottom.html" --> <!--# include file='/includes/partials/footer-bottom.html' -->
</footer> </footer>
</body> </body>

View file

@ -12,7 +12,7 @@
<a href="mailto:bob@vandevliet-aerialshots.com">bob@vandevliet-aerialshots.com</a> <a href="mailto:bob@vandevliet-aerialshots.com">bob@vandevliet-aerialshots.com</a>
<br>Arnhem, Gelderland <br>Arnhem, Gelderland
</p> </p>
<!-- <p><a class="btn btn-primary" href="/contact">Offerte aanvragen</a></p> --> <!-- <p><a class='btn btn-primary' href='/contact'>Offerte aanvragen</a></p> -->
<p class="fs-5 ff-header">Vandevliet Aerial Shots</p> <p class="fs-5 ff-header">Vandevliet Aerial Shots</p>
<p style="margin-top: 0 !important;"> <p style="margin-top: 0 !important;">
KvK: 94567255<br> KvK: 94567255<br>
@ -21,7 +21,7 @@
<p> <p>
<a href="/assets/static/Vandevliet AS - Algemene Voorwaarden - 250530.pdf" target="_blank">Algemene Voorwaarden</a> <a href="/assets/static/Vandevliet AS - Algemene Voorwaarden - 250530.pdf" target="_blank">Algemene Voorwaarden</a>
</p> </p>
<!-- <h4 class="fs-5">Socials</h4> --> <!-- <h4 class='fs-5'>Socials</h4> -->
<p class="socials fs-2" style="margin-top: auto !important; padding-top: 1rem !important;"> <p class="socials fs-2" style="margin-top: auto !important; padding-top: 1rem !important;">
<a href="https://www.instagram.com/vandevliet.fpv" target="_blank" rel="noopener noreferrer" title="Vandevliet Aerial Shots on Instagram" aria-label="Vandevliet Aerial Shots on Instagram"><i class="fab fa-instagram"></i></a> <a href="https://www.instagram.com/vandevliet.fpv" target="_blank" rel="noopener noreferrer" title="Vandevliet Aerial Shots on Instagram" aria-label="Vandevliet Aerial Shots on Instagram"><i class="fab fa-instagram"></i></a>
<a href="https://www.youtube.com/@vandevliet-fpv" target="_blank" rel="noopener noreferrer" title="Vandevliet Aerial Shots on YouTube" aria-label="Vandevliet Aerial Shots on YouTube"><i class="fab fa-youtube"></i></a> <a href="https://www.youtube.com/@vandevliet-fpv" target="_blank" rel="noopener noreferrer" title="Vandevliet Aerial Shots on YouTube" aria-label="Vandevliet Aerial Shots on YouTube"><i class="fab fa-youtube"></i></a>

View file

@ -1,6 +1,6 @@
<div class="text-center py-4"> <div class="text-center py-4">
<p> <p>
Vandevliet Aerial Shots &copy; <!--# config timefmt="%Y" --><!--# echo var="date_local" --> Vandevliet Aerial Shots &copy; <!--# config timefmt='%Y' --><!--# echo var='date_local' -->
&bull; <a href="/privacy#">Privacyverklaring</a> &bull; <a href="/privacy#">Privacyverklaring</a>
</p> </p>
</div> </div>

View file

@ -1,14 +1,17 @@
<!--# set var='title' value='Vandevliet Aerial Shots' -->
<!--# set var='description' value='FPV dronevideo\'s voor bedrijven, vastgoed, recreatie, sport en evenementen' -->
<!DOCTYPE html> <!DOCTYPE html>
<html lang="nl" data-bs-theme="dark"> <html lang="nl" data-bs-theme="dark">
<head> <head>
<!--# include file="/includes/partials/head-content.html" --> <!--# include file='/includes/partials/head-content.html' -->
<title>Vandevliet Aerial Shots</title> <title><!--# echo var='title' --></title>
<meta name="description" content="FPV dronevideo's voor bedrijven, vastgoed, recreatie, sport en evenementen."> <meta name="description" content="<!--# echo var='description' -->">
<meta property="og:title" content="Vandevliet Aerial Shots"> <meta property="og:title" content="<!--# echo var='title' -->">
<meta property="og:description" content="FPV dronevideo's voor bedrijven, vastgoed, recreatie, sport en evenementen."> <meta property="og:description" content="<!--# echo var='description' -->">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:locale" content="nl_NL"> <meta property="og:locale" content="nl_NL">
<meta property="og:url" content="https://vandevliet-aerialshots.com"> <meta property="og:url" content="https://vandevliet-aerialshots.com">
@ -17,11 +20,11 @@
<body class="d-flex flex-column min-vh-100"> <body class="d-flex flex-column min-vh-100">
<header> <header>
<!--# include file="/includes/components/nav.html" --> <!--# include file='/includes/components/nav.html' -->
<div class="hero position-relative overflow-hidden" style="height: 100vh;"> <div class="hero position-relative overflow-hidden" style="height: 100vh;">
<div class="hero-body position-absolute bottom-0" style="z-index: 1;"> <div class="hero-body position-absolute bottom-0" style="z-index: 1;">
<h1 class="h5">FPV dronevideo's voor bedrijven, vastgoed, recreatie, sport en evenementen</h1> <h1 class="lead"><!--# echo var='description' --></h1>
<p><a class="btn btn-primary" href="#diensten">Ontdek meer <i class="fa-solid fa-arrow-down"></i></a></p> <p><a class="btn btn-primary" href="#diensten">Ontdek meer <i class="fa-solid fa-arrow-down"></i></a></p>
</div> </div>
<video class="cover parallax" preload="auto" playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop"> <video class="cover parallax" preload="auto" playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop">
@ -128,15 +131,15 @@
</div> </div>
<div class="row justify-content-center"> <div class="row justify-content-center">
<div class="col-sm-6 col-lg-4"> <div class="col-sm-6 col-lg-4">
<!--# include file="/includes/pricing/cat-open.html" --> <!--# include file='/includes/pricing/cat-open.html' -->
</div> </div>
<div class="col-sm-6 col-lg-4"> <div class="col-sm-6 col-lg-4">
<!--# include file="/includes/pricing/cat-specific.html" --> <!--# include file='/includes/pricing/cat-specific.html' -->
</div> </div>
</div> </div>
<div class="row justify-content-center"> <div class="row justify-content-center">
<div class="col-lg-8"> <div class="col-lg-8">
<!--# include file="/includes/pricing/post-edit.html" --> <!--# include file='/includes/pricing/post-edit.html' -->
</div> </div>
</div> </div>
</section> </section>
@ -192,10 +195,10 @@
<footer class="bg-secondary-subtle"> <footer class="bg-secondary-subtle">
<section class="container-xxl"> <section class="container-xxl">
<!--# include file="/includes/components/contact-row.html" --> <!--# include file='/includes/components/contact-row.html' -->
</section> </section>
<!--# include file="/includes/partials/footer-bottom.html" --> <!--# include file='/includes/partials/footer-bottom.html' -->
</footer> </footer>
</body> </body>

View file

@ -2,7 +2,7 @@
<html lang="nl" data-bs-theme="dark"> <html lang="nl" data-bs-theme="dark">
<head> <head>
<!--# include file="/includes/partials/head-content.html" --> <!--# include file='/includes/partials/head-content.html' -->
<title>Privacyverklaring • Vandevliet Aerial Shots</title> <title>Privacyverklaring • Vandevliet Aerial Shots</title>
<meta name="description" content="Privacyverklaring • Vandevliet Aerial Shots"> <meta name="description" content="Privacyverklaring • Vandevliet Aerial Shots">
@ -17,7 +17,7 @@
<body class="d-flex flex-column min-vh-100"> <body class="d-flex flex-column min-vh-100">
<header> <header>
<!--# include file="/includes/components/nav.html" --> <!--# include file='/includes/components/nav.html' -->
</header> </header>
<main> <main>
@ -56,7 +56,7 @@
</main> </main>
<!--# include file="/includes/footer.html" --> <!--# include file='/includes/footer.html' -->
</body> </body>
</html> </html>