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
|
|
|
|
|
|
|
<img class="photo" src="" alt="Me in front">
|
|
|
|
|
|
|
|
<p>Marc Beninca</p>
|
|
|
|
|
|
|
|
<section>Contact
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>E-mail</td>
|
|
|
|
<td>cv<img class="inline" src="images/at.svg" alt="at">marc.beninca.link</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Mobile</td>
|
|
|
|
<td>+33 6 07 47 84 34</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://linkedin.com/in/marc-beninca">Forge</a></li>
|
|
|
|
<li><a href="https://forge.rwx.work">Forge</a></li>
|
|
|
|
</ul>
|
|
|
|
|
2025-02-11 11:26:39 +01:00
|
|
|
</aside>
|
|
|
|
|
2025-02-11 17:10:11 +01:00
|
|
|
<main>
|
|
|
|
|
2025-02-11 20:56:48 +01:00
|
|
|
<h1>System/Software Architect</h1>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<h2>Experience</h2>
|
2025-02-11 17:10:11 +01:00
|
|
|
</section>
|
|
|
|
|
2025-02-11 20:56:48 +01:00
|
|
|
<section>
|
|
|
|
<h2>Education</h2>
|
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>
|