This commit is contained in:
Marc Beninca 2025-02-12 21:08:20 +01:00
parent 6cde4d6616
commit 8b94c3a880
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 48 additions and 22 deletions

View file

@ -27,6 +27,7 @@
<img class="big" src="img/marc.png" alt="Me in front of hex dumps.">
</section>
<h1>Marc Beninca</h1>
<h2>Contact</h2>
<table><tbody><tr>
<th>E-mail</th>
<td>cv<img class="inline" src="img/at.svg" alt="at">marc.beninca.link</td>
@ -45,9 +46,19 @@ from scratch & mirrors & without installer</li>
</section>
<section>
<h2>Link</h2>
<h2>Projects</h2>
<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>
<h3><a href="https://forge.rwx.work/rwx.work/spcd">Shell to Python<br>Continuous Deployment</a></h3>
</section>
<section>
<h2>Links</h2>
<h3>Proprietary</h3>
<table>
<tbody>
<tr>
@ -63,7 +74,8 @@ from scratch & mirrors & without installer</li>
</tbody>
</table>
<h3>Open</h3>
<hr>
<table>
<tbody>
<tr>
@ -71,18 +83,11 @@ from scratch & mirrors & without installer</li>
<td class="logo"><img src="img/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 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>
</tbody>
</table>
<h3>Personal</h3>
<hr>
<table>
<tbody>
<tr>
@ -100,6 +105,27 @@ from scratch & mirrors & without installer</li>
</section>
<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>
</aside>
<main>

View file

@ -4,12 +4,9 @@
src: url("font/fa.woff2");
}
* {
text-align: justify;
}
html {
font-family: "DejaVu Sans", sans-serif;
text-align: justify;
}
section.images {
@ -17,15 +14,18 @@ section.images {
justify-content: space-around;
}
h1 { font-size: 1.5rem; }
h2 { font-size: 1.4rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.2rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1.0rem; }
h1 { font-size: 1.25rem; }
h2 { font-size: 1.20rem; }
h3 { font-size: 1.15rem; }
h4 { font-size: 1.10rem; }
h5 { font-size: 1.05rem; }
h6 { font-size: 1.00rem; }
h1, h2, h3, h4, h5, h6 {
margin-block: .5em;
}
h2 {
text-align: center;
}
img.big {
block-size: 4em;