From ada9117bf159bad07f3949299a2de17ac19f646d Mon Sep 17 00:00:00 2001 From: Dired Date: Mon, 11 Sep 2023 14:00:44 +0200 Subject: [PATCH 1/4] changed spacing in the schedule section on very large display --- components/ScheduleSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ScheduleSection.js b/components/ScheduleSection.js index 597a6e3..02c8bd8 100644 --- a/components/ScheduleSection.js +++ b/components/ScheduleSection.js @@ -36,7 +36,7 @@ const schedule=[ export function ScheduleSection(props){ return ( -
+

Schedule

Place: VentureX san diego

From 0cd10e66300bf40edddc989624c87f33774745bf Mon Sep 17 00:00:00 2001 From: Dired Date: Mon, 11 Sep 2023 18:49:27 +0200 Subject: [PATCH 2/4] merge --- components/ScheduleSection.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/components/ScheduleSection.js b/components/ScheduleSection.js index b30d276..5d4288b 100644 --- a/components/ScheduleSection.js +++ b/components/ScheduleSection.js @@ -55,11 +55,9 @@ const schedule=[ export function ScheduleSection(props){ return ( -<<<<<<< HEAD +
-======= -
->>>>>>> a6b452df58d3e34ab8744eca6462bc6a097ecedd +

Schedule

Place: VentureX San Diego

From 7e198d001ad9df4e175bd8886741b73572adffb6 Mon Sep 17 00:00:00 2001 From: Dired Date: Mon, 11 Sep 2023 19:37:02 +0200 Subject: [PATCH 3/4] added icon and fixed layout issue --- components/ScheduleSection.js | 20 +++++++++++++------- public/ClockOutline.svg | 4 ++++ 2 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 public/ClockOutline.svg diff --git a/components/ScheduleSection.js b/components/ScheduleSection.js index 5d4288b..7ae2737 100644 --- a/components/ScheduleSection.js +++ b/components/ScheduleSection.js @@ -56,7 +56,7 @@ export function ScheduleSection(props){ return ( -
+

Schedule

@@ -97,8 +97,10 @@ export function Leaf(props){ const textAlign=(props.index%2)==0?" text-right ": " text-left "; const flexAlign=(props.index%2)==0?" flex-row ": " flex-row-reverse "; + const justify=(props.index%2)==0?" justify-end ": " justify-start "; const descriptionDefinedBorder=(props.index%2)==0?" border-r-8 ": " border-l-8 "; const timeDefinedBorder=(props.index%2)==0?" border-l-8 ": " border-r-8 "; + const position=(props.index%2)==0?" relative left-[5px] ": " relative left-[-5px] "; return ( @@ -106,14 +108,18 @@ export function Leaf(props){
  • -
    -

    {props.duration}

    -

    {props.title}

    +
    +
    + +

    {props.duration}

    +
    + +

    {props.title}

    {props.description}

    -
    +
    @@ -121,11 +127,11 @@ export function Leaf(props){
    -

    {props.time}

    +

    {props.time}

  • - + ); } diff --git a/public/ClockOutline.svg b/public/ClockOutline.svg new file mode 100644 index 0000000..3e009a1 --- /dev/null +++ b/public/ClockOutline.svg @@ -0,0 +1,4 @@ + + + + From f0cf72de287c4d8607f559bf73470bfafa451816 Mon Sep 17 00:00:00 2001 From: Dired Date: Mon, 11 Sep 2023 19:42:45 +0200 Subject: [PATCH 4/4] fixed some design --- components/ScheduleSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ScheduleSection.js b/components/ScheduleSection.js index 7ae2737..67a9395 100644 --- a/components/ScheduleSection.js +++ b/components/ScheduleSection.js @@ -111,7 +111,7 @@ export function Leaf(props){
    -

    {props.duration}

    +

    {props.duration}

    {props.title}