From fea805fa0b579680421f59162e54ab650e147253 Mon Sep 17 00:00:00 2001 From: Paul Rosen Date: Tue, 13 Feb 2024 09:16:39 -0700 Subject: [PATCH 1/2] updated menu for tutorials and panels --- _data/navigation.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index 3edf1f5b0..2dee5040f 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -65,7 +65,7 @@ menu: links: - text: "Destination Guide" url: "/year/2024/destination" - is_new: true + is_new: false # - text: "Accommodation" # url: "/year/2024/info/registration/hotel-information" # - text: "Visa & Travel" @@ -118,13 +118,15 @@ menu: - text: "Posters" url: "/year/2024/info/call-participation/posters" is_new: true - # - text: "Tutorials" - # url: "/year/2024/info/call-participation/tutorials" + - text: "Tutorials" + url: "/year/2024/info/call-participation/tutorials" + is_new: true - text: "Workshops" url: "/year/2024/info/call-participation/workshops" is_new: true - # - text: "Panels" - # url: "/year/2024/info/call-participation/panels" + - text: "Panels" + url: "/year/2024/info/call-participation/panels" + is_new: true # - text: "Doctoral Colloquium" # url: "/year/2024/info/call-participation/doctoral-colloquium" # - text: "Application Spotlights" From a6d337758c50dc1b8c20349af512266165dc209f Mon Sep 17 00:00:00 2001 From: Paul Rosen Date: Tue, 13 Feb 2024 10:20:48 -0700 Subject: [PATCH 2/2] fixed minor style bug --- src/styles/sections.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/sections.css b/src/styles/sections.css index eadc2c66d..dd8e28115 100644 --- a/src/styles/sections.css +++ b/src/styles/sections.css @@ -43,7 +43,7 @@ height: 65px; bottom: -64px; /* Fixes a 1px gap in Chrome */ clip-path: polygon(100% 0, 100% 100%, 65px 100%, 0 0); - background-image: url('/year/2021/assets/theme/decorative_line_left.svg'); + background-image: url('/assets/theme/decorative_line_left.svg'); background-repeat: no-repeat; background-position: 80px 20px; } @@ -58,7 +58,7 @@ } .section__content-wrapper--decorative { - background-image: url('/year/2021/assets/theme/decorative_line_right.svg'); + background-image: url('/assets/theme/decorative_line_right.svg'); background-repeat: no-repeat; background-position: right top 50px; }