diff --git a/public/assets/static/logo-aerialshots-v1-s.png b/public/assets/static/logo-aerialshots-v1-s.png new file mode 100644 index 0000000..fc3603e Binary files /dev/null and b/public/assets/static/logo-aerialshots-v1-s.png differ diff --git a/public/assets/static/logo-aerialshots-v1.png b/public/assets/static/logo-aerialshots-v1.png new file mode 100644 index 0000000..c5b73f0 Binary files /dev/null and b/public/assets/static/logo-aerialshots-v1.png differ diff --git a/public/index.html b/public/index.html index 81c925a..f8f6ed2 100644 --- a/public/index.html +++ b/public/index.html @@ -9,6 +9,14 @@
+
+

Vandevliet Aerial Shots logo

+

+ FPV dronevideo's voor bedrijven, vastgoed en (sport)evenementen.
+ Let op: deze website alsook de showreel is nog in ontwikkeling. +

+ Ontdek meer +
@@ -27,7 +35,7 @@

-
Bedrijfsvideo +
Bedrijfsvideo (binnenkort mogelijk)

Laat jouw bedrijf opvallen met unieke dronebeelden, zowel binnen als buiten. Ik leg de bijzondere kenmerken van jouw locatie vast en breng interacties met jouw team in beeld. @@ -69,7 +77,7 @@

-
Sport +
Sport (binnenkort mogelijk)

Een FPV drone is ideaal voor het maken van spectaculaire actiebeelden tijdens sportevenementen. Op hoge snelheden houd ik de drone slechts centimeters van de actie verwijderd. diff --git a/src/scss/styles.scss b/src/scss/styles.scss index e77c39d..a6b4313 100644 --- a/src/scss/styles.scss +++ b/src/scss/styles.scss @@ -117,28 +117,28 @@ h6:hover .anchor-link { .text-shadow { text-shadow: - -1px -1px 1px rgba(0, 0, 0, 0.4), - -1px 0px 1px rgba(0, 0, 0, 0.4), - -1px 1px 1px rgba(0, 0, 0, 0.4), - 0px -1px 1px rgba(0, 0, 0, 0.4), - 0px 0px 1px rgba(0, 0, 0, 0.4), - 0px 1px 1px rgba(0, 0, 0, 0.4), - 1px -1px 1px rgba(0, 0, 0, 0.4), - 1px 0px 1px rgba(0, 0, 0, 0.4), - 1px 1px 1px rgba(0, 0, 0, 0.4); + -1px -1px 0 rgba(0, 0, 0, 0.4), + -1px 0px 0 rgba(0, 0, 0, 0.4), + -1px 1px 0 rgba(0, 0, 0, 0.4), + 0px -1px 0 rgba(0, 0, 0, 0.4), + 0px 0px 0 rgba(0, 0, 0, 0.4), + 0px 1px 0 rgba(0, 0, 0, 0.4), + 1px -1px 0 rgba(0, 0, 0, 0.4), + 1px 0px 0 rgba(0, 0, 0, 0.4), + 1px 1px 0 rgba(0, 0, 0, 0.4); } .text-dark.text-shadow { text-shadow: - -1px -1px 1px rgba(255, 255, 255, 0.4), - -1px 0px 1px rgba(255, 255, 255, 0.4), - -1px 1px 1px rgba(255, 255, 255, 0.4), - 0px -1px 1px rgba(255, 255, 255, 0.4), - 0px 0px 1px rgba(255, 255, 255, 0.4), - 0px 1px 1px rgba(255, 255, 255, 0.4), - 1px -1px 1px rgba(255, 255, 255, 0.4), - 1px 0px 1px rgba(255, 255, 255, 0.4), - 1px 1px 1px rgba(255, 255, 255, 0.4); + -1px -1px 0 rgba(255, 255, 255, 0.4), + -1px 0px 0 rgba(255, 255, 255, 0.4), + -1px 1px 0 rgba(255, 255, 255, 0.4), + 0px -1px 0 rgba(255, 255, 255, 0.4), + 0px 0px 0 rgba(255, 255, 255, 0.4), + 0px 1px 0 rgba(255, 255, 255, 0.4), + 1px -1px 0 rgba(255, 255, 255, 0.4), + 1px 0px 0 rgba(255, 255, 255, 0.4), + 1px 1px 0 rgba(255, 255, 255, 0.4); } .navbar {