wip
This commit is contained in:
parent
8b94c3a880
commit
5fc94808d0
1 changed files with 29 additions and 17 deletions
46
index.html
46
index.html
|
@ -27,14 +27,25 @@
|
||||||
<img class="big" src="img/marc.png" alt="Me in front of hex dumps.">
|
<img class="big" src="img/marc.png" alt="Me in front of hex dumps.">
|
||||||
</section>
|
</section>
|
||||||
<h1>Marc Beninca</h1>
|
<h1>Marc Beninca</h1>
|
||||||
|
|
||||||
<h2>Contact</h2>
|
<h2>Contact</h2>
|
||||||
<table><tbody><tr>
|
<table><tbody>
|
||||||
|
<tr>
|
||||||
<th>E-mail</th>
|
<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>
|
<td>cv<img class="inline" src="img/at.svg" alt="at">marc.beninca.link</td>
|
||||||
</tr><tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
<th>Mobile</th>
|
<th>Mobile</th>
|
||||||
|
<td class="logo"><img src="img/mobile" alt="Mobile logo"></td>
|
||||||
<td>+33 6 07 47 84 34</td>
|
<td>+33 6 07 47 84 34</td>
|
||||||
</tr></tbody></table>
|
</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>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
@ -43,6 +54,12 @@
|
||||||
<li>build Debian images with a custom huge bash script,
|
<li>build Debian images with a custom huge bash script,
|
||||||
from scratch & mirrors & without installer</li>
|
from scratch & mirrors & without installer</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h3>Languages</h3>
|
||||||
|
Python, POSIX Shell, BASH, Java
|
||||||
|
<h3>Operating Systems</h3>
|
||||||
|
Debian, Alma/Rocky, Alpine, OpenSUSE, Ubuntu
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
@ -62,14 +79,14 @@ from scratch & mirrors & without installer</li>
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th>LinkedIn</th>
|
<th>Git</th>
|
||||||
<td class="logo"><img src="img/linkedin" alt="LinkedIn logo"></td>
|
<td class="logo"><img src="img/forgejo" alt="ForgeJo logo"></td>
|
||||||
<td><a href="https://linkedin.com/in/marc-beninca">marc-beninca</a></td>
|
<td><a href="https://forge.rwx.work/marc.beninca">marc.beninca</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>YouTube</th>
|
<th>Web</th>
|
||||||
<td class="logo"><img src="img/youtube" alt="YouTube logo"></td>
|
<td class="logo"><img src="img/web" alt="Web logo"></td>
|
||||||
<td><a href="https://youtube.com/@marc.beninca">marc.beninca</a></td>
|
<td><a href="https://marc.beninca.link">marc.beninca.link</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
@ -91,14 +108,9 @@ from scratch & mirrors & without installer</li>
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Git</th>
|
<th>YouTube</th>
|
||||||
<td class="logo"><img src="img/forgejo" alt="ForgeJo logo"></td>
|
<td class="logo"><img src="img/youtube" alt="YouTube logo"></td>
|
||||||
<td><a href="https://forge.rwx.work/marc.beninca">marc.beninca</a></td>
|
<td><a href="https://youtube.com/@marc.beninca">marc.beninca</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>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Add table
Reference in a new issue