Merge branch 'development'
This commit is contained in:
commit
9715a05149
3 changed files with 24 additions and 18 deletions
BIN
public/assets/static/showreel-sketch.mp4
(Stored with Git LFS)
BIN
public/assets/static/showreel-sketch.mp4
(Stored with Git LFS)
Binary file not shown.
|
|
@ -32,7 +32,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="text-center py-4">
|
<div class="text-center py-4">
|
||||||
<!--# config timefmt="%Y" -->
|
Vandevliet Aerial Shots © <!--# config timefmt="%Y" --><!--# echo var="date_local" -->
|
||||||
<!--# echo var="site" default="Website Title" --> © <!--# echo var="date_local" -->
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
@ -1,29 +1,36 @@
|
||||||
<!--# set var="site" value="Vandevliet Aerial Shots" -->
|
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title><!--# echo var="title" default="Title" --></title>
|
<title><!--# echo var="title" default="Title" --></title>
|
||||||
|
|
||||||
<meta name="description" content="Vandevliet Aerial Shots maakt FPV dronevideo's voor bedrijven, vastgoed en (sport)evenementen.">
|
|
||||||
|
|
||||||
<link rel="icon" href="assets/static/favicon.ico" type="image/x-icon">
|
|
||||||
<link rel="icon" href="assets/static/favicon.png" type="image/png">
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="assets/css/styles.min.css">
|
|
||||||
|
|
||||||
<script src="https://kit.fontawesome.com/7e7cf109ad.js" crossorigin="anonymous" defer></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.min.js" crossorigin="anonymous" defer></script>
|
|
||||||
<script src="assets/js/scripts.min.js" async></script>
|
|
||||||
|
|
||||||
<meta http-equiv="Content-Security-Policy" content="
|
<meta http-equiv="Content-Security-Policy" content="
|
||||||
default-src 'self';
|
default-src 'self';
|
||||||
script-src 'self' https://cdn.jsdelivr.net https://*.fontawesome.com;
|
script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://*.fontawesome.com;
|
||||||
style-src 'self' 'unsafe-inline' https://*.fontawesome.com;
|
style-src 'self' 'unsafe-inline' https://*.fontawesome.com;
|
||||||
font-src 'self' https://*.fontawesome.com;
|
font-src 'self' https://*.fontawesome.com;
|
||||||
connect-src 'self' https://*.fontawesome.com;
|
connect-src 'self' https://*.fontawesome.com;
|
||||||
object-src 'none';
|
object-src 'none';
|
||||||
img-src 'self' data:;
|
img-src 'self' data:;
|
||||||
">
|
">
|
||||||
|
|
||||||
|
<link rel="icon" href="assets/static/favicon.ico" type="image/x-icon">
|
||||||
|
<link rel="icon" href="assets/static/favicon.png" type="image/png">
|
||||||
|
|
||||||
|
<link rel="preload" href="assets/css/styles.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||||
|
<noscript>
|
||||||
|
<link rel="stylesheet" href="assets/css/styles.min.css">
|
||||||
|
</noscript>
|
||||||
|
|
||||||
|
<script src="https://kit.fontawesome.com/7e7cf109ad.js" crossorigin="anonymous" defer></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.min.js" crossorigin="anonymous" defer></script>
|
||||||
|
<script src="assets/js/scripts.min.js" async></script>
|
||||||
|
|
||||||
|
<meta name="description" content="FPV dronevideo's voor bedrijven, vastgoed en (sport)evenementen.">
|
||||||
|
<meta property="og:description" content="FPV dronevideo's voor bedrijven, vastgoed en (sport)evenementen.">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:locale" content="nl_NL">
|
||||||
|
<meta property="og:url" content="https://vandevliet-aerialshots.com">
|
||||||
|
<meta property="og:title" content="Vandevliet Aerial Shots">
|
||||||
|
<meta property="og:image" content="assets/static/logo-aerialshots-v1-w.png">
|
||||||
</head>
|
</head>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue