scopes
This commit is contained in:
parent
d7d0a6b191
commit
d7e94576e5
1 changed files with 8 additions and 10 deletions
18
index.html
18
index.html
|
@ -161,32 +161,30 @@ France</p>
|
|||
<section>
|
||||
<h2>Links</h2>
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<table><tbody>
|
||||
<tr>
|
||||
<th>Forge</th>
|
||||
<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>BlueSky</th>
|
||||
<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>LinkedIn</th>
|
||||
<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>YouTube</th>
|
||||
<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>
|
||||
</tbody></table>
|
||||
|
||||
</section>
|
||||
|
||||
|
@ -195,13 +193,13 @@ France</p>
|
|||
|
||||
<table><tbody>
|
||||
<tr>
|
||||
<th>KeyOxide</th>
|
||||
<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>OpenPGP</th>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Reference in a new issue