Simple project made with css,html, and js. The website is about offering simple courses for teens aged through 13-18 about foundational concepts including: physics, programming, and other sciences.
The website is made to be responsive for different screen sizes like mobile, tablets, and PCs using media queries and viewports.
Offering accessability so people with different forms of disabillities can similarly navigate our website and comply with standards.
altattributes are named approritely and left empty in case of decorative images to help screen readers.- color contrast meets AA compliance at minimum.
- the site is designed to be navigatable using keyboard only.
- additionally, focus effects are applied to all clickable buttons for visual clarity.
- using semantic html like
<footer>and<section>helps screen readers users to identify specific sections of a page.