Adding dedicated contact page (WIP).
This commit is contained in:
parent
2f49d7ce86
commit
bd84cc5c29
5 changed files with 40 additions and 28 deletions
36
public/contact.html
Normal file
36
public/contact.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="nl" data-bs-theme="dark">
|
||||
|
||||
<head>
|
||||
<!--# include file="/includes/head.html" -->
|
||||
|
||||
<title>Vandevliet Aerial Shots</title>
|
||||
<meta name="description" content="FPV dronevideo's voor bedrijven, vastgoed, recreatie, sport en evenementen.">
|
||||
|
||||
<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:type" content="website">
|
||||
<meta property="og:locale" content="nl_NL">
|
||||
<meta property="og:url" content="https://vandevliet-aerialshots.com">
|
||||
<meta property="og:image" content="/assets/static/logo-aerialshots-v1-w.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<!--# include file="/includes/nav.html" -->
|
||||
</header>
|
||||
|
||||
<main class="mt-5 text-center">
|
||||
<section class="container-xxl mt-5 text-center">
|
||||
<p class="lead">
|
||||
Stuur mij gerust een mailtje voor een vrijblijvend gesprek :)
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<!-- Nothing more here yet, contact form will be added later, contact info is in the footer -->
|
||||
</main>
|
||||
|
||||
<!--# include file="/includes/footer.html" -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue