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