Some small fixes and optimizations.
This commit is contained in:
parent
39c2c3d8c4
commit
8c2cfa180d
5 changed files with 121 additions and 106 deletions
|
|
@ -5,16 +5,16 @@
|
|||
<div class="col-6 col-lg-3">
|
||||
<div class="card h-100">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title" id="section-contact">Contact</h5>
|
||||
<h1 class="section fs-4 card-title" id="section-contact">Contact</h1>
|
||||
<h2>Bob Vandevliet</h2>
|
||||
<p>Gecertificeerd FPV-dronepiloot voor open categorie A1 en A3 (binnenkort ook A2).</p>
|
||||
<h5>Email</h5>
|
||||
<h3 class="fs-5">Email</h3>
|
||||
<p><a href="mailto:bob@vandevliet-aerialshots.com">bob@vandevliet-aerialshots.com</a></p>
|
||||
<!-- <h5>Telefoon</h5>
|
||||
<!-- <h3 class="fs-5">Telefoon</h3>
|
||||
<p><a href="tel:+31612345678">+31 6 12345678</a></p> -->
|
||||
<h5>Regio</h5>
|
||||
<h3 class="fs-5">Regio</h3>
|
||||
<p>Arnhem, Gelderland</p>
|
||||
<!-- <h5>Socials</h5> -->
|
||||
<!-- <h3 class="fs-5">Socials</h3> -->
|
||||
<p class="socials fs-2">
|
||||
<!-- <a href="https://www.linkedin.com/company/vandevliet-aerialshots" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin"></i></a> -->
|
||||
<a href="https://www.instagram.com/vandevliet.fpv" target="_blank" rel="noopener noreferrer" title="Vandevliet FPV on Instagram" aria-label="Vandevliet FPV on Instagram"><i class="fab fa-instagram"></i></a>
|
||||
|
|
|
|||
|
|
@ -6,12 +6,24 @@
|
|||
|
||||
<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"></script>
|
||||
<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" defer></script>
|
||||
<script src="assets/js/scripts.min.js" async></script>
|
||||
|
||||
<meta http-equiv="Content-Security-Policy" content="
|
||||
default-src 'self';
|
||||
script-src 'self' https://cdn.jsdelivr.net https://*.fontawesome.com;
|
||||
style-src 'self' 'unsafe-inline' https://*.fontawesome.com;
|
||||
font-src 'self' https://*.fontawesome.com;
|
||||
connect-src 'self' https://*.fontawesome.com;
|
||||
object-src 'none';
|
||||
img-src 'self' data:;
|
||||
">
|
||||
</head>
|
||||
Loading…
Add table
Add a link
Reference in a new issue