projects/index.html (view raw)
1<!DOCTYPE html>
2<html>
3<header>
4 <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css">
5 <link rel="stylesheet" href="/static/style.css" type="text/css">
6 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8 <meta name="HandheldFriendly" content="true">
9 <a href="/">home</a> <a href="/projects">projects</a> <a href="/info">info</a> <a href="/gpg.txt">gpg</a>
10 <title>
11 icyphox
12 </title>
13</header>
14
15<body>
16 <h2>projects</h2>
17
18<p>Here are a few things I'm working on.</p>
19
20<p><strong><a href="https://github.com/icyphox/vite">vite</a></strong> <br />
21A simple and minimal static site generator that JustWorks™.</p>
22
23<p><strong><a href="https://github.com/icyphox/fab">fab</a></strong> <br />
24A terminal coloring and formatting lib for Nim.</p>
25
26<p><strong><a href="https://github.com/icyphox/dotfiles">dotfiles</a></strong> <br />
27My Linux dotfiles</p>
28
29<p><strong><a href="https://github.com/icyphox/gitsocial-instance">GitSocial</a></strong> <br />
30A federated social network, that uses Git under the hood.</p>
31
32<p><strong><a href="https://github.com/icyphox/nit">nit</a></strong> <br />
33A basic implementation of Git, written in Nim.</p>
34
35<p><strong><a href="https://github.com/icyphox/site">site</a></strong> <br />
36The source for this website.</p>
37
38 </div>
39</body>
40
41<footer class="footer">
42
43 <p> </p>
44<footer>