Manual audit of the public site we created with intentional accessibility issues. Home, Admissions, Campus Life, and Contact are complete, along with the shared header, footer, and site-wide checks. About and Academics have not been tested yet.
The Upcoming Events tabs (Academic / Social / Athletic) are plain divs with only an onClick handler. There is no tab role, no tabindex, and no keyboard event handling. Keyboard users cannot move beyond the Academic tab, leaving the Social and Athletic panels unreachable without a mouse.
Four content images in the Academic Excellence and Campus Life sections are missing the alt attribute: the science lab photo, the business classroom photo, the arts and humanities photo, and the campus life image. Screen readers fall back to announcing the file name or "image", so the content of these images is not conveyed to non-visual users.
Additional notes
The large hero images across the site are CSS background images. They are decorative and do not require a text alternative, so they are excluded from this issue.
The Apply Now and Contact Admissions buttons in the "Ready to Start Your Journey?" section both set outline: none inline with no replacement focus style. When focused via keyboard, neither button displays a visible focus indicator. Both are primary calls to action.