Compare commits

..

No commits in common. "faf5f5766d68545af75aeec7a51589d6d30d51bb" and "cc1f5d17e8c141d2393fd5af35da081a0300edfa" have entirely different histories.

3 changed files with 29 additions and 27 deletions

View file

@ -31,8 +31,8 @@
<a href="https://en.wikipedia.org/wiki/France">France</a>
</p>
</div>
<a class="logo" href="../fr"><img class="logo" src="../img/fr.png" alt="Français"></a>
<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>
<button class="link" id="link"><img class="inline" src="../img/link.svg" alt="Links"></button>
</header>
@ -40,24 +40,30 @@
<a href="../marc.beninca.vcf">
<img class="big" id="vcard" src="../img/marc.beninca.svg" alt="Vcard QR code">
</a>
<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>
<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>
</tr>
<tr>
<th scope="row"><a href="https://en.wikipedia.org/wiki/American_English">english</a></th>
<td class="level">C2</td>
<th scope="row"><a href="https://en.wikipedia.org/wiki/American_English">en US</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 scope="row"><a href="https://en.wikipedia.org/wiki/French_of_France">fr FR</a></th>
<td class="level">C 2</td>
</tr>
</tbody></table>
<a href="../img/photo.png">
<img class="big photo" src="../img/photo.png" alt="Me in front of hex dumps">
</a>
</section>
</article>
<section>
<h2>Links</h2>
<section class="banner">
<table><tbody>
<tr>
@ -78,11 +84,6 @@
</tbody></table>
</section>
</article>
<section>
<h2>Links</h2>
<h3>Identity</h3>
<table><tbody>

View file

@ -31,8 +31,8 @@
<a href="https://fr.wikipedia.org/wiki/France">France</a>
</p>
</div>
<a class="logo" href="../en"><img class="logo" src="../img/en.png" alt="English"></a>
<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>
<button class="link" id="link"><img class="inline" src="../img/link.svg" alt="Liens"></button>
</header>
@ -40,24 +40,30 @@
<a href="../marc.beninca.vcf">
<img class="big" id="vcard" src="../img/marc.beninca.svg" alt="Code QR de contact">
</a>
<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>
<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>
</tr>
<tr>
<th scope="row"><a href="https://fr.wikipedia.org/wiki/Anglais_américain">anglais</a></th>
<td class="level">C2</td>
<th scope="row"><a href="https://fr.wikipedia.org/wiki/Anglais_américain">en US</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 scope="row"><a href="https://fr.wikipedia.org/wiki/Français_de_France">fr FR</a></th>
<td class="level">C 2</td>
</tr>
</tbody></table>
<a href="../img/photo.png">
<img class="big photo" src="../img/photo.png" alt="Moi devant des dumps hexdécimaux">
</a>
</section>
</article>
<section>
<h2>Liens</h2>
<section class="banner">
<table><tbody>
<tr>
@ -78,11 +84,6 @@
</tbody></table>
</section>
</article>
<section>
<h2>Liens</h2>
<h3>Identité</h3>
<table><tbody>

View file

@ -264,5 +264,5 @@ ul {
.columns { grid-template-columns: 2fr 1fr; }
aside { order: 2; }
main { order: 1; }
#lang, #theme { display: none; }
#theme { display: none; }
}