This commit is contained in:
Marc Beninca 2025-02-12 22:48:46 +01:00
parent f2a69d5678
commit ab7928e924
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 20 additions and 10 deletions

View file

@ -7,8 +7,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Curriculum Vitæ</title> <title>Curriculum Vitæ</title>
<link rel="stylesheet" href="style/reset.css"> <link rel="stylesheet" href="style/reset.css">
<link rel="stylesheet" href="style/light.css">
<link rel="stylesheet" href="style/debug.css"> <link rel="stylesheet" href="style/debug.css">
<link rel="stylesheet" href="style/light.css">
</head> </head>
<body> <body>
@ -50,15 +50,24 @@
<section> <section>
<h2>Skills</h2> <h2>Skills</h2>
<ul>
<li>build Debian images with a custom huge bash script, <h3>Boot</h3>
from scratch & mirrors & without installer</li> GRUB, SquashFS, EFI, Secure Boot, BIOS
</ul>
<h3>Operating Systems</h3>
Debian, Alma/Rocky, Alpine, OpenSUSE, Ubuntu
<h3>Virtualization</h3>
Docker, LXC, QEMU
<h3>Languages</h3> <h3>Languages</h3>
Python, POSIX Shell, BASH, Java Python, POSIX Shell, BASH, Java
<h3>Operating Systems</h3>
Debian, Alma/Rocky, Alpine, OpenSUSE, Ubuntu <h3>Cryptography</h3>
GPG, OpenSSH, OpenSSL, Pass
<h3>Documentation</h3>
LaTeX, PanDoc, Sphinx
</section> </section>
@ -81,7 +90,7 @@ Debian, Alma/Rocky, Alpine, OpenSUSE, Ubuntu
<tr> <tr>
<th>Forge</th> <th>Forge</th>
<td class="logo"><img src="img/forgejo" alt="ForgeJo logo"></td> <td class="logo"><img src="img/forgejo" alt="ForgeJo logo"></td>
<td><a href="https://forge.rwx.work/marc.beninca">marc.beninca</a></td> <td><a href="https://forge.rwx.work/marc.beninca">forge.rwx.work</a></td>
</tr> </tr>
<tr> <tr>
<th>Web</th> <th>Web</th>
@ -98,7 +107,8 @@ Debian, Alma/Rocky, Alpine, OpenSUSE, Ubuntu
<tr> <tr>
<th>BlueSky</th> <th>BlueSky</th>
<td class="logo"><img src="img/bluesky" alt="BlueSky logo"></td> <td class="logo"><img src="img/bluesky" alt="BlueSky logo"></td>
<td><a href="https://bsky.app/profile/marc.beninca.link">marc.beninca.link</a></td> <td><img class="inline" src="img/at.svg" alt="at">
<a href="https://bsky.app/profile/marc.beninca.link">marc.beninca.link</a></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -59,7 +59,7 @@ ul {
@media print { @media print {
@page { size: A4; } @page { size: A4; }
html { font-size: 4mm; } html { font-size: 3.2mm; }
.columns { grid-template-columns: 2fr 1fr; } .columns { grid-template-columns: 2fr 1fr; }
aside { order: 2; } aside { order: 2; }
main { order: 1; } main { order: 1; }