cv.marc/index.html

140 lines
2.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-11 17:10:11 +01:00
<link rel="stylesheet" href="styles/reset.css">
2025-02-11 11:26:39 +01:00
<link rel="stylesheet" href="styles/light.css">
2025-02-11 20:48:37 +01:00
<link rel="stylesheet" href="styles/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>
<img class="photo" src="images/marc.png" alt="Me in front of hex dumps.">
<h1>Marc Beninca</h1>
<table><tbody><tr>
<th>E-mail</th>
<td>cv<img class="inline" src="images/at.svg" alt="at">marc.beninca.link</td>
</tr><tr>
<th>Mobile</th>
<td>+33 6 07 47 84 34</td>
</tr></tbody></table>
</header>
2025-02-11 17:10:11 +01:00
2025-02-11 22:42:57 +01:00
<section>
<h2>Link</h2>
2025-02-11 17:10:11 +01:00
2025-02-11 22:42:57 +01:00
<h3>Proprietary</h3>
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-11 22:42:57 +01:00
<th>LinkedIn</th>
<td><img src="images/linkedin" alt="LinkedIn logo"></td>
<td><a href="https://linkedin.com/in/marc-beninca">marc-beninca</a></td>
2025-02-11 17:10:11 +01:00
</tr>
<tr>
2025-02-11 22:42:57 +01:00
<th>YouTube</th>
<td><img src="images/youtube" alt="YouTube logo"></td>
<td><a href="https://youtube.com/@marc.beninca">marc.beninca</a></td>
2025-02-11 17:10:11 +01:00
</tr>
2025-02-11 22:42:57 +01:00
</tbody>
</table>
<h3>Open</h3>
<table>
<tbody>
<tr>
<th>BlueSky</th>
<td><img src="images/bluesky" alt="BlueSky logo"></td>
<td><a href="https://bsky.app/profile/marc.beninca.link">marc.beninca.link</a></td>
</tr>
<tr>
<th rowspan="2">KeyOxide</th>
<td rowspan="2"><img src="images/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>
</tbody>
</table>
<h3>Personal</h3>
<table>
<tbody>
<tr>
<th>Git</th>
<td><img src="images/forgejo" alt="ForgeJo logo"></td>
<td><a href="https://forge.rwx.work/marc.beninca">marc.beninca</a></td>
</tr>
<tr>
<th>Web</th>
<td><img src="images/web" alt="Web logo"></td>
<td><a href="https://marc.beninca.link">marc.beninca.link</a></td>
</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-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>