Improve accessibility for dates and usage with css disabled
This commit is contained in:
parent
bdc9c7c64d
commit
b54dd02df6
2 changed files with 27 additions and 7 deletions
|
@ -72,7 +72,10 @@
|
||||||
<h2>CV</h2>
|
<h2>CV</h2>
|
||||||
<h3>Enseignement</h3>
|
<h3>Enseignement</h3>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>2023<span class="start">2022</span></dt>
|
<dt>
|
||||||
|
<span class="start">2022</span>
|
||||||
|
2023
|
||||||
|
</dt>
|
||||||
<dd><strong>STI2D et BTS Management Économique de la Construction</strong>,
|
<dd><strong>STI2D et BTS Management Économique de la Construction</strong>,
|
||||||
<em>Lycée Le Corbusier</em>, Illkirch-Graffenstaden.</dd>
|
<em>Lycée Le Corbusier</em>, Illkirch-Graffenstaden.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
@ -117,7 +120,10 @@
|
||||||
Gif-sur-Yvette.
|
Gif-sur-Yvette.
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>2022<span class="start">2021</span></dt>
|
<dt>
|
||||||
|
<span class="start">2021</span>
|
||||||
|
2022
|
||||||
|
</dt>
|
||||||
<dd><strong>Master 2 Computations in Coastal Engineering</strong>, <em>Université de Pau et des Pays de
|
<dd><strong>Master 2 Computations in Coastal Engineering</strong>, <em>Université de Pau et des Pays de
|
||||||
l'Adour</em>, Anglet.</dd>
|
l'Adour</em>, Anglet.</dd>
|
||||||
|
|
||||||
|
@ -125,22 +131,34 @@
|
||||||
<dd><strong>Agrégation externe de Sciences Industrielles de l'Ingénieur option Ingénierie des
|
<dd><strong>Agrégation externe de Sciences Industrielles de l'Ingénieur option Ingénierie des
|
||||||
Constructions</strong>. Rang : 1.</dd>
|
Constructions</strong>. Rang : 1.</dd>
|
||||||
|
|
||||||
<dt>2021<span class="start">2020</span></dt>
|
<dt>
|
||||||
|
<span class="start">2020</span>
|
||||||
|
2021
|
||||||
|
</dt>
|
||||||
<dd><strong>Master 2 Formation à l'Enseignement Supérieur en Génie Civil</strong>, <em>École Normale Supérieure
|
<dd><strong>Master 2 Formation à l'Enseignement Supérieur en Génie Civil</strong>, <em>École Normale Supérieure
|
||||||
Paris-Saclay</em>, Gif-sur-Yvette.</dd>
|
Paris-Saclay</em>, Gif-sur-Yvette.</dd>
|
||||||
|
|
||||||
<dt>2020<span class="start">2019</span></dt>
|
<dt>
|
||||||
|
<span class="start">2019</span>
|
||||||
|
2020
|
||||||
|
</dt>
|
||||||
<dd><strong>Master 1 Matériaux et Structures (MAISES)</strong>, <em>École Normale Supérieure
|
<dd><strong>Master 1 Matériaux et Structures (MAISES)</strong>, <em>École Normale Supérieure
|
||||||
Paris-Saclay</em>, Cachan.</dd>
|
Paris-Saclay</em>, Cachan.</dd>
|
||||||
|
|
||||||
<dt>2019<span class="start">2018</span></dt>
|
<dt>
|
||||||
|
<span class="start">2018</span>
|
||||||
|
2019
|
||||||
|
</dt>
|
||||||
<dd><strong>Sciences Appliquées en Physique et Ingénierie pour la Recherche et l'Enseignement</strong>, <em>École
|
<dd><strong>Sciences Appliquées en Physique et Ingénierie pour la Recherche et l'Enseignement</strong>, <em>École
|
||||||
Normale Supérieure Paris-Saclay</em>, Cachan. Niveau équivalent L3.</dd>
|
Normale Supérieure Paris-Saclay</em>, Cachan. Niveau équivalent L3.</dd>
|
||||||
|
|
||||||
<dt>2018</dt>
|
<dt>2018</dt>
|
||||||
<dd><strong>Concours d'entrée aux grandes écoles X–ENS</strong>. Rang : 13.</dd>
|
<dd><strong>Concours d'entrée aux grandes écoles X–ENS</strong>. Rang : 13.</dd>
|
||||||
|
|
||||||
<dt>2018<span class="start">2016</span></dt>
|
<dt>
|
||||||
|
<span class="start">2016</span>
|
||||||
|
2018
|
||||||
|
</dt>
|
||||||
<dd><strong>Classe Préparatoire aux Grandes Écoles PCSI–PSI*</strong>, <em>Lycée Polyvalent Louis
|
<dd><strong>Classe Préparatoire aux Grandes Écoles PCSI–PSI*</strong>, <em>Lycée Polyvalent Louis
|
||||||
Couffignal</em>, Strasbourg.</dd>
|
Couffignal</em>, Strasbourg.</dd>
|
||||||
|
|
||||||
|
|
|
@ -159,9 +159,11 @@ dt {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
font-feature-settings: "ss01", "ss02", "ss03", "tnum";
|
font-feature-settings: "ss01", "ss02", "ss03", "tnum";
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
display: grid;
|
||||||
}
|
}
|
||||||
dt span {
|
dt span {
|
||||||
display: block;
|
grid-row: 2;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
dt span.start {
|
dt span.start {
|
||||||
font-size: .75em;
|
font-size: .75em;
|
||||||
|
|
Loading…
Reference in a new issue