diff --git a/src/App.svelte b/src/App.svelte index 4e9eca2..1109e97 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -3,7 +3,8 @@ import { Parallax, ParallaxLayer, StickyLayer } from 'svelte-parallax'; import { onMount } from "svelte"; import ZSpacer from './lib/Universal/ZSpacer.svelte'; - import planeImg from './images/PlaneGrid.png'; + import planeImg from './assets/images/PlaneGrid.png'; + import imgBackground from './assets/images/CubeSideTransparent.png'; window.onload = function() { //window.scrollTo(0, 100); @@ -41,6 +42,12 @@ > + +
+ +
+
+
{scrollPos} diff --git a/src/assets/images/CubeSideTransparent.png b/src/assets/images/CubeSideTransparent.png new file mode 100644 index 0000000..8560c76 Binary files /dev/null and b/src/assets/images/CubeSideTransparent.png differ diff --git a/src/images/PlaneGrid.png b/src/assets/images/PlaneGrid.png similarity index 100% rename from src/images/PlaneGrid.png rename to src/assets/images/PlaneGrid.png