diff --git a/index.html b/index.html index 6b06edf..2d882d3 100644 --- a/index.html +++ b/index.html @@ -18,8 +18,7 @@
You don't have javascript enabled.
- This website is not finished anyway. Come check back later or contact us at: alex@deprived.dev - + Please visit this website without javascript: link
diff --git a/run.sh b/run.sh old mode 100755 new mode 100644 diff --git a/src/App.svelte b/src/App.svelte index fcc02bf..c7b65e9 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -5,13 +5,11 @@ import ZSpacer from './lib/Universal/ZSpacer.svelte'; import planeImg from './assets/images/PlaneGrid.png'; import imgBackground from './assets/images/CubeSideTransparent.png'; - import deprivedTeam from './assets/images/DeprivedTeam.jpg'; - import location from './assets/images/thisLocation.png'; - import photo from './assets/images/realistic.png'; + import deprivedTeam from './assets/images/deprivedTeam.jpg'; window.onload = function() { //window.scrollTo(0, 100); - window.scrollTo(0, 5800); // Debug + window.scrollTo(0, 5500); // Debug } // Auto assigned fields (Will change after load) @@ -25,7 +23,7 @@ function debugClick(){ } - let weAreTexts: string[] = ['overlooked', 'underfunded', 'constrained', 'depleted']; + let weAreTexts: string[] = ['overlooked', 'underfunded', 'constrained', 'depleated']; @@ -40,10 +38,10 @@ - +
@@ -74,43 +72,18 @@
The deprived devs
+ +
The deprived team
- +
- -
- Timeline! - This website is not at all finished. Come back later or contact us at: alex@deprived.dev -
- - - - diff --git a/src/assets/images/DeprivedTeam.jpg b/src/assets/images/DeprivedTeam.jpg deleted file mode 100644 index 18bc791..0000000 Binary files a/src/assets/images/DeprivedTeam.jpg and /dev/null differ diff --git a/src/assets/images/realistic.png b/src/assets/images/realistic.png deleted file mode 100644 index 682865a..0000000 Binary files a/src/assets/images/realistic.png and /dev/null differ diff --git a/src/assets/images/thisLocation.png b/src/assets/images/thisLocation.png deleted file mode 100644 index a2f020d..0000000 Binary files a/src/assets/images/thisLocation.png and /dev/null differ