Merge branch 'content' into patch-1
This commit is contained in:
commit
6bdfdb5d40
|
@ -358,7 +358,7 @@ Le format à respecter est : `[Prénom Nom](https://web-ou-reseau-social), fonct
|
||||||
* [Mehdi Zakaria Benadel](https://github.com/murazaki), Ingénieur développeur
|
* [Mehdi Zakaria Benadel](https://github.com/murazaki), Ingénieur développeur
|
||||||
* [Michel Guillou](https:/twitter.com/michelguillou), Observateur
|
* [Michel Guillou](https:/twitter.com/michelguillou), Observateur
|
||||||
* [Thibault Duplessis](https://github.com/ornicar), code monkey
|
* [Thibault Duplessis](https://github.com/ornicar), code monkey
|
||||||
* [Johan Le Baut], Ingénieur développeur
|
* Johan Le Baut, Ingénieur développeur
|
||||||
* Julien Manganne, Développeur
|
* Julien Manganne, Développeur
|
||||||
* [Simon Bée](https://github.com/simon-bee), Développeur web
|
* [Simon Bée](https://github.com/simon-bee), Développeur web
|
||||||
* [Rémi Patrizio](https://twitter.com/remipatrizio), Développeur chez Antadis
|
* [Rémi Patrizio](https://twitter.com/remipatrizio), Développeur chez Antadis
|
||||||
|
@ -380,6 +380,7 @@ Le format à respecter est : `[Prénom Nom](https://web-ou-reseau-social), fonct
|
||||||
* [Florian FERRIERE](https://github.com/fferriere), Développeur
|
* [Florian FERRIERE](https://github.com/fferriere), Développeur
|
||||||
* [Franck Matsos](https://twitter.com/fmatsos), Développeur web
|
* [Franck Matsos](https://twitter.com/fmatsos), Développeur web
|
||||||
* [Martin Guilloux] (https://cv.nimrodel.fr), Ingénieur Système Linux
|
* [Martin Guilloux] (https://cv.nimrodel.fr), Ingénieur Système Linux
|
||||||
|
* [Pascal Roux](https://github.com/pizzavomito), Développeur
|
||||||
|
|
||||||
### Organisations
|
### Organisations
|
||||||
|
|
||||||
|
|
|
@ -49,9 +49,10 @@ ul {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a, a:visited {
|
a:links, a:visited {
|
||||||
color: #0085a1;
|
color: #0085a1;
|
||||||
text-decoration: none;
|
text-decoration: underline;
|
||||||
|
text-decoration-skip-ink: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
|
Loading…
Reference in a new issue