Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wfercanas/accessibility

[βšͺ Very Easy]: Portfolio example with accessibility practices using WCAG.
https://github.com/wfercanas/accessibility

accessibility wcag

Last synced: 5 days ago
JSON representation

[βšͺ Very Easy]: Portfolio example with accessibility practices using WCAG.

Awesome Lists containing this project

README

        

# Accessibility

### Difficulty: [βšͺ Very Easy]

## Project URL

πŸš€ You can check the project in the following link: https://wfercanas.github.io/Accessibility/

## Project Description

In this project you will find a very basic portfolio website example, where some important concepts of accessibility are applied in order to enhance the experience of all users. The concepts are mainly based in WCAG and aims to comply with the basic recommendations in their AAA range.

## Technologies Used

HTML, CSS and JavaScript

## Key Concepts

The following are the most important concepts applied within the project:

1. 4 WCAG principles: perceptible, operable, comprehensible, robust.
2. Semantic HTML
3. ARIA (roles, properties and states)
4. Color contrast.
5. Descriptive icons
6. Skip links
7. Cohesion between focus and hover pseudoclasses.
8. Tabindex.
9. Connection between dinamic changes and screen readers.

## Acknowledgements

Thanks to [Juliana GΓ³mez](https://twitter.com/gmzjuliana) for its course about Web Accessibility in [Platzi](https://twitter.com/platzi)πŸ’š.