Update projects page

18a3833e1824b18af67d7691bec82629507a1417
Alexis Sellier committed ago 1 parent 763b4ecc
projects/index.html +19 -11
76 76
    <section>
77 77
      <br /> <br />
78 78
      <p>Projects I've authored throughout the years. They range from incomplete sketches to finished products.</p>
79 79
      <ul>
80 80
        <li>
81 -
          <p><strong>LESS</strong> &middot; <a href="http://lesscss.org">http://lesscss.org</a> &middot; [<a href="https://github.com/less/less.js">source</a>]</p>
82 -
          <p>An attempt at building a better CSS.</p>
81 +
          <p><strong>shady.vim</strong> &middot; [<a href="https://github.com/cloudhead/shady.vim">source</a>]</p>
82 +
          <p>My shady vim colorscheme for late-night hacking.</p>
83 83
        </li>
84 84
        <li>
85 -
          <p><strong>px</strong> &middot; [<a href="https://github.com/cloudhead/px">source</a>]</p>
86 -
          <p>A minimalistic pixel-art &amp; sprite editor in pure OpenGL.</p>
85 +
          <p><strong>dotfiles</strong> &middot; [<a href="https://github.com/cloudhead/dotfiles">source</a>]</p>
86 +
          <p>My dotfiles.</p>
87 87
        </li>
88 88
        <li>
89 89
          <p><strong>http-console</strong> &middot; [<a href="https://github.com/cloudhead/http-console">source</a>]</p>
90 90
          <p>An intuitive HTTP REPL.</p>
91 91
        </li>
92 +
        <li>
93 +
          <p><strong>s3web</strong> &middot; [<a href="https://github.com/cloudhead/s3web">source</a>]</p>
94 +
          <p>Scripts I use to publish websites on Amazon S3.</p>
95 +
        </li>
92 96
        <li>
93 97
          <p><strong>monsv</strong> &middot; [<a href="https://github.com/cloudhead/monsv">source</a>]</p>
94 98
          <p>A service runner inspired by <a href="http://smarden.org/runit/">runit</a>.</p>
95 99
        </li>
96 100
        <li>
97 101
          <p><strong>spinsv</strong> &middot; [<a href="https://github.com/cloudhead/spinsv">source</a>]</p>
98 102
          <p>monsv in Haskell.</p>
99 103
        </li>
100 104
        <li>
101 -
          <p><strong>vows</strong> &middot; <a href="http://vowsjs.org">http://vowsjs.org</a> &middot; [<a href="https://github.com/flatiron/vows">source</a>]
102 -
          <p>A behaviour driven development framework for Node.js.</p>
105 +
          <p><strong>hijs</strong> &middot; [<a href="https://github.com/cloudhead/hijs">source</a>]</p>
106 +
          <p>A simple &amp; fast JavaScript syntax highlighter for the browser.</p>
107 +
        </li>
108 +
        <li>
109 +
          <p><strong>LESS</strong> &middot; <a href="http://lesscss.org">http://lesscss.org</a> &middot; [<a href="https://github.com/less/less.js">source</a>]</p>
110 +
          <p>An attempt at building a better CSS.</p>
103 111
        </li>
104 112
        <li>
105 113
          <p><strong>httputil</strong> &middot; [<a href="https://github.com/readmill/httputil">source</a>]</p>
106 114
          <p>An HTTP utility library for Go.</p>
107 115
        </li>
121 129
          <p><strong>pixelog</strong> &middot; [<a href="https://github.com/cloudhead/pixelog">source</a>]</p>
122 130
          <p>An incredibly simply pixel tracking server for measuring web traffic.<p>
123 131
        </li>
124 132
        <li>
125 133
          <p><strong>arbre</strong> &middot; [<a href="https://github.com/cloudhead/arbre">source</a>]</p>
126 -
          <p>A dynamic functional language runtime and compiler. The design of the runtime and bytecode is inspired by Lua's.<p>
134 +
          <p>A dynamic functional language runtime and compiler experiment. The design of the runtime and bytecode is inspired by Lua's.<p>
135 +
        </li>
136 +
        <li>
137 +
          <p><strong>vows</strong> &middot; <a href="http://vowsjs.org">http://vowsjs.org</a> &middot; [<a href="https://github.com/flatiron/vows">source</a>]
138 +
          <p>A TDD library for Node.js.</p>
127 139
        </li>
128 140
        <li>
129 141
          <p><strong>nimbus</strong> &middot; [<a href="https://github.com/cloudhead/nimbus">source</a>]</p>
130 142
          <p>A simple document database as a library for Node.js, based on an append-only file model.<p>
131 143
        </li>
132 144
        <li>
133 145
          <p><strong>cradle</strong> &middot; [<a href="https://github.com/flatiron/cradle">source</a>]</p>
134 146
          <p>A high-level <a href="http://couchdb.apache.org/">CouchDB</a> client for Node.js.</p>
135 147
        </li>
136 -
        <li>
137 -
          <p><strong>hijs</strong> &middot; [<a href="https://github.com/cloudhead/hijs">source</a>]</p>
138 -
          <p>A simple &amp; fast JavaScript syntax highlighter for the browser.</p>
139 -
        </li>
140 148
        <li>
141 149
          <p><strong>spell-correct</strong> &middot; [<a href="https://github.com/cloudhead/spell-correct">source</a>]</p>
142 150
          <p>A spelling corrector in as few lines of code as possible.</p>
143 151
        </li>
144 152
      </ul>