cv.marc/index.html

189 lines
3.4 KiB
HTML
Raw Normal View History

2025-02-11 11:26:39 +01:00
<!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>
2025-02-12 13:59:57 +01:00
<link rel="stylesheet" href="style/reset.css">
<link rel="stylesheet" href="style/light.css">
<link rel="stylesheet" href="style/debug.css">
2025-02-11 11:26:39 +01:00
</head>
<body>
<header>
</header>
2025-02-11 17:10:11 +01:00
<!-- columns / start -->
<div class="columns">
2025-02-11 11:26:39 +01:00
<aside>
2025-02-11 17:10:11 +01:00
2025-02-11 22:42:57 +01:00
<header>
2025-02-11 23:12:14 +01:00
<section class="images">
2025-02-12 14:01:22 +01:00
<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.">
2025-02-11 23:12:14 +01:00
</section>
2025-02-11 22:42:57 +01:00
<h1>Marc Beninca</h1>
2025-02-12 22:11:46 +01:00
2025-02-12 21:08:20 +01:00
<h2>Contact</h2>
2025-02-12 22:11:46 +01:00
<table><tbody>
<tr>
2025-02-11 22:42:57 +01:00
<th>E-mail</th>
2025-02-12 22:11:46 +01:00
<td class="logo"><img src="img/email" alt="E-mail logo"></td>
2025-02-12 14:01:22 +01:00
<td>cv<img class="inline" src="img/at.svg" alt="at">marc.beninca.link</td>
2025-02-12 22:11:46 +01:00
</tr>
<tr>
2025-02-11 22:42:57 +01:00
<th>Mobile</th>
2025-02-12 22:11:46 +01:00
<td class="logo"><img src="img/mobile" alt="Mobile logo"></td>
2025-02-11 22:42:57 +01:00
<td>+33 6 07 47 84 34</td>
2025-02-12 22:11:46 +01:00
</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>
2025-02-11 22:42:57 +01:00
</header>
2025-02-11 17:10:11 +01:00
2025-02-11 23:12:14 +01:00
<section>
<h2>Skills</h2>
<ul>
2025-02-12 15:39:12 +01:00
<li>build Debian images with a custom huge bash script,
from scratch & mirrors & without installer</li>
2025-02-11 23:12:14 +01:00
</ul>
2025-02-12 22:11:46 +01:00
<h3>Languages</h3>
Python, POSIX Shell, BASH, Java
<h3>Operating Systems</h3>
Debian, Alma/Rocky, Alpine, OpenSUSE, Ubuntu
2025-02-11 23:12:14 +01:00
</section>
2025-02-11 22:42:57 +01:00
<section>
2025-02-12 21:08:20 +01:00
<h2>Projects</h2>
2025-02-12 22:20:48 +01:00
<h3><a href="https://forge.rwx.work/rwx.work/spcd">Shell to Python<br>Continuous Deployment</a></h3>
2025-02-12 21:08:20 +01:00
<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>
2025-02-11 17:10:11 +01:00
<table>
2025-02-11 22:42:57 +01:00
<tbody>
2025-02-11 17:10:11 +01:00
<tr>
2025-02-12 22:24:44 +01:00
<th>Forge</th>
2025-02-12 22:11:46 +01:00
<td class="logo"><img src="img/forgejo" alt="ForgeJo logo"></td>
<td><a href="https://forge.rwx.work/marc.beninca">marc.beninca</a></td>
2025-02-11 17:10:11 +01:00
</tr>
<tr>
2025-02-12 22:11:46 +01:00
<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>
2025-02-11 17:10:11 +01:00
</tr>
2025-02-11 22:42:57 +01:00
</tbody>
</table>
2025-02-12 21:08:20 +01:00
<hr>
2025-02-11 22:42:57 +01:00
<table>
<tbody>
<tr>
<th>BlueSky</th>
2025-02-12 18:00:26 +01:00
<td class="logo"><img src="img/bluesky" alt="BlueSky logo"></td>
2025-02-11 22:42:57 +01:00
<td><a href="https://bsky.app/profile/marc.beninca.link">marc.beninca.link</a></td>
</tr>
</tbody>
</table>
2025-02-12 21:08:20 +01:00
<hr>
2025-02-11 22:42:57 +01:00
<table>
<tbody>
<tr>
2025-02-12 22:11:46 +01:00
<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>
2025-02-11 22:42:57 +01:00
</tr>
</tbody>
2025-02-11 17:10:11 +01:00
</table>
2025-02-11 22:42:57 +01:00
</section>
2025-02-11 17:10:11 +01:00
2025-02-12 21:08:20 +01:00
<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>
2025-02-11 11:26:39 +01:00
</aside>
2025-02-11 17:10:11 +01:00
<main>
2025-02-11 22:42:57 +01:00
<header>
2025-02-11 20:56:48 +01:00
<h1>System/Software Architect</h1>
2025-02-11 22:42:57 +01:00
</header>
2025-02-11 20:56:48 +01:00
<section>
<h2>Experience</h2>
2025-02-11 22:42:57 +01:00
<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>
2025-02-11 17:10:11 +01:00
</section>
2025-02-11 20:56:48 +01:00
<section>
<h2>Education</h2>
2025-02-11 22:42:57 +01:00
<h3>EICNAM</h3>
IRSM
<h3>CNAM</h3>
CAI
2025-02-11 17:10:11 +01:00
</section>
</main>
<!-- columns / end -->
</div>
2025-02-11 11:26:39 +01:00
<footer>
</footer>
</body>
</html>