wip
This commit is contained in:
parent
f2a69d5678
commit
ab7928e924
2 changed files with 20 additions and 10 deletions
28
index.html
28
index.html
|
@ -7,8 +7,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Curriculum Vitæ</title>
|
||||
<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/light.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
@ -50,15 +50,24 @@
|
|||
|
||||
<section>
|
||||
<h2>Skills</h2>
|
||||
<ul>
|
||||
<li>build Debian images with a custom huge bash script,
|
||||
from scratch & mirrors & without installer</li>
|
||||
</ul>
|
||||
|
||||
<h3>Boot</h3>
|
||||
GRUB, SquashFS, EFI, Secure Boot, BIOS
|
||||
|
||||
<h3>Operating Systems</h3>
|
||||
Debian, Alma/Rocky, Alpine, OpenSUSE, Ubuntu
|
||||
|
||||
<h3>Virtualization</h3>
|
||||
Docker, LXC, QEMU
|
||||
|
||||
<h3>Languages</h3>
|
||||
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>
|
||||
|
||||
|
@ -81,7 +90,7 @@ Debian, Alma/Rocky, Alpine, OpenSUSE, Ubuntu
|
|||
<tr>
|
||||
<th>Forge</th>
|
||||
<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>
|
||||
<th>Web</th>
|
||||
|
@ -98,7 +107,8 @@ Debian, Alma/Rocky, Alpine, OpenSUSE, Ubuntu
|
|||
<tr>
|
||||
<th>BlueSky</th>
|
||||
<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>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -59,7 +59,7 @@ ul {
|
|||
|
||||
@media print {
|
||||
@page { size: A4; }
|
||||
html { font-size: 4mm; }
|
||||
html { font-size: 3.2mm; }
|
||||
.columns { grid-template-columns: 2fr 1fr; }
|
||||
aside { order: 2; }
|
||||
main { order: 1; }
|
||||
|
|
Loading…
Add table
Reference in a new issue