all repos — site @ b3e38e7b1ab46011a32ced423a118d32133acc4d

source for my site, found at icyphox.sh

build/projects/index.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
<!DOCTYPE html>
<html>
<header>
  <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css">
  <link rel="stylesheet" href="/static/style.css" type="text/css">
  <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <meta name="HandheldFriendly" content="true">
	<a href="/">home</a> <a href="/projects">projects</a> <a href="/info">info</a> <a href="/gpg.txt">gpg</a>
	<title>
		icyphox	
	</title>
</header>

<body> 
	<h2>projects</h2>

<p>Here are a few things I'm working on.</p>

<p><strong><a href="https://github.com/icyphox/vite">vite</a></strong> <br />
A simple and minimal static site generator that JustWorks&trade;.</p>

<p><strong><a href="https://github.com/icyphox/fab">fab</a></strong> <br />
A terminal coloring and formatting lib for Nim.</p>

<p><strong><a href="https://github.com/icyphox/dotfiles">dotfiles</a></strong> <br />
My Linux dotfiles.</p>

<p><strong><a href="https://github.com/icyphox/gitsocial-instance">GitSocial</a></strong> <br />
A federated social network, that uses Git under the hood.</p>

<p><strong><a href="https://github.com/icyphox/nit">nit</a></strong> <br />
A basic implementation of Git, written in Nim.</p>

<p><strong><a href="https://github.com/icyphox/site">site</a></strong> <br />
The source for this website.</p>

  </div>
</body>

<footer class="footer">
	
	<p>  </p>
<footer>