Compare commits
3 commits
faf5f5766d
...
8f7922ce61
Author | SHA1 | Date | |
---|---|---|---|
8f7922ce61 | |||
231b8917aa | |||
f49df34d90 |
3 changed files with 14 additions and 19 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -242,9 +242,6 @@ ul {
|
|||
.title, .duration.org {
|
||||
font-weight: bold;
|
||||
}
|
||||
.small {
|
||||
font-size: .9em;
|
||||
}
|
||||
.sub, .period {
|
||||
font-size: .75em;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue