2024-09-16 23:55:27 -03:00
|
|
|
<!doctype html>
|
2024-09-16 19:57:02 -03:00
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
2024-09-16 23:55:27 -03:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2024-09-17 00:34:11 -03:00
|
|
|
<title>Jab Hub</title>
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="./images/apple-touch-icon.png" />
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png" />
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon-16x16.png" />
|
|
|
|
<link rel="manifest" href="./site.webmanifest" />
|
2024-09-16 23:55:27 -03:00
|
|
|
<link href="style.css" rel="stylesheet" />
|
2024-09-16 19:57:02 -03:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2024-09-16 23:55:27 -03:00
|
|
|
<div class="container">
|
|
|
|
<div class="top-level">
|
|
|
|
<div>
|
2024-09-17 00:34:11 -03:00
|
|
|
<img src="./images/icon.jpg" alt="jabuxas' icon" />
|
2024-09-16 23:55:27 -03:00
|
|
|
<h2>jabuxas</h2>
|
|
|
|
</div>
|
|
|
|
<h2>====================</h2>
|
|
|
|
</div>
|
|
|
|
<div class="bottom-level">
|
2024-09-17 00:34:11 -03:00
|
|
|
<div class="link-item">
|
|
|
|
<span class="mail-icon icon"></span>
|
|
|
|
<a href="mailto:jabuxas@proton.me">jabuxas@proton.me</a>
|
|
|
|
</div>
|
|
|
|
<div class="link-item">
|
|
|
|
<span class="github-icon icon"></span>
|
|
|
|
<a href="https://github.com/jabuxas">github</a>
|
|
|
|
</div>
|
|
|
|
<div class="link-item">
|
|
|
|
<span class="gitea-icon icon"></span>
|
|
|
|
<a href="https://git.jabuxas.xyz/jabuxas">selfhosted gitea instance</a>
|
|
|
|
</div>
|
|
|
|
<div class="link-item">
|
|
|
|
<span class="paste-icon icon"></span>
|
|
|
|
<a href="https://paste.jabuxas.xyz">paste</a>
|
|
|
|
</div>
|
2024-09-16 23:55:27 -03:00
|
|
|
</div>
|
|
|
|
</div>
|
2024-09-16 19:57:02 -03:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|