Skip to content

Add office hours to footer#467

Merged
JoeProgrammer88 merged 3 commits intomainfrom
copilot/add-office-hours-footer
Feb 19, 2026
Merged

Add office hours to footer#467
JoeProgrammer88 merged 3 commits intomainfrom
copilot/add-office-hours-footer

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 19, 2026

Client requested office hours displayed in the footer above the copyright notice.

Changes

  • Added #footer-office-hours div above #footer-copyright in _Layout.cshtml footer, using separate <p> tags per time block for screen reader accessibility
<div class="footer-item" id="footer-office-hours">
    <p>Office Hours:</p>
    <p>Monday - Thursday 9:00am - 4:30pm</p>
    <p>Friday 9:00am - 1:00pm</p>
</div>

Copilot Summary

Single-file change to Views/Shared/_Layout.cshtml. Office hours split into separate paragraphs rather than a single line with &nbsp; separators for better accessibility.

Original prompt

This section details on the original issue you should resolve

<issue_title>[Request] - Add office hours</issue_title>
<issue_description>Client would like office hours displayed in the footer where the copyright is (let's add it above the copyright year)

Office Hours:
Monday - Thursday 9:00am - 4:30pm  Friday 9:00am - 1:00pm </issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: JoeProgrammer88 <7156063+JoeProgrammer88@users.noreply.github.com>
Copilot AI changed the title [WIP] Add office hours to footer section Add office hours to footer Feb 19, 2026
Refactored CSS to use flexbox for the body and footer, ensuring the footer stays at the bottom of the viewport and improving responsiveness. Removed absolute positioning and fixed heights from the footer, adjusted padding and alignment, and updated main content and container rules for a more flexible, mobile-friendly layout.
Copy link
Copy Markdown
Member

@JoeProgrammer88 JoeProgrammer88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With more data in the footer, we had to do a little refactoring to use flexbox and a more fluid layout to avoid oddly stacked content

@JoeProgrammer88 JoeProgrammer88 marked this pull request as ready for review February 19, 2026 22:30
@JoeProgrammer88 JoeProgrammer88 merged commit b6b46ac into main Feb 19, 2026
1 check passed
@JoeProgrammer88 JoeProgrammer88 deleted the copilot/add-office-hours-footer branch February 19, 2026 22:30
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.

[Request] - Add office hours

2 participants