site/index.html

46 lines
1.6 KiB
HTML

<html>
<head>
<title>~stilbruch</title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body background="assets/img/jungle_cave.png">
<table class="box" align="center">
<tr>
<td class="box">
<div class="ascii-art"><b>
/\// __ _ ____ __
//\/____/ /_(_) / /_ _______ _______/ /_
/ ___/ __/ / / __ \/ ___/ / / / ___/ __ \
(__ ) /_/ / / /_/ / / / /_/ / /__/ / / /
/____/\__/_/_/_.___/_/ \__,_/\___/_/ /_/
</b></div>
<br>
<b>about</b>
<br><br>
computer science student from the american midwest<br>
i like all things linux and security related<br>
<br>
<b>projects</b>
<br>
<ul>
<li><a href="cobble/">cobble</a> - a tiny minecraft server implimentation written in c</li>
<li><a href="https://github.com/TheStilbruch/tildechan">tildechan</a> - a minimalist image board written for php/mysql</li>
<li><a href="https://github.com/TheStilbruch/dots">dots</a> - my dotfiles</li>
<li><a href="https://github.com/TheStilbruch/site">site</a> - source for this site</li>
<li><a href="https://github.com/TheStilbruch/spigkt">spigkt</a> - spigot plugin library written in kotlin</li>
</ul>
<b>pages</b>
<br><br>
i like making little weird pages for fun<br>
here are a few of them:<br>
<ul>
<li><a href="backrooms/index.html">t h e b a c k r o o m s</a> - noclip out of reality</li>
<li><a href="le/index.html">~ lazy evenings ~</a> - just a page that gives of chill vibes</li>
</ul>
<br>
</td>
</tr>
</table>
</body>
</html>