diff --git a/assets/image/logo12.jpg b/assets/image/logo12.jpg new file mode 100644 index 0000000..8dc7949 Binary files /dev/null and b/assets/image/logo12.jpg differ diff --git a/assets/image/svglogo.svg b/assets/image/svglogo.svg new file mode 100644 index 0000000..4930866 --- /dev/null +++ b/assets/image/svglogo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/components/homebar.vue b/components/homebar.vue index 88791fd..9c3e159 100755 --- a/components/homebar.vue +++ b/components/homebar.vue @@ -1,26 +1,17 @@ \ No newline at end of file diff --git a/pages/homeforest.vue b/pages/homeforest.vue new file mode 100644 index 0000000..a3423c1 --- /dev/null +++ b/pages/homeforest.vue @@ -0,0 +1,189 @@ + + + + \ No newline at end of file diff --git a/pages/homemeadow.vue b/pages/homemeadow.vue new file mode 100644 index 0000000..2cdf573 --- /dev/null +++ b/pages/homemeadow.vue @@ -0,0 +1,187 @@ + + + + \ No newline at end of file diff --git a/pages/hometropics.vue b/pages/hometropics.vue new file mode 100644 index 0000000..ba4d73f --- /dev/null +++ b/pages/hometropics.vue @@ -0,0 +1,189 @@ + + + + \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index c5f50a8..b8ea464 100755 --- a/pages/index.vue +++ b/pages/index.vue @@ -7,14 +7,138 @@ src="video/bg-video.mp4" style=" height: 100vh;" > - + + + + + +
-
+
+
+ +
-
+
Adaptive soundscape : On
+
+
+
+
+
+
+ +
+
@@ -35,6 +159,11 @@ import HomeBar from "../components/homebar"; export default { components: {HomeBar}, + data(){ + return{ + title:'Lagoon Soundscape', + } + }, methods:{ handleAnimation: function (anim) { this.anim = anim; diff --git a/pages/setting.vue b/pages/setting.vue index d98dd14..9fbff1d 100755 --- a/pages/setting.vue +++ b/pages/setting.vue @@ -34,9 +34,21 @@ + + + + diff --git a/pages/setting/about.vue b/pages/setting/about.vue index a7458a4..f867a3f 100755 --- a/pages/setting/about.vue +++ b/pages/setting/about.vue @@ -5,16 +5,16 @@

About Mindboost

-
WAS IST MINDBOOST?
+
WAS IST MINDBOOST?

Mindboost erzeugt Klanglandschaften für Deine Kopfhörer, die Dir helfen Dich bis zu 35 % besser zu konzentrieren. Mindboost kombiniert dabei Sprachmaskierung, Binaural Beats und Alpha Waves.

-
WIE FUNKTIONIERT MINDBOOST?
+
WIE FUNKTIONIERT MINDBOOST?

Unser Algorithmus misst die Akustik durch Dein Handy oder ein anderes Endgerät im Raum in Echtzeit und generiert eine Klanglandschaft, die störende Hintergrundgeräusche wie telefonierende Kolleg*innen optimal ausblendet.

-
WARUM WIRKT MINDBOOST?
+
WARUM WIRKT MINDBOOST?

Alle Klanglandschaften in Mindboost wurden in Hörversuchen in Zusammenarbeit mit dem Fraunhofer IBP getestet und optimiert. So kannst Du sicher sein, dass Mindboost Dich optimal bei Deiner Konzentration unterstützt.

diff --git a/pages/setting/dataprotection.vue b/pages/setting/dataprotection.vue new file mode 100644 index 0000000..5bd5214 --- /dev/null +++ b/pages/setting/dataprotection.vue @@ -0,0 +1,60 @@ + \ No newline at end of file diff --git a/pages/setting/imprint.vue b/pages/setting/imprint.vue new file mode 100644 index 0000000..617f98a --- /dev/null +++ b/pages/setting/imprint.vue @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file diff --git a/pages/setting/termsandcondition.vue b/pages/setting/termsandcondition.vue new file mode 100644 index 0000000..76a866e --- /dev/null +++ b/pages/setting/termsandcondition.vue @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..c53aeb8 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/svglogo.svg b/public/svglogo.svg new file mode 100644 index 0000000..4930866 --- /dev/null +++ b/public/svglogo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/video/Forest.mp4 b/public/video/Forest.mp4 new file mode 100644 index 0000000..e70f33c Binary files /dev/null and b/public/video/Forest.mp4 differ diff --git a/public/video/Lagoon.mp4 b/public/video/Lagoon.mp4 new file mode 100644 index 0000000..dedfab1 Binary files /dev/null and b/public/video/Lagoon.mp4 differ diff --git a/public/video/Meadow.mp4 b/public/video/Meadow.mp4 new file mode 100644 index 0000000..a6d28e0 Binary files /dev/null and b/public/video/Meadow.mp4 differ diff --git a/public/video/Tropics.mp4 b/public/video/Tropics.mp4 new file mode 100644 index 0000000..707a3d7 Binary files /dev/null and b/public/video/Tropics.mp4 differ