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