cv.marc/index.html
2025-02-12 23:15:51 +01:00

204 lines
3.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="CV">
<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/debug.css">
<link rel="stylesheet" href="style/light.css">
</head>
<body>
<header>
</header>
<!-- columns / start -->
<div class="columns">
<aside>
<header>
<section class="images">
<h1>Marc<br>Beninca</h1>
<img class="big" src="img/marc.png" alt="VCF QR code.">
<img class="big" src="img/marc.png" alt="Me in front of hex dumps.">
</section>
<h2>Contact</h2>
<table><tbody>
<tr>
<th>E-mail</th>
<td class="logo"><img src="img/email" alt="E-mail logo"></td>
<td>cv<img class="inline" src="img/at.svg" alt="at">marc.beninca.link</td>
</tr>
<tr>
<th>Mobile</th>
<td class="logo"><img src="img/mobile" alt="Mobile logo"></td>
<td>+33 6 07 47 84 34</td>
</tr>
<tr>
<th>LinkedIn</th>
<td class="logo"><img src="img/linkedin" alt="LinkedIn logo"></td>
<td><a href="https://linkedin.com/in/marc-beninca">marc-beninca</a></td>
</tr>
</tbody></table>
</header>
<section>
<h2>Skills</h2>
<h3>Boot</h3>
GRUB, SquashFS, EFI, Secure Boot, BIOS
<h3>Operating Systems</h3>
Alma, Alpine, Debian, OpenSUSE, Rocky, Ubuntu
<h3>CI/CD</h3>
ForgeJo, Gitea, GitLab, Jenkins, Maven, Nexus, NPM, PyPI, SonarQube
<h3>Virtualization</h3>
Docker, LXC, MSys2, QEMU
<h3>Code</h3>
Git, Python, POSIX Shell, BASH, Java
<h3>Cryptography</h3>
GPG, OpenSSH, OpenSSL, Pass
<h3>Documentation</h3>
LaTeX, PanDoc, PDFtk, Sphinx
<h3>Web</h3>
CertBot, CSS, HTML, HTTPd, HTTPS, NginX
</section>
<section>
<h2>Projects</h2>
<h3><a href="https://forge.rwx.work/rwx.work/spcd">Shell to Python<br>Continuous Deployment</a></h3>
<h3><a href="https://forge.rwx.work/rwx.work/rwx">Read Write eXecute</a></h3>
<h3><a href="https://forge.rwx.work/rwx.work/lsgm">Live Scan Grub Menu</a></h3>
</section>
<section>
<h2>Links</h2>
<table>
<tbody>
<tr>
<th>Forge</th>
<td class="logo"><img src="img/forgejo" alt="ForgeJo logo"></td>
<td><a href="https://forge.rwx.work/marc.beninca">forge.rwx.work</a></td>
</tr>
<tr>
<th>Web</th>
<td class="logo"><img src="img/web" alt="Web logo"></td>
<td><a href="https://marc.beninca.link">marc.beninca.link</a></td>
</tr>
</tbody>
</table>
<hr>
<table>
<tbody>
<tr>
<th>BlueSky</th>
<td class="logo"><img src="img/bluesky" alt="BlueSky logo"></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>
<hr>
<table>
<tbody>
<tr>
<th>YouTube</th>
<td class="logo"><img src="img/youtube" alt="YouTube logo"></td>
<td><a href="https://youtube.com/@marc.beninca">marc.beninca</a></td>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Identity</h2>
<table><tbody>
<tr>
<th rowspan="2">KeyOxide</th>
<td class="logo" rowspan="2"><img src="img/keyoxide" alt="KeyOxide logo"></td>
<td><a href="https://keyoxide.org/aspe:keyoxide.org:WUD5YVN52J3RJ6CD4ZCWYL6S54">ASP</a></td>
</tr>
<tr>
<td><a href="https://keyoxide.org/08EDA7006234A0EB29A3A8471DBD5EC4BADA5579">OpenPGP</a></td>
</tr>
<tr>
<th>OpenPGP</th>
<td class="logo"><img src="img/openpgp" alt="OpenPGP logo"></td>
<td><a href="https://keys.openpgp.org/search?q=08EDA7006234A0EB29A3A8471DBD5EC4BADA5579">keys.openpgp.org</a></td>
</tr>
</tbody></table>
</section>
</aside>
<main>
<header>
<h1>System/Software Architect</h1>
</header>
<section>
<h2>Experience</h2>
<h3>DIRISI</h3>
<p>MQ</p>
<p>AS</p>
<p>Innov</p>
<h3>AAE</h3>
<p>Forge</p>
<p>MELISSA NG</p>
<p>Eva</p>
<p>MELISSA</p>
</section>
<section>
<h2>Education</h2>
<h3>EICNAM</h3>
IRSM
<h3>CNAM</h3>
CAI
</section>
</main>
<!-- columns / end -->
</div>
<footer>
</footer>
</body>
</html>