Compare commits

...

3 commits

Author SHA1 Message Date
8f7922ce61
−small
All checks were successful
/ job (push) Successful in 1m18s
2025-04-02 22:29:06 +02:00
231b8917aa
lang/flags 2025-04-02 22:26:58 +02:00
f49df34d90
lang/colspan 2025-04-02 22:17:36 +02:00
3 changed files with 14 additions and 19 deletions

View file

@ -32,7 +32,7 @@
</p>
</div>
<button id="theme"><img class="inline" src="../img/theme.svg" alt="Theme"></button>
<a class="logo" href="../fr" id="lang"><img class="logo" src="../img/fr.png" alt="Français"></a>
<a class="logo" href="../fr" id="lang"><img class="logo" src="../img/fr.png" alt="Lien vers document en Français"></a>
<button class="link" id="link"><img class="inline" src="../img/link.svg" alt="Links"></button>
</header>
@ -43,18 +43,17 @@
<a href="../img/photo.png">
<img class="big photo" src="../img/photo.png" alt="Me in front of hex dumps">
</a>
<table class="small"><tbody>
<table><tbody>
<tr>
<td />
<th scope="col"><a href="https://en.wikipedia.org/wiki/Common_European_Framework_of_Reference_for_Languages#Common_reference_levels"><abbr title="Common European Framework of Reference for Languages">CEF RL</abbr></a></th>
<th colspan="2" scope="col"><a href="https://en.wikipedia.org/wiki/Common_European_Framework_of_Reference_for_Languages#Common_reference_levels"><abbr title="Common European Framework of Reference for Languages">CEFRL</abbr></a></th>
</tr>
<tr>
<th scope="row"><a href="https://en.wikipedia.org/wiki/American_English">english</a></th>
<td class="level">C2</td>
<th class="logo" scope="row"><a href="https://en.wikipedia.org/wiki/American_English"><img class="logo" src="../img/en.png" alt="English"></a></th>
<td class="level">C 2</td>
</tr>
<tr>
<th scope="row"><a href="https://en.wikipedia.org/wiki/French_of_France">french</a></th>
<td class="level">C2</td>
<th class="logo" scope="row"><a href="https://en.wikipedia.org/wiki/French_of_France"><img class="logo" src="../img/fr.png" alt="French"></a></th>
<td class="level">C 2</td>
</tr>
</tbody></table>
</section>

View file

@ -32,7 +32,7 @@
</p>
</div>
<button id="theme"><img class="inline" src="../img/theme.svg" alt="Thème"></button>
<a class="logo" href="../en" id="lang"><img class="logo" src="../img/en.png" alt="English"></a>
<a class="logo" href="../en" id="lang"><img class="logo" src="../img/en.png" alt="Link to document in English"></a>
<button class="link" id="link"><img class="inline" src="../img/link.svg" alt="Liens"></button>
</header>
@ -43,18 +43,17 @@
<a href="../img/photo.png">
<img class="big photo" src="../img/photo.png" alt="Moi devant des dumps hexdécimaux">
</a>
<table class="small"><tbody>
<table><tbody>
<tr>
<td />
<th scope="col"><a href="https://fr.wikipedia.org/wiki/Cadre_européen_commun_de_référence_pour_les_langues#Échelle_globale"><abbr title="Cadre Européen Commun de Référence pour les Langues">CEC RL</abbr></a></th>
<th colspan="2" scope="col"><a href="https://fr.wikipedia.org/wiki/Cadre_européen_commun_de_référence_pour_les_langues#Échelle_globale"><abbr title="Cadre Européen Commun de Référence pour les Langues">CECRL</abbr></a></th>
</tr>
<tr>
<th scope="row"><a href="https://fr.wikipedia.org/wiki/Anglais_américain">anglais</a></th>
<td class="level">C2</td>
<th class="logo" scope="row"><a href="https://fr.wikipedia.org/wiki/Anglais_américain"><img class="logo" src="../img/en.png" alt="Anglais"></a></th>
<td class="level">C 2</td>
</tr>
<tr>
<th scope="row"><a href="https://fr.wikipedia.org/wiki/Français_de_France">français</a></th>
<td class="level">C2</td>
<th class="logo" scope="row"><a href="https://fr.wikipedia.org/wiki/Français_de_France"><img class="logo" src="../img/fr.png" alt="Français"></a></th>
<td class="level">C 2</td>
</tr>
</tbody></table>
</section>

View file

@ -242,9 +242,6 @@ ul {
.title, .duration.org {
font-weight: bold;
}
.small {
font-size: .9em;
}
.sub, .period {
font-size: .75em;
}