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="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Curriculum Vitæ</title>
|
||||
<link rel="stylesheet" href="style/reset.css">
|
||||
<!---->
|
||||
<link rel="stylesheet" href="style/debug.css">
|
||||
<!---->
|
||||
<link rel="stylesheet" href="style/reset.css">
|
||||
<link rel="stylesheet" href="style/light.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header>
|
||||
</header>
|
||||
|
||||
<!-- columns / start -->
|
||||
<div class="columns">
|
||||
|
||||
|
@ -89,6 +88,7 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
|
|||
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td colspan="3"><h3>Personal</h3></td></tr>
|
||||
<tr>
|
||||
<th>Forge</th>
|
||||
<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><a href="https://marc.beninca.link">marc.beninca.link</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr>
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td colspan="3"><h3>Open</h3></td></tr>
|
||||
<tr>
|
||||
<th>BlueSky</th>
|
||||
<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>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr>
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td colspan="3"><h3>Corporate</h3></td></tr>
|
||||
<tr>
|
||||
<th>YouTube</th>
|
||||
<td class="logo"><img src="img/youtube.svg" alt="YouTube logo"></td>
|
||||
|
@ -203,6 +191,7 @@ CAI
|
|||
</div>
|
||||
|
||||
<footer>
|
||||
debug
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue