Skip to content

Commit

Permalink
Schedule: Update track names to include room numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Sep 5, 2024
1 parent 7f8dc42 commit cfdaf18
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
14 changes: 9 additions & 5 deletions css/includes/schedule.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ body.single-wcb_session {
&.has-slug-opening-remarks::before,
&.has-slug-opening-remarks-2::before,
&.has-slug-closing-announcements::before {
content: "Mt Hood";
content: "Mt. Hood (Oregon Ballroom)";
}

&.has-track-5-campfire::before {
Expand All @@ -141,6 +141,10 @@ body.single-wcb_session {
&.has-slug-networking::before {
content: "Sponsor Hall" !important;
}

&.has-slug-wcus-group-photo::before {
content: "Pre-Function A" !important;
}
}

& .wordcamp-schedule__session-title {
Expand Down Expand Up @@ -265,21 +269,21 @@ body.single-wcb_session {
}

& .has-track-2-stumptown::before {
content: "Stumptown";
content: "Stumptown (B113 - B116)";
}

& .has-track-3-rose-city::before {
content: "Rose City";
content: "Rose City (A105 - A106)";
}

& .has-track-4-timbers::before {
content: "Timbers";
content: "Timbers (C123 - C124)";
}

& .has-slug-opening-remarks::before,
& .has-slug-closing-announcements::before,
& .is-spanning-all-tracks::before {
content: "Mt Hood";
content: "Mt. Hood (Oregon Ballroom)";
}

&.has-track-5-campfire::before {
Expand Down
14 changes: 9 additions & 5 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cfdaf18

Please sign in to comment.