diff --git a/components/ScheduleSection.js b/components/ScheduleSection.js index aa8f877..67a9395 100644 --- a/components/ScheduleSection.js +++ b/components/ScheduleSection.js @@ -55,7 +55,9 @@ const schedule=[ export function ScheduleSection(props){ return ( -
+ +
+

Schedule

Place: VentureX San Diego

@@ -95,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 ( @@ -104,14 +108,18 @@ export function Leaf(props){
  • -
    -

    {props.duration}

    -

    {props.title}

    +
    +
    + +

    {props.duration}

    +
    + +

    {props.title}

    {props.description}

    -
    +
    @@ -119,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 @@ + + + + diff --git a/styles/globals.css b/styles/globals.css index d13c918..3822f1a 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -45,7 +45,7 @@ body { } p{ - @apply text-[14px] font-bold leading-6; + @apply text-[14px] font-medium leading-6; } em{