diff --git a/src/comps/Utils/HorizonalStack.svelte b/src/comps/Utils/HorizonalStack.svelte index a12f302..54f96b4 100644 --- a/src/comps/Utils/HorizonalStack.svelte +++ b/src/comps/Utils/HorizonalStack.svelte @@ -1,4 +1,4 @@ -
+
diff --git a/src/comps/Utils/ZSpacer.svelte b/src/comps/Utils/ZSpacer.svelte new file mode 100644 index 0000000..8de2124 --- /dev/null +++ b/src/comps/Utils/ZSpacer.svelte @@ -0,0 +1,8 @@ +
+ + \ No newline at end of file diff --git a/src/comps/timeline/timeline.svelte b/src/comps/timeline/timeline.svelte index 6fd9812..bb1dfca 100644 --- a/src/comps/timeline/timeline.svelte +++ b/src/comps/timeline/timeline.svelte @@ -3,7 +3,7 @@ import TimelineItem from "./timelineItem.svelte"; - + diff --git a/src/comps/timeline/timelineItem.svelte b/src/comps/timeline/timelineItem.svelte index 5cbc147..3593f45 100644 --- a/src/comps/timeline/timelineItem.svelte +++ b/src/comps/timeline/timelineItem.svelte @@ -2,36 +2,66 @@ import HorizonalStack from "../Utils/HorizonalStack.svelte"; import Img from '@zerodevx/svelte-img' import VerticalStack from "../Utils/VerticalStack.svelte"; + import ZSpacer from "../Utils/ZSpacer.svelte"; + import MediaQuery from 'svelte-media-queries'; // Set these when using the component export let date: string = "null"; export let imagePath: string = "null"; export let title: string = "null"; export let desc: string = "null"; + + const timelineCollapseThreshhold : string = '1000px'; + let timelineCollaped: boolean = false; + +
- {date} +
+ {#if imagePath !== "null"} +
+ nothing +
+ {/if} +
-
{title}
-
{desc}
- +
{@html title}
+
{@html date}
+
{@html desc}
- {#if imagePath !== "null"} - nothing - {/if}
\ No newline at end of file diff --git a/src/routes/zhen/+page.svelte b/src/routes/zhen/+page.svelte index 9085eb0..df8c377 100644 --- a/src/routes/zhen/+page.svelte +++ b/src/routes/zhen/+page.svelte @@ -4,7 +4,7 @@ import ZhenAboutMe from "./Comps/AboutMe.svelte" - + diff --git a/src/routes/zhen/Comps/AboutMe.svelte b/src/routes/zhen/Comps/AboutMe.svelte index 38112bc..d5cedf7 100644 --- a/src/routes/zhen/Comps/AboutMe.svelte +++ b/src/routes/zhen/Comps/AboutMe.svelte @@ -1,20 +1,67 @@ -{image} - + + - + + + + + + + + \ No newline at end of file diff --git a/src/routes/zhen/Comps/TopAnimatedBackground.svelte b/src/routes/zhen/Comps/TopAnimatedBackground.svelte index f2adbca..95cc0b0 100644 --- a/src/routes/zhen/Comps/TopAnimatedBackground.svelte +++ b/src/routes/zhen/Comps/TopAnimatedBackground.svelte @@ -190,6 +190,8 @@ justify-content: center; vertical-align: middle; display: flex; + + pointer-events: none; } .FirefoxSmoothTranition { diff --git a/src/routes/zhen/Comps/TopNameTextPlate.svelte b/src/routes/zhen/Comps/TopNameTextPlate.svelte index fb4efbe..ca6cd7d 100644 --- a/src/routes/zhen/Comps/TopNameTextPlate.svelte +++ b/src/routes/zhen/Comps/TopNameTextPlate.svelte @@ -40,7 +40,7 @@ .NamePlateText{ /* font-family: 'CozetteVector'; */ text-align: left; - font-size: 5rem; + font-size: 300%; color: rgb(225, 225, 225); border-left: 0.5rem solid rgb(88, 198, 82); @@ -48,7 +48,7 @@ } .NickNameText{ - font-size: 2rem; + font-size: 75%; margin: 0; margin-top: -1rem; diff --git a/static/images/Zhen/Infomatik/1.G-App.png b/static/images/Zhen/Infomatik/1.G-App.png new file mode 100644 index 0000000..ef395ab Binary files /dev/null and b/static/images/Zhen/Infomatik/1.G-App.png differ diff --git a/static/images/Zhen/Infomatik/FirstWebsite.png b/static/images/Zhen/Infomatik/FirstWebsite.png new file mode 100644 index 0000000..618110c Binary files /dev/null and b/static/images/Zhen/Infomatik/FirstWebsite.png differ diff --git a/static/images/Zhen/Infomatik/Otakians.png b/static/images/Zhen/Infomatik/Otakians.png new file mode 100644 index 0000000..498ad0d Binary files /dev/null and b/static/images/Zhen/Infomatik/Otakians.png differ diff --git a/static/images/Zhen/Infomatik/PressurePlate.png b/static/images/Zhen/Infomatik/PressurePlate.png new file mode 100644 index 0000000..9a021ae Binary files /dev/null and b/static/images/Zhen/Infomatik/PressurePlate.png differ diff --git a/static/images/Zhen/Infomatik/QuestForGrass.png b/static/images/Zhen/Infomatik/QuestForGrass.png new file mode 100644 index 0000000..03df65c Binary files /dev/null and b/static/images/Zhen/Infomatik/QuestForGrass.png differ diff --git a/static/images/Zhen/Infomatik/UncleRogers.png b/static/images/Zhen/Infomatik/UncleRogers.png new file mode 100644 index 0000000..0ea3564 Binary files /dev/null and b/static/images/Zhen/Infomatik/UncleRogers.png differ diff --git a/static/images/Zhen/Infomatik/VisitCopenhagen.png b/static/images/Zhen/Infomatik/VisitCopenhagen.png new file mode 100644 index 0000000..e30e01a Binary files /dev/null and b/static/images/Zhen/Infomatik/VisitCopenhagen.png differ