Compare commits
11 commits
f219c4df17
...
695f31502b
Author | SHA1 | Date | |
---|---|---|---|
695f31502b | |||
e747f24ab9 | |||
e0e11b9eaf | |||
c84f89e4d2 | |||
6043563c92 | |||
1bea66181f | |||
2212df878a | |||
444e5f41a7 | |||
f7f6849129 | |||
61829bbbbf | |||
bd6d2635a4 |
3 changed files with 105 additions and 97 deletions
191
in/en/index.html
191
in/en/index.html
|
@ -57,7 +57,9 @@ France</p>
|
|||
</article>
|
||||
|
||||
<section>
|
||||
<h2>Contact</h2>
|
||||
<h2>Links</h2>
|
||||
|
||||
<h3>Contact</h3>
|
||||
|
||||
<section class="banner">
|
||||
<a href="../vcard.vcf">
|
||||
|
@ -78,6 +80,53 @@ France</p>
|
|||
</tbody></table>
|
||||
</section>
|
||||
|
||||
<h3>Identity</h3>
|
||||
|
||||
<table><tbody>
|
||||
<tr>
|
||||
<th scope="row">KeyOxide</th>
|
||||
<td class="logo"><img class="logo" src="../img/keyoxide.svg" alt="KeyOxide logo"></td>
|
||||
<td><a href="https://keyoxide.org/aspe:keyoxide.org:WUD5YVN52J3RJ6CD4ZCWYL6S54">ASP</a>,
|
||||
<a href="https://keyoxide.org/08EDA7006234A0EB29A3A8471DBD5EC4BADA5579">OpenPGP</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">OpenPGP</th>
|
||||
<td class="logo"><img class="logo" src="../img/openpgp.svg" alt="OpenPGP logo"></td>
|
||||
<td><a href="https://keys.openpgp.org/search?q=08EDA7006234A0EB29A3A8471DBD5EC4BADA5579">keys.openpgp.org</a></td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
|
||||
<h3>Personal</h3>
|
||||
|
||||
<table><tbody>
|
||||
<tr>
|
||||
<th scope="row">Forge</th>
|
||||
<td class="logo"><img class="logo" src="../img/forgejo.svg" alt="ForgeJo logo"></td>
|
||||
<td><a href="https://forge.rwx.work/marc.beninca">forge.rwx.work</a></td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
|
||||
<h3>Platforms</h3>
|
||||
|
||||
<table><tbody>
|
||||
<tr>
|
||||
<th scope="row">BlueSky</th>
|
||||
<td class="logo"><img class="logo" src="../img/bluesky.svg" alt="BlueSky logo"></td>
|
||||
<td><a href="https://bsky.app/profile/marc.beninca.link">marc.beninca.link</a></td>
|
||||
</tr>
|
||||
<tr><td colspan="3"><hr></td></tr>
|
||||
<tr>
|
||||
<th scope="row">LinkedIn</th>
|
||||
<td class="logo"><img class="logo" src="../img/linkedin.svg" alt="LinkedIn logo"></td>
|
||||
<td><a href="https://linkedin.com/in/marc-beninca">marc-beninca</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">YouTube</th>
|
||||
<td class="logo"><img class="logo" 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>
|
||||
|
@ -96,7 +145,7 @@ France</p>
|
|||
<h3>CI / CD</h3>
|
||||
<ul>
|
||||
<li>Ansible, Jenkins, Nexus, SonarQube</li>
|
||||
<li>ForgeJo, Gitea, GitHub, GitLab</li>
|
||||
<li>ForgeJo, Git, Gitea, GitHub, GitLab</li>
|
||||
<li>Maven, NPM, PIP, UV</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
@ -107,7 +156,6 @@ France</p>
|
|||
<li>BASH, POSIX Shell</li>
|
||||
<li>CSS, HTML, JavaScript</li>
|
||||
<li>Java, Python</li>
|
||||
<li>Codium, Git</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
|
@ -160,51 +208,39 @@ France</p>
|
|||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Links</h2>
|
||||
<h2>Education</h2>
|
||||
|
||||
<table><tbody>
|
||||
<tr>
|
||||
<th scope="row">Forge</th>
|
||||
<td class="logo"><img class="logo" src="../img/forgejo.svg" alt="ForgeJo logo"></td>
|
||||
<td><a href="https://forge.rwx.work/marc.beninca">forge.rwx.work</a></td>
|
||||
</tr>
|
||||
<tr><td colspan="3"><hr></td></tr>
|
||||
<tr>
|
||||
<th scope="row">BlueSky</th>
|
||||
<td class="logo"><img class="logo" src="../img/bluesky.svg" alt="BlueSky logo"></td>
|
||||
<td><a href="https://bsky.app/profile/marc.beninca.link">marc.beninca.link</a></td>
|
||||
</tr>
|
||||
<tr><td colspan="3"><hr></td></tr>
|
||||
<tr>
|
||||
<th scope="row">LinkedIn</th>
|
||||
<td class="logo"><img class="logo" src="../img/linkedin.svg" alt="LinkedIn logo"></td>
|
||||
<td><a href="https://linkedin.com/in/marc-beninca">marc-beninca</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">YouTube</th>
|
||||
<td class="logo"><img class="logo" src="../img/youtube.svg" alt="YouTube logo"></td>
|
||||
<td><a href="https://youtube.com/@marc.beninca">marc.beninca</a></td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<article><header>
|
||||
<div class="org"><img class="org" src="../img/cnam.png" alt="CNAM logo">
|
||||
<div class="position">
|
||||
<p class="title"><a href="https://en.wikipedia.org/wiki/Conservatoire_national_des_arts_et_m%C3%A9tiers"><abbr title="École d’Ingénieurs du Conservatoire National des Arts et Métiers">EICNAM</abbr></a></p>
|
||||
<p class="sub">Master of Science (level 2)</p>
|
||||
</div></div>
|
||||
<div class="time">
|
||||
<p class="duration">2 years</p>
|
||||
<p class="period">
|
||||
<time datetime="2021">2021</time> ← <time datetime="2019">2019</time></p>
|
||||
</div></header>
|
||||
<ul>
|
||||
<li><abbr title="Informatique, Réseaux, Systèmes et Multimédia">IRSM</abbr> (Networks, Systems & Multimedia)</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Identity</h2>
|
||||
|
||||
<table><tbody>
|
||||
<tr>
|
||||
<th scope="row">KeyOxide</th>
|
||||
<td class="logo"><img class="logo" src="../img/keyoxide.svg" alt="KeyOxide logo"></td>
|
||||
<td><a href="https://keyoxide.org/aspe:keyoxide.org:WUD5YVN52J3RJ6CD4ZCWYL6S54">ASP</a>,
|
||||
<a href="https://keyoxide.org/08EDA7006234A0EB29A3A8471DBD5EC4BADA5579">OpenPGP</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">OpenPGP</th>
|
||||
<td class="logo"><img class="logo" src="../img/openpgp.svg" alt="OpenPGP logo"></td>
|
||||
<td><a href="https://keys.openpgp.org/search?q=08EDA7006234A0EB29A3A8471DBD5EC4BADA5579">keys.openpgp.org</a></td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<article><header>
|
||||
<div class="org"><img class="org" src="../img/cnam.png" alt="CNAM logo">
|
||||
<div class="position">
|
||||
<p class="title"><a href="https://en.wikipedia.org/wiki/Conservatoire_national_des_arts_et_m%C3%A9tiers"><abbr title="Conservatoire National des Arts et Métiers">CNAM</abbr></a></p>
|
||||
<p class="sub">Master of Science (level 1)</p>
|
||||
</div></div>
|
||||
<div class="time">
|
||||
<p class="duration">5 years</p>
|
||||
<p class="period">
|
||||
<time datetime="2019">2019<time> ← <time datetime="2014">2014</time></p>
|
||||
</div></header>
|
||||
<ul>
|
||||
<li><abbr title="Concepteur en Architecture Informatique">CAI</abbr> (Computing Architecture Designer)</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
|
||||
|
@ -243,6 +279,10 @@ France</p>
|
|||
<time datetime="2025">2025</time> ← <time datetime="2016-09">2016</time></p>
|
||||
</div></header>
|
||||
|
||||
<ul>
|
||||
<li>trained developers & system administrators: BASH, Debian, Git, GRUB, LXC, NginX</li>
|
||||
</ul>
|
||||
|
||||
<article><header>
|
||||
<div class="org"><img class="org" src="../img/cdad-bdx.png" alt="CDAD-BDX logo">
|
||||
<div class="position">
|
||||
|
@ -255,13 +295,11 @@ France</p>
|
|||
<time datetime="2025">2025</time> ← <time datetime="2019-02">2019</time></p>
|
||||
</div></header>
|
||||
<ul>
|
||||
<li>wrote Python scripts for offline mirrors:<br>Alma, Alpine, CentOS, Debian, Docker, Maven, MSys2, NPM, PyPI</li>
|
||||
<li>wrote and maintained BASH scripts for better offline experience with MSys2</li>
|
||||
<li>configured and maintained CI/CD: Gitea, GitLab, Jenkins, Nexus, SonarQube</li>
|
||||
<li>tailored custom Ubuntu LTS live-boot system images for kiosk use-cases project</li>
|
||||
<li>wrote Ansible playbooks & roles for systems configurations & deployments</li>
|
||||
<li>trained system administrators: BASH, Debian, Git, GRUB</li>
|
||||
<li></li>
|
||||
<li>conducting studies and writing methodological documentation</li>
|
||||
<li>configured & maintained CI/CD: Gitea, GitLab, Jenkins, Nexus, SonarQube</li>
|
||||
<li>wrote & maintained BASH scripts for easier offline builds & usage of MSys2</li>
|
||||
<li>wrote Python scripts for offline mirrors:<br>Alma, Alpine, CentOS, Debian, Docker, Maven, MSys2, NPM, PyPI</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
|
@ -280,7 +318,6 @@ France</p>
|
|||
<li>wrote Python scripts handling: APT mirrors, Git repos, OpenSSH keypairs, Sphinx docs</li>
|
||||
<li>maintained a VMware vCloud infrastructure with Virtual Machines & LXC containers</li>
|
||||
<li>designed a SSO architecture: HAproxy, KeyCloak/WildFly, MariadB Galera clusters</li>
|
||||
<li>trained developers & system administrators: Git, GRUB, LXC, NginX</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
|
@ -300,7 +337,6 @@ France</p>
|
|||
<li>wrote Python script to transform all existing code repositories from SVN to Git</li>
|
||||
<li>installed a whole Debian development network: laptops, workstations, LXC server</li>
|
||||
<li>designed & implemented a source control management methodology with Git</li>
|
||||
<li>trained developers & system administrators: BASH, Git, LXC</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
|
@ -350,8 +386,14 @@ DTM (Data Transfer Module) induction cards for AlphaJet onboard computers</li>
|
|||
<p class="period">
|
||||
<time datetime="2008-09">2008</time> ← <time datetime="2002-05">2002</time></p>
|
||||
</div></header>
|
||||
<ul>Preparation, programming, unloading & replaying of missions for aircrafts:<br>
|
||||
AlphaJet, Transall, Mirage 2000, Mirage F1, Mirage IV, Jaguar
|
||||
<h5><abbr title="Écran de Visualisation Aéronef">EVA</abbr> (Aircraft Display Screen)</h5>
|
||||
Onboard real-time display of maps & video recorders for Mirage F1 CR aircrafts:<ul>
|
||||
<li>designed & built a dedicated system with Windows XP Embedded Studio</li>
|
||||
<li>enhanced maps rendering performance for limited resources</li>
|
||||
</ul>
|
||||
<h5><abbr title="Module d’Élaboration Logique des Informations Simplifiées de Survol Aérien">MELISSA</abbr> (Logical Elaboration Module for Simplified Overflight Info)</h5>
|
||||
Preparation, programming, unloading & replaying of missions for aircrafts<br>
|
||||
AlphaJet, Transall, Mirage 2000, Mirage F1, Mirage IV, Jaguar:<ul>
|
||||
<li>wrote import of NavData global database (international standard ARINC 424)</li>
|
||||
<li>wrote NavData export with constraints of Transall onboard computers (FMS)</li>
|
||||
<li>wrote device drivers for:<ul>
|
||||
|
@ -416,43 +458,6 @@ AlphaJet, Transall, Mirage 2000, Mirage F1, Mirage IV, Jaguar
|
|||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Education</h2>
|
||||
|
||||
<article><header>
|
||||
<div class="org"><img class="org" src="../img/cnam.png" alt="CNAM logo">
|
||||
<div class="position">
|
||||
<p class="title"><a href="https://en.wikipedia.org/wiki/Conservatoire_national_des_arts_et_m%C3%A9tiers">EICNAM (École d’Ingénieurs du <abbr title="Conservatoire National des Arts et Métiers">CNAM</abbr>)</a></p>
|
||||
<p class="sub">Master of Science (level 2)</p>
|
||||
</div></div>
|
||||
<div class="time">
|
||||
<p class="duration">2 years</p>
|
||||
<p class="period">
|
||||
<time datetime="2021">2021</time> ← <time datetime="2019">2019</time></p>
|
||||
</div></header>
|
||||
<ul>
|
||||
<li><abbr title="Ingénieur en Informatique, Réseaux, Systèmes et Multimédia">IRSM</abbr> (Software Engineer: networks, systems & multimedia)</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
<article><header>
|
||||
<div class="org"><img class="org" src="../img/cnam.png" alt="CNAM logo">
|
||||
<div class="position">
|
||||
<p class="title"><a href="https://en.wikipedia.org/wiki/Conservatoire_national_des_arts_et_m%C3%A9tiers">CNAM (Conservatoire National des Arts et Métiers)</a></p>
|
||||
<p class="sub">Master of Science (level 1)</p>
|
||||
</div></div>
|
||||
<div class="time">
|
||||
<p class="duration">5 years</p>
|
||||
<p class="period">
|
||||
<time datetime="2019">2019<time> ← <time datetime="2014">2014</time></p>
|
||||
</div></header>
|
||||
<ul>
|
||||
<li><abbr title="Concepteur en Architecture Informatique">CAI</abbr> (Computing Architecture Designer)</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<!-- columns / end -->
|
||||
|
|
|
@ -79,7 +79,7 @@ body {
|
|||
max-inline-size: 108ch;
|
||||
}
|
||||
|
||||
article, h2, table {
|
||||
article, h2, h3, table {
|
||||
margin-block-start: var(--margin);
|
||||
}
|
||||
|
||||
|
@ -93,7 +93,8 @@ a:hover, h2, h3, header {
|
|||
a {
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
text-underline-offset: .25em;
|
||||
text-decoration-skip-ink: auto;
|
||||
text-underline-offset: .2em;
|
||||
}
|
||||
a:hover {
|
||||
background: var(--anchor-gradient);
|
||||
|
@ -146,7 +147,7 @@ h1 {
|
|||
h2 {
|
||||
background: var(--banner-gradient);
|
||||
font-size: 1.10rem;
|
||||
padding-block: .5em;
|
||||
padding-block: .25em;
|
||||
text-align: center;
|
||||
}
|
||||
h3 {
|
||||
|
|
|
@ -17,7 +17,9 @@ html {
|
|||
body {
|
||||
/* LATER */
|
||||
hanging-punctuation: first last;
|
||||
min-block-size: 100svh;
|
||||
@media screen {
|
||||
min-block-size: 100svh;
|
||||
}
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
|
|
Loading…
Add table
Reference in a new issue