all repos — site @ 373a109d3f6dc3a6afa5cb5c1cc2ad882b5bf3fd

source for my site, found at icyphox.sh

build/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><a href="https://github.com/icyphox/vite">vite</a> <br />
21A simple and minimal static site generator that JustWorks&trade;.</p>
22
23<p><a href="https://github.com/icyphox/fab">fab</a> <br />
24A terminal coloring and formatting lib for Nim.</p>
25
26<p><a href="https://github.com/icyphox/dotfiles">dotfiles</a> <br />
27My Linux dotfiles.</p>
28
29<p><a href="https://github.com/icyphox/gitsocial-instance">GitSocial</a> <br />
30A federated social network, that uses Git under the hood.</p>
31
32<p><a href="https://github.com/icyphox/nit">nit</a> <br />
33A basic implementation of Git, written in Nim.</p>
34
35<p><a href="https://github.com/icyphox/site">site</a> <br />
36The source for this website.</p>
37
38  </div>
39</body>
40
41<footer class="footer">
42	
43	<p>  </p>
44<footer>