debug,links
This commit is contained in:
parent
b96b6b0b61
commit
07fcb7d63d
1 changed files with 7 additions and 18 deletions
25
index.html
25
index.html
|
@ -6,16 +6,15 @@
|
||||||
<meta name="description" content="CV">
|
<meta name="description" content="CV">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Curriculum Vitæ</title>
|
<title>Curriculum Vitæ</title>
|
||||||
<link rel="stylesheet" href="style/reset.css">
|
<!---->
|
||||||
<link rel="stylesheet" href="style/debug.css">
|
<link rel="stylesheet" href="style/debug.css">
|
||||||
|
<!---->
|
||||||
|
<link rel="stylesheet" href="style/reset.css">
|
||||||
<link rel="stylesheet" href="style/light.css">
|
<link rel="stylesheet" href="style/light.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<header>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<!-- columns / start -->
|
<!-- columns / start -->
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
|
|
||||||
|
@ -89,6 +88,7 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr><td colspan="3"><h3>Personal</h3></td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Forge</th>
|
<th>Forge</th>
|
||||||
<td class="logo"><img src="img/forgejo.svg" alt="ForgeJo logo"></td>
|
<td class="logo"><img src="img/forgejo.svg" alt="ForgeJo logo"></td>
|
||||||
|
@ -99,25 +99,13 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
|
||||||
<td class="logo"><img src="img/web.svg" alt="Web logo"></td>
|
<td class="logo"><img src="img/web.svg" alt="Web logo"></td>
|
||||||
<td><a href="https://marc.beninca.link">marc.beninca.link</a></td>
|
<td><a href="https://marc.beninca.link">marc.beninca.link</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
<tr><td colspan="3"><h3>Open</h3></td></tr>
|
||||||
</table>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>BlueSky</th>
|
<th>BlueSky</th>
|
||||||
<td class="logo"><img src="img/bluesky.svg" alt="BlueSky logo"></td>
|
<td class="logo"><img src="img/bluesky.svg" alt="BlueSky logo"></td>
|
||||||
<td><a href="https://bsky.app/profile/marc.beninca.link">marc.beninca.link</a></td>
|
<td><a href="https://bsky.app/profile/marc.beninca.link">marc.beninca.link</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
<tr><td colspan="3"><h3>Corporate</h3></td></tr>
|
||||||
</table>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>YouTube</th>
|
<th>YouTube</th>
|
||||||
<td class="logo"><img src="img/youtube.svg" alt="YouTube logo"></td>
|
<td class="logo"><img src="img/youtube.svg" alt="YouTube logo"></td>
|
||||||
|
@ -203,6 +191,7 @@ CAI
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
debug
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue