Added a location to the website
This commit is contained in:
parent
fc16fc04a0
commit
f156959382
|
@ -6,6 +6,7 @@
|
||||||
import planeImg from './assets/images/PlaneGrid.png';
|
import planeImg from './assets/images/PlaneGrid.png';
|
||||||
import imgBackground from './assets/images/CubeSideTransparent.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';
|
||||||
|
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
//window.scrollTo(0, 100);
|
//window.scrollTo(0, 100);
|
||||||
|
@ -23,7 +24,7 @@
|
||||||
function debugClick(){
|
function debugClick(){
|
||||||
}
|
}
|
||||||
|
|
||||||
let weAreTexts: string[] = ['overlooked', 'underfunded', 'constrained', 'depleated'];
|
let weAreTexts: string[] = ['overlooked', 'underfunded', 'constrained', 'depleted'];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:window bind:scrollY={scrollPos} />
|
<svelte:window bind:scrollY={scrollPos} />
|
||||||
|
@ -86,7 +87,14 @@
|
||||||
<div class="align-center" style="font-size: 9vw; height: 50vh;">
|
<div class="align-center" style="font-size: 9vw; height: 50vh;">
|
||||||
Timeline!
|
Timeline!
|
||||||
</div>
|
</div>
|
||||||
<div class="align-center" style="width: 100%;">
|
|
||||||
|
<div >
|
||||||
|
<div class="align-center">
|
||||||
|
<img src="{location}" alt="a funny place" style=" width: 50%; height: 50%; border-radius: 2vw;"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- <div class="align-center" style="width: 100%;">
|
||||||
<div style="justify-items: center; display: flex">
|
<div style="justify-items: center; display: flex">
|
||||||
{#each {length: 10} as _, i}
|
{#each {length: 10} as _, i}
|
||||||
<div style="justify-items: start; display: flex;">
|
<div style="justify-items: start; display: flex;">
|
||||||
|
@ -97,7 +105,7 @@
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Loading…
Reference in New Issue