Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 14 additions & 7 deletions index.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,8 @@ optional string review-video:
optional string demo-date:
optional string planning-date:
optional string review-date:
boolean sidebar: false
boolean $sidebar: false
ftd.ui list sidebar-content:
children wrapper:

-- ftd.column:
Expand Down Expand Up @@ -778,6 +779,7 @@ demo-date: $upcoming-demo-day.demo-date
planning-date: $upcoming-demo-day.planning-date
review-date: $upcoming-demo-day.review-date
sidebar: $upcoming-demo-day.sidebar
sidebar-content: $upcoming-demo-day.sidebar-content
wrapper: $upcoming-demo-day.wrapper

-- upcoming-demo-day-mobile: $upcoming-demo-day.title
Expand All @@ -800,6 +802,8 @@ planning-date: $upcoming-demo-day.planning-date
review-date: $upcoming-demo-day.review-date
sidebar: $upcoming-demo-day.sidebar
wrapper: $upcoming-demo-day.wrapper
sidebar-content: $upcoming-demo-day.sidebar-content


-- end: ftd.column

Expand Down Expand Up @@ -835,6 +839,7 @@ optional string review-date:
boolean sidebar:
optional string site-name:
children wrapper:
ftd.ui list sidebar-content:

-- ftd.column:
;;open: true
Expand Down Expand Up @@ -866,7 +871,7 @@ if: { !ftd.is_empty(upcoming-demo-day-desktop.toc) }
toc-obj: $upcoming-demo-day-desktop.toc

-- ftd.column:
width: fill-container
width.fixed.percent: 60
min-height.fixed.percent: 100
margin-bottom.px: 25
margin-top.px: 25
Expand Down Expand Up @@ -1031,6 +1036,7 @@ children: $upcoming-demo-day-desktop.wrapper

-- ftd.column:
if: { upcoming-demo-day-desktop.sidebar}
children: $upcoming-demo-day-desktop.sidebar-content
min-width.fixed.px: 284
max-width.fixed.px: 284
z-index: 999
Expand All @@ -1051,7 +1057,6 @@ margin-top.px: 25
margin-bottom.px: 25
border-radius.px: 8

-- sidebar:

-- end: ftd.column

Expand Down Expand Up @@ -1092,11 +1097,11 @@ optional string demo-date:
optional string planning-date:
optional string review-date:
boolean sidebar:
ftd.ui list sidebar-content:
optional string site-name:
children wrapper:

-- ftd.column:
;;open: true
width: fill-container
spacing.fixed.px: 32

Expand Down Expand Up @@ -1297,9 +1302,6 @@ children: $upcoming-demo-day-mobile.wrapper

-- end: ftd.column

-- end: ftd.column

-- end: ftd.column

-- ftd.column:
if: { open-right-sidebar-info}
Expand Down Expand Up @@ -1340,6 +1342,7 @@ background.solid: $inherited.colors.background.step-1
z-index: 1

-- ftd.column:
children: $upcoming-demo-day-mobile.sidebar-content
width: fill-container
padding-vertical.px: 24
padding-horizontal.px: 24
Expand All @@ -1352,6 +1355,10 @@ padding-horizontal.px: 24

-- end: ftd.column

-- end: ftd.column

-- end: ftd.column

-- end: upcoming-demo-day-mobile


Expand Down
2 changes: 1 addition & 1 deletion upcoming.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
number: 12th
date: Nov 26
demo-video: rny1EGkqw_M
sidebar: true
$sidebar: true
;;id: upcoming-id

Lorem Ipsum is simply {dd: 22 nov} text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
Expand Down