Compare commits

...

3 commits

Author SHA1 Message Date
0169948a6c
order
All checks were successful
/ job (push) Successful in 1m16s
2025-04-14 23:19:47 +02:00
b3dd45a993
All checks were successful
/ job (push) Successful in 1m15s
2025-04-14 23:18:40 +02:00
4fd5d9a19d
social 2025-04-14 23:17:47 +02:00
3 changed files with 30 additions and 30 deletions

View file

@ -239,19 +239,6 @@
<td><a href="https://youtube.com/@marc.beninca">youtube.com</a></td> <td><a href="https://youtube.com/@marc.beninca">youtube.com</a></td>
</tr> </tr>
</tbody></table> </tbody></table>
<hr>
<table><tbody>
<tr>
<th scope="row"><a href="https://en.wikipedia.org/wiki/Bluesky">BlueSky</a></th>
<td class="logo"><img class="logo" src="../img/bluesky.svg" alt="BlueSky logo"></td>
<td><a href="https://bsky.app/profile/marc.beninca.link">bsky.app</a></td>
</tr>
<tr>
<th scope="row"><a href="https://en.wikipedia.org/wiki/PeerTube">PeerTube</a></th>
<td class="logo"><img class="logo" src="../img/peertube.svg" alt="PeerTube logo"></td>
<td><a href="https://videos.trom.tf/@marc.beninca">videos.trom.tf</a></td>
</tr>
</tbody></table>
<h3>Identity</h3> <h3>Identity</h3>
@ -269,6 +256,21 @@
</tr> </tr>
</tbody></table> </tbody></table>
<h3>Social</h3>
<table><tbody>
<tr>
<th scope="row"><a href="https://en.wikipedia.org/wiki/Bluesky">BlueSky</a></th>
<td class="logo"><img class="logo" src="../img/bluesky.svg" alt="BlueSky logo"></td>
<td><a href="https://bsky.app/profile/marc.beninca.link">bsky.app</a></td>
</tr>
<tr>
<th scope="row"><a href="https://en.wikipedia.org/wiki/PeerTube">PeerTube</a></th>
<td class="logo"><img class="logo" src="../img/peertube.svg" alt="PeerTube logo"></td>
<td><a href="https://videos.trom.tf/@marc.beninca">videos.trom.tf</a></td>
</tr>
</tbody></table>
<h3>Git</h3> <h3>Git</h3>
<table><tbody> <table><tbody>

View file

@ -239,19 +239,6 @@
<td><a href="https://youtube.com/@marc.beninca">youtube.com</a></td> <td><a href="https://youtube.com/@marc.beninca">youtube.com</a></td>
</tr> </tr>
</tbody></table> </tbody></table>
<hr>
<table><tbody>
<tr>
<th scope="row"><a href="https://fr.wikipedia.org/wiki/Bluesky_Social">BlueSky</a></th>
<td class="logo"><img class="logo" src="../img/bluesky.svg" alt="Logo de BlueSky"></td>
<td><a href="https://bsky.app/profile/marc.beninca.link">bsky.app</a></td>
</tr>
<tr>
<th scope="row"><a href="https://fr.wikipedia.org/wiki/PeerTube">PeerTube</a></th>
<td class="logo"><img class="logo" src="../img/peertube.svg" alt="Logo de PeerTube"></td>
<td><a href="https://videos.trom.tf/@marc.beninca">videos.trom.tf</a></td>
</tr>
</tbody></table>
<h3>Identité</h3> <h3>Identité</h3>
@ -269,6 +256,21 @@
</tr> </tr>
</tbody></table> </tbody></table>
<h3>Social</h3>
<table><tbody>
<tr>
<th scope="row"><a href="https://fr.wikipedia.org/wiki/Bluesky_Social">BlueSky</a></th>
<td class="logo"><img class="logo" src="../img/bluesky.svg" alt="Logo de BlueSky"></td>
<td><a href="https://bsky.app/profile/marc.beninca.link">bsky.app</a></td>
</tr>
<tr>
<th scope="row"><a href="https://fr.wikipedia.org/wiki/PeerTube">PeerTube</a></th>
<td class="logo"><img class="logo" src="../img/peertube.svg" alt="Logo de PeerTube"></td>
<td><a href="https://videos.trom.tf/@marc.beninca">videos.trom.tf</a></td>
</tr>
</tbody></table>
<h3>Git</h3> <h3>Git</h3>
<table><tbody> <table><tbody>

View file

@ -251,15 +251,11 @@ ul {
@media (width > 66ch) { @media (width > 66ch) {
.columns { grid-template-columns: 2fr 1fr; } .columns { grid-template-columns: 2fr 1fr; }
aside { order: 2; }
main { order: 1; }
} }
@media print { @media print {
@page { size: A4; } @page { size: A4; }
html { font-size: 3mm; } html { font-size: 3mm; }
.columns { grid-template-columns: 2fr 1fr; } .columns { grid-template-columns: 2fr 1fr; }
aside { order: 2; }
main { order: 1; }
button { display: none; } button { display: none; }
} }