This project is developed as part of a test assignment. Its a responsive website project. This project was developed using HTML and CSS, incorporating accessibility features (ARIA attributes) and following BEM (Block Element Modifier) notation.
- Design: Optimized for desktop and mobile resolution.
- Accessibility: ARIA attributes added for improved accessibility.
- Clean Code: Organized using BEM notation for maintainability.
- Compatibility: Works seamlessly across modern browsers.
- Markup Language: HTML
- Styling: CSS
- Version Control: Git
- Hosting: GitHub Pages
Open the index.html file in any web browser to see the Goszakz website in action. The CSS file linked in the HTML ensures that the site layout remains consistent with the design specifications.
ARIA (Accessible Rich Internet Applications) attributes have been used to enhance accessibility. These attributes help screen readers interpret the page content better, making it more user-friendly for individuals with disabilities.
The CSS is structured using Block Element Modifier (BEM) notation for better readability and maintainability.