CSS and home page
This commit is contained in:
45
tmpls/index.t
Normal file
45
tmpls/index.t
Normal file
@ -0,0 +1,45 @@
|
||||
<!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>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user