Compare commits

...

6 commits

Author SHA1 Message Date
faf5f5766d
lang
All checks were successful
/ job (push) Successful in 1m15s
2025-04-02 22:10:35 +02:00
c0a84d295a
c2 2025-04-02 21:39:34 +02:00
bf98bf59ac
en,fr 2025-04-02 21:38:30 +02:00
84fbba58f2
2025-04-02 21:35:30 +02:00
f32cbd8376
2025-04-02 21:28:41 +02:00
c3eab65ab2
2025-04-02 21:27:13 +02:00
3 changed files with 27 additions and 29 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,30 +40,24 @@
<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">en US</a></th>
<td class="level">C 2</td>
<th scope="row"><a href="https://en.wikipedia.org/wiki/American_English">english</a></th>
<td class="level">C2</td>
</tr>
<tr>
<th scope="row"><a href="https://en.wikipedia.org/wiki/French_of_France">fr FR</a></th>
<td class="level">C 2</td>
<th scope="row"><a href="https://en.wikipedia.org/wiki/French_of_France">french</a></th>
<td class="level">C2</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>
@ -84,6 +78,11 @@
</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,30 +40,24 @@
<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">en US</a></th>
<td class="level">C 2</td>
<th scope="row"><a href="https://fr.wikipedia.org/wiki/Anglais_américain">anglais</a></th>
<td class="level">C2</td>
</tr>
<tr>
<th scope="row"><a href="https://fr.wikipedia.org/wiki/Français_de_France">fr FR</a></th>
<td class="level">C 2</td>
<th scope="row"><a href="https://fr.wikipedia.org/wiki/Français_de_France">français</a></th>
<td class="level">C2</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>
@ -84,6 +78,11 @@
</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; }
#theme { display: none; }
#lang, #theme { display: none; }
}