From df0b91cc2b5dccb636e78244a203d77be6c824c3 Mon Sep 17 00:00:00 2001 From: R40fendt Date: Sat, 5 Apr 2025 21:16:01 +0200 Subject: [PATCH] =?UTF-8?q?Parallax=20repariert,=20Footer=20hinzugef=C3=BC?= =?UTF-8?q?gt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 16 ++++++++ package.json | 1 + src/Footer.vue | 68 +++++++++++++++++++++++++++++++++ src/Jarallax.vue | 60 +++++++++++++++++++++++++++++ src/Main.vue | 76 ++++--------------------------------- src/Umgebung.vue | 82 ++++++++++++++++++++++++++++++++++++++++ src/assets/css/index.css | 2 +- 7 files changed, 236 insertions(+), 69 deletions(-) create mode 100644 src/Footer.vue create mode 100644 src/Jarallax.vue create mode 100644 src/Umgebung.vue diff --git a/package-lock.json b/package-lock.json index 47aed3a..74a91cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "@tauri-apps/plugin-opener": "^2", "embla-carousel-autoplay": "^8.6.0", "embla-carousel-vue": "^8.6.0", + "jarallax": "^2.2.1", "jquery": "^3.7.1", "moment": "^2.30.1", "striptags": "^3.2.0", @@ -1408,6 +1409,15 @@ "dev": true, "license": "MIT" }, + "node_modules/jarallax": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.2.1.tgz", + "integrity": "sha512-O4pqiWGp856cTGG5uBG9b0Uk7AIRmfFCVisRwgpICsG2xyIRnUrVbx4SIbpzUDAhkD00jdjBiqb1bZPTkHi1vQ==", + "license": "MIT", + "dependencies": { + "video-worker": "^2.2.0" + } + }, "node_modules/jquery": { "version": "3.7.1", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", @@ -2031,6 +2041,12 @@ "dev": true, "license": "MIT" }, + "node_modules/video-worker": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/video-worker/-/video-worker-2.2.0.tgz", + "integrity": "sha512-bjdpCArfD/kvt3HBU2sJUEEFq+6HjIufKXL2NojWswInxalJwR5yh/cgaGismHS8PAe5hx+W0GfrFqlxJTfI/w==", + "license": "MIT" + }, "node_modules/vite": { "version": "6.2.5", "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.5.tgz", diff --git a/package.json b/package.json index 9fe6557..37775eb 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "@tauri-apps/plugin-opener": "^2", "embla-carousel-autoplay": "^8.6.0", "embla-carousel-vue": "^8.6.0", + "jarallax": "^2.2.1", "jquery": "^3.7.1", "moment": "^2.30.1", "striptags": "^3.2.0", diff --git a/src/Footer.vue b/src/Footer.vue new file mode 100644 index 0000000..5481950 --- /dev/null +++ b/src/Footer.vue @@ -0,0 +1,68 @@ + + + \ No newline at end of file diff --git a/src/Jarallax.vue b/src/Jarallax.vue new file mode 100644 index 0000000..b88db4e --- /dev/null +++ b/src/Jarallax.vue @@ -0,0 +1,60 @@ + + + + + + \ No newline at end of file diff --git a/src/Main.vue b/src/Main.vue index 0236875..d748faa 100644 --- a/src/Main.vue +++ b/src/Main.vue @@ -4,11 +4,16 @@ import striptags from "striptags"; import moment, { Moment } from "moment"; import Modal from "./Modal.vue"; import Embla from "./Embla.vue"; +import Umgebung from "./Umgebung.vue"; +import Footer from "./Footer.vue"; + export default { components: { Navbar, Modal, - Embla + Embla, + Umgebung, + Footer }, computed: { events() { @@ -371,73 +376,8 @@ export default { -
- -
- + +