2024-09-16 23:55:27 -03:00
|
|
|
<!doctype html>
|
2024-09-16 19:57:02 -03:00
|
|
|
<html lang="en">
|
2025-02-09 18:32:55 -03:00
|
|
|
<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-18 10:48:52 -03:00
|
|
|
<meta name="description" content="jabuxas' website" />
|
2024-09-17 00:44:55 -03:00
|
|
|
<title>jabuxas' hub</title>
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
|
|
|
<link rel="manifest" href="/site.webmanifest" />
|
2024-10-15 15:59:34 -03:00
|
|
|
<link href="style.css?version=1" rel="stylesheet" />
|
2025-02-09 18:32:55 -03:00
|
|
|
</head>
|
2024-09-16 19:57:02 -03:00
|
|
|
|
2025-02-09 18:32:55 -03:00
|
|
|
<body>
|
2024-09-16 23:55:27 -03:00
|
|
|
<div class="container">
|
2025-02-09 18:32:55 -03:00
|
|
|
<div class="top-level">
|
|
|
|
<div>
|
|
|
|
<div class="image-container">
|
|
|
|
<img src="./images/maybe.jpg" alt="jabuxas' icon" />
|
|
|
|
</div>
|
|
|
|
<h2>jabuxas</h2>
|
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
</div>
|
|
|
|
<div class="bottom-level">
|
|
|
|
<div class="link-item">
|
|
|
|
<a
|
|
|
|
class="mastodon-icon icon"
|
|
|
|
rel="me"
|
|
|
|
href="https://social.linux.pizza/@jabuxas"
|
|
|
|
target="_blank"
|
|
|
|
>Mastodon</a
|
|
|
|
>
|
|
|
|
</div>
|
|
|
|
<div class="link-item">
|
|
|
|
<a class="mail-icon icon" href="mailto:jabuxas@proton.me"
|
|
|
|
>Contact Email</a
|
|
|
|
>
|
|
|
|
</div>
|
|
|
|
<div class="link-item">
|
|
|
|
<a
|
|
|
|
class="github-icon icon"
|
|
|
|
href="https://github.com/jabuxas"
|
|
|
|
target="_blank"
|
|
|
|
>Github</a
|
|
|
|
>
|
2024-09-16 23:55:27 -03:00
|
|
|
</div>
|
2025-02-09 18:32:55 -03:00
|
|
|
<div class="link-item">
|
|
|
|
<a
|
|
|
|
class="gitea-icon icon"
|
|
|
|
href="https://git.jabuxas.xyz/jabuxas"
|
|
|
|
target="_blank"
|
|
|
|
>Gitea</a
|
|
|
|
>
|
2024-09-16 23:55:27 -03:00
|
|
|
</div>
|
2025-02-09 18:32:55 -03:00
|
|
|
<div class="link-item">
|
|
|
|
<a
|
|
|
|
class="blog-icon icon"
|
|
|
|
href="https://blog.jabuxas.xyz"
|
|
|
|
target="_blank"
|
|
|
|
>Blog</a
|
|
|
|
>
|
|
|
|
</div>
|
|
|
|
<div class="link-item">
|
|
|
|
<a
|
|
|
|
class="paste-icon icon"
|
|
|
|
href="https://paste.jabuxas.xyz"
|
|
|
|
target="_blank"
|
2025-02-09 19:58:01 -03:00
|
|
|
>Paste</a
|
2025-02-09 18:32:55 -03:00
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-09-16 23:55:27 -03:00
|
|
|
</div>
|
2024-09-18 10:48:52 -03:00
|
|
|
|
2025-02-09 18:32:55 -03:00
|
|
|
<footer>© 2025 jabuxas - all rights by yours truly</footer>
|
|
|
|
</body>
|
2024-09-16 19:57:02 -03:00
|
|
|
</html>
|