diff options
| author | Christine Dodrill <me@christine.website> | 2020-02-15 14:35:35 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-02-15 14:35:35 +0000 |
| commit | 955e63fa769e6f3b8df0edb0f6e60da6c519c28e (patch) | |
| tree | 479e0d46b004dcd6fee230403cfa01426d2e2bfb | |
| parent | 4429504fb3ba3b0496060892a500c8f49c4d73c7 (diff) | |
| download | xesite-955e63fa769e6f3b8df0edb0f6e60da6c519c28e.tar.xz xesite-955e63fa769e6f3b8df0edb0f6e60da6c519c28e.zip | |
templates/index: update project list
| -rw-r--r-- | templates/index.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index de3c1e2..79edcfb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -58,17 +58,20 @@ <h5>Highlighted Projects</h5> <ul> - <li><a href="https://github.com/Xe/PonyAPI">PonyAPI</a> - My Little Pony: Friendship is Magic Episode information API</li> <li><a href="https://github.com/PonyvilleFM/aura">Aura</a> - PonyvilleFM live DJ recording bot</li> <li><a href="https://github.com/Elemental-IRCd/elemental-ircd">Elemental-IRCd</a> - IRC Server Software</li> <li><a href="https://github.com/Xe/site">This website</a> - The backend and templates for this website</li> <li><a href="https://github.com/Xe/olin">Olin</a> - WebAssembly on the server</li> - <li><a href="https://github.com/Xe/aports">aports</a> - Alpine Linux ports</li> <li><a href="https://github.com/Xe/when-then-zen">when-then-zen</a> - Meditation instructions in Gherkin</li> <li><a href="https://github.com/Xe/creators-code">Creator's Code</a> - Minimal code of conduct for communities</li> <li><a href="https://github.com/Xe/printerfacts">printerfacts</a> - Informative facts about printers</li> <li><a href="https://github.com/Xe/x">x</a> - Experiments and toys</li> - <li><a href="https://github.com/Xe/xultybau">xultybau</a> - An experiment in metalinguistic programming with <a href="http://tokipona.net">Toki Pona</a>.</li> + <li><a href="https://github.com/Xe/PonyAPI">PonyAPI</a> - My Little Pony: Friendship is Magic Episode information API</li> + <li><a href="https://github.com/Xe/bsnk">bsnk</a> - Battlesnake bots</li> + <li><a href="https://tulpa.dev/cadey/xeos">XeOS</a> - An experimental microkernel in Rust</li> + <li><a href="https://h.christine.website">h</a> - A satirical programming language</li> + <li><a href="https://github.com/Xe/gruvbox-css">gruvbox-css</a> - My minimal Gruvbox CSS theme</li> + <li><a href="https://tulpa.dev/Xe/quickserv">quickserv</a> - A quick HTTP fileserver</li> </ul> <h5>Quick Links</h5> |
