Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/delphinemillet/devenez-accessible

🏁 Talk about accessibility in web development
https://github.com/delphinemillet/devenez-accessible

Last synced: 21 days ago
JSON representation

🏁 Talk about accessibility in web development

Awesome Lists containing this project

README

        

# Devenez accessible !
Bienvenue sur le répertoire source de ma conférence sur l'accessibilité !

- Toutes les infos sont dans le README 👌
- Les problĂšmes d'accessibilitĂ© sont dĂ©crits en commentaire dans le code source 📖
- Le code est Ă©galement disponible sur [CodeSandbox](https://codesandbox.io/s/5jibj)
- N'hĂ©sitez pas Ă  ouvrir des issues / PR đŸ€—

## Qui
- Delphine MILLET [[Twitter](https://twitter.com/milletdelphine)]

## Slides
- [DerniĂšre version FR](https://docs.google.com/presentation/d/1x2AZr5LzWqJTQZnzKfFcAWAcOXA1m35FKH4q4w0lEr4/edit?usp=sharing) (RivieraDev, France - 2019)
- [Version 1 FR](https://docs.google.com/presentation/d/1Hu4PsrydtgNucQyJnHUILUBHNW-KB3SGoBf_SB6x61U/edit?usp=sharing) (TouraineTech, France - 2019)

## Conférences
- [TouraineTech, France - 2019](https://touraine.tech/)
- [RivieraDev, France - 2019](https://rivieradev.fr/)

## Code commenté
- Elements intéractifs
* [CSS](https://github.com/delphinemillet/devenez-accessible/blob/master/src/pages/interactions/styles.css#L22)
* [HTML](https://github.com/delphinemillet/devenez-accessible/blob/master/src/pages/interactions/interactions.jsx)
- [Images](https://github.com/delphinemillet/devenez-accessible/tree/master/src/pages/images/images.jsx)
- [Formulaire](https://github.com/delphinemillet/devenez-accessible/blob/master/src/pages/formulaire/formulaire.jsx)
- Modale
* [Element déclencheur](https://github.com/delphinemillet/devenez-accessible/blob/master/src/pages/modale/modale.jsx)
* [Composant modale](https://github.com/delphinemillet/devenez-accessible/blob/master/src/components/modal/modal.jsx)
- [Couleurs](https://github.com/delphinemillet/devenez-accessible/blob/master/src/pages/couleurs/couleurs.jsx)