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 { -
-
- -
-
- + +