cv.marc/index.html
2025-02-14 21:29:19 +01:00

211 lines
4 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>
<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.png" 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>
<tr>
<th>Location</th>
<td class="logo"><img src="img/location" alt="Location logo"></td>
<td>Bordeaux / Talence</td>
</tr>
<tr>
</tbody></table>
</header>
<section>
<h2>Skills</h2>
<h3>Boot</h3>
BIOS, BTRFS, EFI, GRUB, Live Boot, Secure Boot, SquashFS
<h3>Operating Systems</h3>
Alma, Alpine, Arch, Debian, GNU, Guix, Linux, OpenSUSE, Rocky, Ubuntu
<h3>CI/CD</h3>
Ansible, ForgeJo, Gitea, GitHub, GitLab,
Jenkins, Maven, Nexus, NPM, PIP, SonarQube
<h3>Virtualization</h3>
Docker, LXC, MSys2, QEMU, vSphere
<h3>Code</h3>
BASH, Codium, Git, Java, JavaScript, POSIX Shell, Python
<h3>Cryptography</h3>
GPG, OpenSSH, OpenSSL, Pass
<h3>Documentation</h3>
LaTeX, PanDoc, PDFtk, Sphinx
<h3>Web</h3>
BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
</section>
<section>
<h2>Links</h2>
<table>
<tbody>
<tr>
<th>Forge</th>
<td class="logo"><img src="img/forgejo.svg" 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.svg" 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.svg" 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>Projects</h2>
<h3><a href="https://forge.rwx.work/rwx.work/spcd"
>Shell to Python 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>Education</h2>
<h3>EICNAM</h3>
IRSM
<h3>CNAM</h3>
CAI
</section>
</main>
<!-- columns / end -->
</div>
<footer>
</footer>
</body>
</html>