website/index.html

62 lines
2.2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>delta's little website</title>
<meta name="description" content="welcome to my website">
<meta name="author" content="https://git.karx.xyz/delta">
<link rel="stylesheet" href="https://meyerweb.com/eric/tools/css/reset/reset.css">
<link rel="stylesheet" href="index.css">
<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">
</head>
<body>
<main>
<h1>Hey, I'm Delta</h1>
I like making stuff in Rust and Lua (and sometimes even HTML/CSS)
<hr>
<h2 style="margin-top: 1em;">Here are some of my projects:</h2>
<ul>
<li>
<a href="https://git.karx.xyz/delta/betelgeuse">betelgeuse</a>
- my very own colorscheme
</li>
<li>
<a href="https://git.karx.xyz/delta/lite-bulb">bulb</a>
- a plugin manager for lite-xl
</li>
<li>
<a href="https://git.karx.xyz/delta/dots">dotfiles</a>
- my dotfiles
</li>
</ul>
<ul style="margin-top: 4em">
<li class="header">
Contacts
<hr>
<ul>
<li><a href="https://discord.id/?prefill=770804101332074547">discord</a></li>
<li><a href="https://git.karx.xyz/delta">gitea</a></li>
<li><a href="https://mastodon.social/web/@delta__">mastodon</a></li>
<li><a href="https://matrix.to/#/@delta-official:matrix.org">element</a></li>
</ul>
</li>
</ul>
<footer>
This <a href="https://git.karx.xyz/delta/website">website</a> is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPLv3</a> and hosted by my friend <a href="https://twoexem.com">twoexem</a>
</footer>
</main>
</body>
</html>