Local images, html sections, styling and scripts reviewed.
This commit is contained in:
parent
192c2af1ec
commit
302bb67afc
11 changed files with 167 additions and 175 deletions
|
|
@ -1,4 +1,38 @@
|
|||
<footer class="text-center py-3">
|
||||
<!--# config timefmt="%Y" -->
|
||||
<p>© <!--# echo var="date_local" --> <!--# echo var="site" default="Website Title" --></p>
|
||||
<footer class="pt-4 bg-secondary-subtle">
|
||||
|
||||
<section class="container-xxl">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-6 col-lg-3">
|
||||
<div class="card h-100">
|
||||
<div class="card-body">
|
||||
<h2 class="card-title" id="section-contact">Contact</h4>
|
||||
<h4>Bob Vandevliet</h4>
|
||||
<p>Gecertificeerd FPV-dronepiloot voor open categorie A1, A2 en A3.</p>
|
||||
<h5>Email</h5>
|
||||
<p><a href="mailto:bob@vandevliet-fpv.nl">bob@vandevliet-fpv.nl</a></p>
|
||||
<h5>Telefoon</h5>
|
||||
<p><a href="tel:+31612345678">+31 6 12345678</a></p>
|
||||
<h5>Regio</h5>
|
||||
<p>Arnhem, Gelderland</p>
|
||||
<h5>Socials</h5>
|
||||
<p>
|
||||
<a href="https://www.linkedin.com/in/bobvandevliet" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin"></i></a>
|
||||
<a href="https://www.instagram.com/bobvandevliet" target="_blank" rel="noopener noreferrer"><i class="fab fa-instagram"></i></a>
|
||||
<a href="https://www.youtube.com/channel/UCb1J9Z9Z9Z9Z9Z9Z9Z9Z9Z9" target="_blank" rel="noopener noreferrer"><i class="fab fa-youtube"></i></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6 col-lg-3">
|
||||
<div class="card bg-transparent h-100">
|
||||
<img class="card-img" src="assets/static/20230909_150343.jpg" alt="...">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="text-center py-4">
|
||||
<!--# config timefmt="%Y" -->
|
||||
© <!--# echo var="date_local" --> <!--# echo var="site" default="Website Title" -->
|
||||
</div>
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue