Skip to content

Commit

Permalink
Merge pull request #1958 from PaulRosenPhD/vis2024
Browse files Browse the repository at this point in the history
updated menu for tutorials and panels
  • Loading branch information
dylancashman authored Feb 13, 2024
2 parents fa8ad91 + a6d3377 commit c4fc8b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/styles/sections.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
}
Expand Down

0 comments on commit c4fc8b7

Please sign in to comment.