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

Show schedule #76

Merged
merged 2 commits into from
Aug 23, 2024
Merged

Show schedule #76

merged 2 commits into from
Aug 23, 2024

Conversation

ceciliasharp
Copy link
Member

No description provided.

The primary changes involve modifying the visibility of sections within the `activeSections` array in the `Index.cshtml` file. Specifically, the "sessions" section has been hidden, and the "schedule" section has been made visible. This adjustment likely indicates a shift in the webpage's focus, emphasizing the schedule over the sessions.

### List of Changes

1. **Visibility of "sessions" Section**:
   - Changed from `true` (visible) to `false` (hidden).
   - **Reference**: `Index.cshtml`

2. **Visibility of "schedule" Section**:
   - Changed from `false` (hidden) to `true` (visible).
   - **Reference**: `Index.cshtml`
The primary changes to the `_Layout.cshtml` file involve updates to the navigation menu. Specifically, the "Sessions" menu item has been commented out, and a new "Schedule" menu item has been added. The other menu items remain unchanged.

### List of Changes

1. **Commented Out "Sessions" Menu Item**:
   - The "Sessions" link, which previously pointed to `"/@slug#sessions"`, has been commented out using Razor syntax (`@* ... *@`), making it inactive.
   - **Reference**: `@* <li><a href="/@slug#sessions">Sessions</a></li> *@`

2. **Added "Schedule" Menu Item**:
   - A new "Schedule" link has been added to the navigation bar, pointing to `"/@slug#schedule"`.
   - **Reference**: `<li><a href="/@slug#schedule">Schedule</a></li>`

3. **Unchanged Menu Items**:
   - The "Tickets" and "Code of Conduct" menu items remain unchanged, ensuring continuity in the navigation structure.
   - **Reference**: `<li><a href="/@slug#tickets">Tickets</a></li>` and `<li><a href="/@slug#codeofconduct">Code of Conduct</a></li>`

These changes ensure that the navigation menu is updated to reflect the new structure while maintaining the integrity of the existing links.
@ceciliasharp ceciliasharp merged commit 10a1194 into main Aug 23, 2024
2 checks passed
@ceciliasharp ceciliasharp deleted the show_schedule branch August 23, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant