Compare commits
3 commits
3377997450
...
0169948a6c
Author | SHA1 | Date | |
---|---|---|---|
0169948a6c | |||
b3dd45a993 | |||
4fd5d9a19d |
3 changed files with 30 additions and 30 deletions
|
@ -239,19 +239,6 @@
|
|||
<td><a href="https://youtube.com/@marc.beninca">youtube.com</a></td>
|
||||
</tr>
|
||||
</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>
|
||||
|
||||
|
@ -269,6 +256,21 @@
|
|||
</tr>
|
||||
</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>
|
||||
|
||||
<table><tbody>
|
||||
|
|
|
@ -239,19 +239,6 @@
|
|||
<td><a href="https://youtube.com/@marc.beninca">youtube.com</a></td>
|
||||
</tr>
|
||||
</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>
|
||||
|
||||
|
@ -269,6 +256,21 @@
|
|||
</tr>
|
||||
</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>
|
||||
|
||||
<table><tbody>
|
||||
|
|
|
@ -251,15 +251,11 @@ ul {
|
|||
|
||||
@media (width > 66ch) {
|
||||
.columns { grid-template-columns: 2fr 1fr; }
|
||||
aside { order: 2; }
|
||||
main { order: 1; }
|
||||
}
|
||||
|
||||
@media print {
|
||||
@page { size: A4; }
|
||||
html { font-size: 3mm; }
|
||||
.columns { grid-template-columns: 2fr 1fr; }
|
||||
aside { order: 2; }
|
||||
main { order: 1; }
|
||||
button { display: none; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue