Files
aboba/tmpls/home.t
2025-06-15 13:44:32 +02:00

50 lines
1.8 KiB
Raku

<!DOCTYPE html>
<html>
<head>
<title>Kamil's personal website</title>
<link rel="stylesheet" href="/simple.min.css" />
</head>
<body>
<h1>Kamil's personal website</h1>
<section>
<h2>Personal projects</h2>
<a href="https://gitlab.com/kamkow1">Gitlab</a><br />
<a href="https://github.com/kamkow1">Github (mostly old unused stuff)</a><br />
<h3>My favourites</h3>
<ul>
<li>
<a href="https://gitlab.com/kamkow1/gebs">gebs - good enough build system</a>
</li>
<li>
<a href="https://github.com/kamkow1/gt">gt - green threads library for x86 64</a>
</li>
<li>
<a href="https://gitlab.com/kamkow1/clij">clij - concatenative language in Java</a>
</li>
<li>
<a href="https://gitlab.com/kamkow1/cindex">cindex - C source code indexer and search engine</a>
</li>
<li>
<a href="https://gitlab.com/kamkow1/z80emu">Zilog z80 chip emulator</a>
</li>
<li>
<a href="https://gitlab.com/kamkow1/yup">Yup - toy compiler in Go</a>
</li>
<li>
<a href="https://github.com/kamkow1/sal">Sal - silly ahh language</a>
</li>
<li>
<a href="https://gitlab.com/kamkow1/knur">knur - heavily modified xv6 kernel</a>
</li>
</ul>
</section>
<footer>
<a href="/">HOME</a>
</footer>
<#if HOTRELOAD>
<script src="/hotreload.js"></script>
<#endif>
</body>
</html>