diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6b665aa --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} diff --git a/README.md b/README.md index 57e6d16..96461a2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,4 @@ # Web Accessibility Project -A basic web server template focused on web accessibility practices. +github.com/HolaCarmensita/js-project-accessibility. -### Installation - -1. Fork this repository by clicking the "Fork" button at the top right of the GitHub repository page. - -2. Clone your forked repository diff --git a/about.html b/about.html index 5adbad6..a8dba30 100644 --- a/about.html +++ b/about.html @@ -6,5 +6,46 @@
+ This project gave me the opportunity to apply key accessibility principles + and contribute to a more inclusive web. It’s been a valuable learning + experience that really highlighted the importance of designing for all + users. Here are some helpful links to documentation that can support you + as a developer on your journey to prioritizing accessibility on the web + and helping ensure equal opportunities for everyone. +
+ link1 + link2 + + link3 + + link4 + ++ This website was created as part of a course focused on web accessibility + – the practice of building websites that are usable for everyone, + including those who use screen readers, keyboard navigation, or other + assistive technologies. As part of the course, the task was to build a + multiple-choice quiz with accessibility in mind. This project has been all + about applying accessibility principles in practice, ensuring that the + interface is not only functional, but also inclusive. Whether you're + navigating with a mouse, a keyboard, or assistive tools, this site is + designed to offer a smooth and user-friendly experience for all. +
+