Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/delphinemillet/devenez-accessible
- Owner: delphinemillet
- Created: 2019-01-29T13:01:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:49:08.000Z (about 2 years ago)
- Last Synced: 2024-10-29T03:33:29.155Z (2 months ago)
- Language: JavaScript
- Homepage: https://5jibj.codesandbox.io/
- Size: 3.64 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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)