Compare commits
No commits in common. "15bcc6a1443e68d78df37e1f6a3779f38ea9a143" and "ec7ce9361f056ad8ff17b7aa7fa99ef25455404a" have entirely different histories.
15bcc6a144
...
ec7ce9361f
4 changed files with 14 additions and 22 deletions
|
|
@ -5,22 +5,15 @@
|
|||
<div class="col-6 col-lg-3">
|
||||
<div class="card h-100">
|
||||
<div class="card-body d-flex flex-column">
|
||||
<h2 class="section fs-3 card-title" id="contact">Contact</h2>
|
||||
<p class="fs-5 ff-header">Bob Vandevliet</p>
|
||||
<p style="margin-top: 0 !important;">Gecertificeerd FPV-dronepiloot</p>
|
||||
<p>
|
||||
<a href="mailto:bob@vandevliet-aerialshots.com">bob@vandevliet-aerialshots.com</a>
|
||||
<!-- <a href="tel:+31612345678">+31 6 12345678</a> -->
|
||||
<br>Arnhem, Gelderland
|
||||
</p>
|
||||
<p class="fs-5 ff-header">Vandevliet Aerial Shots</p>
|
||||
<p style="margin-top: 0 !important;">
|
||||
KvK: 94567255<br>
|
||||
Btw: NL005095319B19
|
||||
</p>
|
||||
<p>
|
||||
<a href="/assets/static/Vandevliet AS - Algemene Voorwaarden - 250530.pdf" target="_blank">Algemene Voorwaarden</a>
|
||||
</p>
|
||||
<h2 class="section fs-4 card-title" id="contact">Contact</h2>
|
||||
<h3 class="ff-header">Bob Vandevliet</h3>
|
||||
<p>Gecertificeerd FPV-dronepiloot</p>
|
||||
<h4 class="fs-5">Email</h4>
|
||||
<p><a href="mailto:bob@vandevliet-aerialshots.com">bob@vandevliet-aerialshots.com</a></p>
|
||||
<!-- <h3 class="fs-5">Telefoon</h3>
|
||||
<p><a href="tel:+31612345678">+31 6 12345678</a></p> -->
|
||||
<h4 class="fs-5">Regio</h4>
|
||||
<p>Arnhem, Gelderland</p>
|
||||
<!-- <h4 class="fs-5">Socials</h4> -->
|
||||
<p class="socials fs-2" style="margin-top: auto !important; padding-top: 1rem !important;">
|
||||
<a href="https://www.instagram.com/vandevliet.fpv" target="_blank" rel="noopener noreferrer" title="Vandevliet Aerial Shots on Instagram" aria-label="Vandevliet Aerial Shots on Instagram"><i class="fab fa-instagram"></i></a>
|
||||
|
|
@ -42,6 +35,7 @@
|
|||
<p>
|
||||
Vandevliet Aerial Shots © <!--# config timefmt="%Y" --><!--# echo var="date_local" -->
|
||||
• <a href="/privacy#">Privacyverklaring</a>
|
||||
• <a href="/assets/static/Vandevliet AS - Algemene Voorwaarden - 250530.pdf" target="_blank">Algemene Voorwaarden</a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
@ -184,7 +184,7 @@
|
|||
<h3>Klaar om jouw verhaal te vertellen?</h3>
|
||||
<p>
|
||||
Ik werk vanuit Arnhem, vooral in Gelderland en omgeving. Als ZZP'er naast mijn parttime baan als software engineer kan ik flexibel werken volgens jouw planning.
|
||||
Neem gerust <a href="/#contact">contact</a> op voor een vrijblijvend gesprek.
|
||||
Neem gerust <a href="/contact">contact</a> op voor een vrijblijvend gesprek.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<section class="container-xxl">
|
||||
<h2>Ingesloten inhoud</h2>
|
||||
<p>Mijn website kan ingesloten (embedded) inhoud van andere websites bevatten (bijvoorbeeld video's, afbeeldingen, berichten, etc.). Ingesloten inhoud van andere websites gedraagt zich exact hetzelfde alsof de bezoeker deze andere website heeft bezocht. Deze websites (bijvoorbeeld Youtube, LinkedIn of Instagram) kunnen data over jou verzamelen, cookies gebruiken, tracking van derde partijen insluiten en je interactie met deze ingesloten inhoud monitoren. Voor meer informatie, raadpleeg de privacyverklaring(en) van deze websites.</p>
|
||||
<p>Mijn website kan ingesloten (embedded) inhoud van andere websites bevatten (bijvoorbeeld video's, afbeeldingen, berichten, etc.). Ingesloten inhoud van andere websites gedraagt zich exact hetzelfde alsof de bezoeker deze andere website heeft bezocht. Deze websites (bijvoorbeeld Youtube of Instagram) kunnen data over jou verzamelen, cookies gebruiken, tracking van derde partijen insluiten en je interactie met deze ingesloten inhoud monitoren. Voor meer informatie, raadpleeg de privacyverklaring(en) van deze websites.</p>
|
||||
</section>
|
||||
|
||||
<section class="container-xxl">
|
||||
|
|
|
|||
|
|
@ -26,9 +26,6 @@ $accordion-icon-width: 1rem;
|
|||
@import "bootstrap/scss/mixins";
|
||||
@import "bootstrap/scss/root";
|
||||
|
||||
// Utilities
|
||||
@import "bootstrap/scss/utilities";
|
||||
|
||||
// Include any other parts as needed
|
||||
@import "bootstrap/scss/reboot";
|
||||
@import "bootstrap/scss/type";
|
||||
|
|
@ -64,7 +61,8 @@ $accordion-icon-width: 1rem;
|
|||
// Helpers
|
||||
@import "bootstrap/scss/helpers";
|
||||
|
||||
// Utilities API
|
||||
// Utilities
|
||||
@import "bootstrap/scss/utilities";
|
||||
@import "bootstrap/scss/utilities/api";
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue