From 172c49f72e037147b0d54256d855f52a8cd4ee2a Mon Sep 17 00:00:00 2001 From: BOT Alex <44818698+MagicBOTAlex@users.noreply.github.com> Date: Tue, 2 Apr 2024 20:20:38 +0200 Subject: [PATCH] [Sync] started on timeline and added improvements for utils --- src/comps/Utils/HorizonalStack.svelte | 15 ++++++++++++-- src/comps/Utils/VerticalStack.svelte | 2 +- src/comps/timeline/timeline.svelte | 20 +++++++++++-------- src/comps/timeline/timelineItem.svelte | 10 ++++++---- src/routes/zhen/+page.svelte | 10 +++++++++- src/routes/zhen/Comps/AboutMe.svelte | 20 +++++++++++++++++++ .../zhen/Comps/TopAnimatedBackground.svelte | 8 ++------ 7 files changed, 63 insertions(+), 22 deletions(-) create mode 100644 src/routes/zhen/Comps/AboutMe.svelte diff --git a/src/comps/Utils/HorizonalStack.svelte b/src/comps/Utils/HorizonalStack.svelte index 2fa1931..b5cc04b 100644 --- a/src/comps/Utils/HorizonalStack.svelte +++ b/src/comps/Utils/HorizonalStack.svelte @@ -1,10 +1,21 @@ -
- +
+
+ +
\ No newline at end of file diff --git a/src/comps/Utils/VerticalStack.svelte b/src/comps/Utils/VerticalStack.svelte index 474252a..7b9e06d 100644 --- a/src/comps/Utils/VerticalStack.svelte +++ b/src/comps/Utils/VerticalStack.svelte @@ -1,4 +1,4 @@ -
+
\ No newline at end of file diff --git a/src/comps/timeline/timeline.svelte b/src/comps/timeline/timeline.svelte index 95405ac..1302842 100644 --- a/src/comps/timeline/timeline.svelte +++ b/src/comps/timeline/timeline.svelte @@ -1,12 +1,16 @@ - \ No newline at end of file + +
    + + + +
+
\ No newline at end of file diff --git a/src/comps/timeline/timelineItem.svelte b/src/comps/timeline/timelineItem.svelte index 3cdf13d..677ff4a 100644 --- a/src/comps/timeline/timelineItem.svelte +++ b/src/comps/timeline/timelineItem.svelte @@ -10,8 +10,8 @@ export let desc: string = "null"; -
- {title} +
  • + {title} {#if imagePath !== "null"} @@ -20,8 +20,10 @@ -
  • + \ No newline at end of file diff --git a/src/routes/zhen/+page.svelte b/src/routes/zhen/+page.svelte index f21056c..9085eb0 100644 --- a/src/routes/zhen/+page.svelte +++ b/src/routes/zhen/+page.svelte @@ -1,5 +1,13 @@ - + + + + + + + \ No newline at end of file diff --git a/src/routes/zhen/Comps/AboutMe.svelte b/src/routes/zhen/Comps/AboutMe.svelte new file mode 100644 index 0000000..dfd97f5 --- /dev/null +++ b/src/routes/zhen/Comps/AboutMe.svelte @@ -0,0 +1,20 @@ + + + + + + \ No newline at end of file diff --git a/src/routes/zhen/Comps/TopAnimatedBackground.svelte b/src/routes/zhen/Comps/TopAnimatedBackground.svelte index 72ec3aa..f2adbca 100644 --- a/src/routes/zhen/Comps/TopAnimatedBackground.svelte +++ b/src/routes/zhen/Comps/TopAnimatedBackground.svelte @@ -113,8 +113,8 @@ - - + +
    - - - -