blob: 1f20194d182776c0dfc45595ee7e217912b4f699 (
plain) (
tree)
|
|
<!DOCTYPE html>
<html>
<head>
<title>Jon Santmyer</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="window">
<div class="window-title"><h2 style="padding: 0px; margin: 0px;">Jon Santmyer Dot Com</h2></div>
<div class="window-content">
<p>This website is intended to hold documentation information about some of the projects I've been working on for the past few years. Feel free to look around.</p>
<p>I work on small libraries and system utilites for fun, with the occasional half-baked game idea</p>
<p>If you want to look at any of them, use the git server link below, or check out the project-specific pages below.</p>
</div>
<div class="window-seperator"></div>
<div class="window-content" style="text-align: center">
<a class="link-button" href="https://git.jonsantmyer.com">Git Server</a>
<a class="link-button" href="https://git.jonsantmyer.com/website">Site Source</a>
</div>
<div class="window-content">
<p>
I use
<a href="https://nixos.org/">NixOS</a>
on all my systems with
<a href="https://git.jonsantmyer.com/nix-config">this</a>
config
</p>
</div>
</div>
<div class="window">
<div class="window-title"><h2 style="padding: 0px; margin: 0px;">Projects</h2></div>
<div class="window-content">
</div>
</div>
</body>
</html>
|