Title and description variables.
This commit is contained in:
parent
cdb2302408
commit
72b3e436f4
5 changed files with 25 additions and 22 deletions
|
|
@ -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>
|
||||
<html lang="nl" data-bs-theme="dark">
|
||||
|
||||
<head>
|
||||
<!--# include file="/includes/partials/head-content.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.">
|
||||
<title><!--# echo var='title' --></title>
|
||||
<meta name="description" content="<!--# echo var='description' -->">
|
||||
|
||||
<meta property="og:title" content="Vandevliet Aerial Shots">
|
||||
<meta property="og:description" content="FPV dronevideo's voor bedrijven, vastgoed, recreatie, sport en evenementen.">
|
||||
<meta property="og:title" content="<!--# echo var='title' -->">
|
||||
<meta property="og:description" content="<!--# echo var='description' -->">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:locale" content="nl_NL">
|
||||
<meta property="og:url" content="https://vandevliet-aerialshots.com">
|
||||
|
|
@ -17,11 +20,11 @@
|
|||
|
||||
<body class="d-flex flex-column min-vh-100">
|
||||
<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-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>
|
||||
</div>
|
||||
<video class="cover parallax" preload="auto" playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop">
|
||||
|
|
@ -128,15 +131,15 @@
|
|||
</div>
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-sm-6 col-lg-4">
|
||||
<!--# include file="/includes/pricing/cat-open.html" -->
|
||||
<!--# include file='/includes/pricing/cat-open.html' -->
|
||||
</div>
|
||||
<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 class="row justify-content-center">
|
||||
<div class="col-lg-8">
|
||||
<!--# include file="/includes/pricing/post-edit.html" -->
|
||||
<!--# include file='/includes/pricing/post-edit.html' -->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -192,10 +195,10 @@
|
|||
|
||||
<footer class="bg-secondary-subtle">
|
||||
<section class="container-xxl">
|
||||
<!--# include file="/includes/components/contact-row.html" -->
|
||||
<!--# include file='/includes/components/contact-row.html' -->
|
||||
</section>
|
||||
|
||||
<!--# include file="/includes/partials/footer-bottom.html" -->
|
||||
<!--# include file='/includes/partials/footer-bottom.html' -->
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue