diff --git a/public/assets/static/20240815_184226.png b/public/assets/static/20240815_184226.png new file mode 100644 index 0000000..3ad4004 Binary files /dev/null and b/public/assets/static/20240815_184226.png differ diff --git a/public/includes/footer.html b/public/includes/footer.html index 0171816..6b3e0bd 100644 --- a/public/includes/footer.html +++ b/public/includes/footer.html @@ -5,16 +5,16 @@
-

Contact

-

Bob Vandevliet

+

Contact

+

Bob Vandevliet

Gecertificeerd FPV-dronepiloot voor open categorie A1 en A3 (binnenkort ook A2).

-

Email

+

Email

bob@vandevliet-aerialshots.com

-

Regio

+

Regio

Arnhem, Gelderland

- +

diff --git a/public/index.html b/public/index.html index 2ec7764..3280a07 100644 --- a/public/index.html +++ b/public/index.html @@ -112,8 +112,37 @@ FPV beelden vertellen een compleet verhaal in één vlucht. Ze zijn ideaal voor bedrijfsvideo's, vastgoed, concerten, festivals, (sport)evenementen en bruiloften. FPV drones worden op maat gemaakt en zijn daardoor flexibel in te zetten. Ze kunnen binnen en buiten filmen, van het navigeren door fabrieken, kantoren en festivaltenten tot het achtervolgen van auto's en motorcrossers.

-
- Afbeelding van een 7-inch FPV drone met GoPro. +
+
diff --git a/src/scss/styles.scss b/src/scss/styles.scss index bd51ee0..ac4e1ea 100644 --- a/src/scss/styles.scss +++ b/src/scss/styles.scss @@ -16,6 +16,9 @@ $primary: $red; // Default: $blue @import "../../node_modules/bootstrap/scss/variables-dark"; // Include any default map overrides here +$carousel-dark-indicator-active-bg: $white; +$carousel-dark-caption-color: $white; +$carousel-dark-control-icon-filter: unset; // Include remainder of required parts @import "../../node_modules/bootstrap/scss/maps"; @@ -31,6 +34,7 @@ $primary: $red; // Default: $blue @import "../../node_modules/bootstrap/scss/navbar"; // Requires nav @import "../../node_modules/bootstrap/scss/buttons"; @import "../../node_modules/bootstrap/scss/card"; +@import "../../node_modules/bootstrap/scss/carousel"; @import "../../node_modules/bootstrap/scss/images"; @import "../../node_modules/bootstrap/scss/transitions"; // @import "../../node_modules/bootstrap/scss/accordion"; @@ -38,7 +42,6 @@ $primary: $red; // Default: $blue // @import "../../node_modules/bootstrap/scss/badge"; // @import "../../node_modules/bootstrap/scss/breadcrumb"; // @import "../../node_modules/bootstrap/scss/button-group"; -// @import "../../node_modules/bootstrap/scss/carousel"; // @import "../../node_modules/bootstrap/scss/close"; // @import "../../node_modules/bootstrap/scss/dropdown"; // @import "../../node_modules/bootstrap/scss/forms";