website/dev/index.html

49 lines
1.7 KiB
HTML
Raw Normal View History

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-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-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>
2024-09-17 00:47:18 -03:00
<a href="https://github.com/jabuxas" target="_blank">github</a>
2024-09-17 00:34:11 -03:00
</div>
<div class="link-item">
<span class="gitea-icon icon"></span>
2024-09-17 00:47:18 -03:00
<a href="https://git.jabuxas.xyz/jabuxas" target="_blank">selfhosted gitea instance</a>
2024-09-17 00:34:11 -03:00
</div>
<div class="link-item">
<span class="paste-icon icon"></span>
2024-09-17 00:47:18 -03:00
<a href="https://paste.jabuxas.xyz" target="_blank">paste</a>
2024-09-17 00:34:11 -03:00
</div>
2024-09-16 23:55:27 -03:00
</div>
</div>
2024-09-18 10:48:52 -03:00
<footer>© 2024 jabuxas - all rights by yours truly</footer>
2024-09-16 19:57:02 -03:00
</body>
</html>