diff --git a/components/Brush.vue b/components/Brush.vue new file mode 100644 index 0000000..8eb6669 --- /dev/null +++ b/components/Brush.vue @@ -0,0 +1,130 @@ + + + + + \ No newline at end of file diff --git a/components/Projects.vue b/components/Projects.vue index 3a1b6f8..029a284 100644 --- a/components/Projects.vue +++ b/components/Projects.vue @@ -131,6 +131,7 @@ export default { display: none; opacity: 0; transition: opacity 0.3s ease-out; + z-index: 3; .swiper-wrapper { .swiper-slide { width: 100%; diff --git a/package-lock.json b/package-lock.json index 2a17a50..8ec2660 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "hasInstallScript": true, "dependencies": { "@directus/sdk": "^15.1.0", + "p5": "^1.9.4", "sharp": "^0.33.3", "swiper": "^11.0.6", "vue": "^3.4.15", @@ -10871,6 +10872,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/p5": { + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/p5/-/p5-1.9.4.tgz", + "integrity": "sha512-dhiZ9mvXx5pm8eRwml34xbeUwce4uS9Q2za0YOHg2p97N9iNAb5hTIHAt77CHKHXAh6A16u/oalz5egRfTyFWw==", + "license": "LGPL-2.1" + }, "node_modules/pacote": { "version": "17.0.7", "resolved": "https://registry.npmjs.org/pacote/-/pacote-17.0.7.tgz", diff --git a/package.json b/package.json index 1196ccf..5eaa179 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ }, "dependencies": { "@directus/sdk": "^15.1.0", + "p5": "^1.9.4", "sharp": "^0.33.3", "swiper": "^11.0.6", "vue": "^3.4.15", diff --git a/pages/contact.vue b/pages/contact.vue index b22cbb2..9dc71f8 100644 --- a/pages/contact.vue +++ b/pages/contact.vue @@ -1,19 +1,24 @@ diff --git a/pages/galerie.vue b/pages/galerie.vue index b34b5c2..cee3b69 100644 --- a/pages/galerie.vue +++ b/pages/galerie.vue @@ -1,9 +1,13 @@ \ No newline at end of file diff --git a/pages/magasin.vue b/pages/magasin.vue index 5843a50..137406a 100644 --- a/pages/magasin.vue +++ b/pages/magasin.vue @@ -1,5 +1,6 @@