Compare commits

..

10 commits

Author SHA1 Message Date
Alexandre Balmes 5741999e1b
Merge pull request #226 from xgorse/patch-1
Add Xavier Gorse
2019-12-10 09:18:08 +01:00
Alexandre Balmes 9c12ea9a67
Merge branch 'content' into patch-1 2019-12-10 09:17:58 +01:00
Alexandre Balmes e94f09cb2a
Merge pull request #227 from Marthin-/patch-1
Update _index.md
2019-12-10 09:17:24 +01:00
Alexandre Balmes 6bdfdb5d40
Merge branch 'content' into patch-1 2019-12-10 09:17:06 +01:00
Alexandre Balmes 2a89478572
Merge pull request #228 from onestlatech/Pascal-Roux
Pascal Roux
2019-12-10 09:16:33 +01:00
Richard Hanna 128c22d01c
Merge pull request #162 from notabene/patch-2
Accessibility: do not convey meaning through colour alone
2019-12-10 09:14:43 +01:00
Marthin- 8909789006
Update _index.md 2019-12-10 09:14:17 +01:00
Xavier Gorse 9cbbeceb10
Add Xavier Gorse 2019-12-10 09:14:06 +01:00
notabene 8cfab18e04
Deleting now-useless line 2019-12-10 08:14:43 +01:00
notabene 813a2eba33
Accessibility: do not convey meaning through colour alone
Some people aren't sensitive to colour, so in order to differentiate links from surrounding text, we must rely on colour **plus** something else. Reinstate underlines, please pretty please.

/me doing my Bambi eyes
2019-12-09 22:21:18 +01:00
2 changed files with 5 additions and 3 deletions

View file

@ -229,7 +229,6 @@ Le format à respecter est : `[Prénom Nom](https://web-ou-reseau-social), fonct
* [Grégoire Marchal](https://twitter.com/Gregoire_M), développeur
* [Hélène Marchois](https://twitter.com/HeleneMaitre), agiliste [fairness.coop](https://fairness.coop/)
* [Mathieu Marchois](https://twitter.com/mmarchois), développeur [fairness.coop](https://fairness.coop/)
* [Benjamin Marguin](https://twitter.com/mab_), développeur web, formateur Git
* Julien Manganne, développeur
* Colin Maudry, Conseiller indépendant en Open Data
* Nawo Mbechezi, Développeur
@ -379,6 +378,8 @@ Le format à respecter est : `[Prénom Nom](https://web-ou-reseau-social), fonct
* Lucie Steiblé, linguiste programmeuse
* [Florian FERRIERE](https://github.com/fferriere), Développeur
* [Franck Matsos](https://twitter.com/fmatsos), Développeur web
* [Xavier Gorse](https://twitter.com/xgorse), Entrepreneur
* [Martin Guilloux] (https://cv.nimrodel.fr), Ingénieur Système Linux
* [Pascal Roux](https://github.com/pizzavomito), Développeur
### Organisations

View file

@ -49,9 +49,10 @@ ul {
padding-left: 2em;
}
a, a:visited {
a:links, a:visited {
color: #0085a1;
text-decoration: none;
text-decoration: underline;
text-decoration-skip-ink: auto;
}
a:hover {