From 90f0e40ddf43bf16b844fd451b24c59b9c553ab8 Mon Sep 17 00:00:00 2001 From: BOTAlex Date: Thu, 4 Apr 2024 01:46:20 +0200 Subject: [PATCH] [Sync] I forgor --- src/comps/Utils/HorizonalStack.svelte | 3 +- src/comps/timeline/timeline.svelte | 9 +++++- src/comps/timeline/timelineItem.svelte | 44 ++++++++++++++++++-------- src/routes/zhen/Comps/AboutMe.svelte | 4 +-- 4 files changed, 41 insertions(+), 19 deletions(-) diff --git a/src/comps/Utils/HorizonalStack.svelte b/src/comps/Utils/HorizonalStack.svelte index ada0b18..a12f302 100644 --- a/src/comps/Utils/HorizonalStack.svelte +++ b/src/comps/Utils/HorizonalStack.svelte @@ -1,9 +1,8 @@ -
+
\ No newline at end of file diff --git a/src/comps/timeline/timelineItem.svelte b/src/comps/timeline/timelineItem.svelte index 5eaf227..5cbc147 100644 --- a/src/comps/timeline/timelineItem.svelte +++ b/src/comps/timeline/timelineItem.svelte @@ -10,23 +10,29 @@ export let desc: string = "null"; -
+
+ {date} +
+
+
{title}
+
{desc}
-
- {title} +
{#if imagePath !== "null"} - + nothing {/if}
\ No newline at end of file diff --git a/src/routes/zhen/Comps/AboutMe.svelte b/src/routes/zhen/Comps/AboutMe.svelte index dfd97f5..38112bc 100644 --- a/src/routes/zhen/Comps/AboutMe.svelte +++ b/src/routes/zhen/Comps/AboutMe.svelte @@ -1,9 +1,9 @@ - +{image}