From e2ff967ad674f6986ea5636d93d477b1a8cc3abe Mon Sep 17 00:00:00 2001 From: Erin Nova Date: Sun, 14 Aug 2022 14:01:21 -0400 Subject: [PATCH] Remove friends, add projects --- index.md | 54 ++++++++++++++++++------------------------------------ 1 file changed, 18 insertions(+), 36 deletions(-) diff --git a/index.md b/index.md index 4b93dc6..0be14f8 100644 --- a/index.md +++ b/index.md @@ -5,27 +5,7 @@ layout: default.liquid Hi! We're The System. -## Friends - -[Charlotte](https://char.lt/) - -[Agatha](https://technogothic.net/) - -[annie](https://versary.town/) - -[elysia](http://alphamethyl.barr0w.net/~elysia/) - -[Luna](https://kitty.lgbt) - -[Naia](https://naia.gay) - -[mira](https://boxin.space) - -[~keith](https://keithhacks.cyou) - -[anna](https://fef.moe) - -[Kescher](https://kescher.at) +> Note: Currently looking for a job, please [contact](/contact) us if you have anything! ## Projects Most of the projects here are unfinished or not very useful, sorry. @@ -33,10 +13,26 @@ Most of the projects here are unfinished or not very useful, sorry. ### Hermes [github.com/erin/hermes](https://waterdrinkers.gay) -Not currently made. +Currently a major work in progress. A native Linux Scuttlebutt client writting in `Rust` with and `GTK4`. +### Website +[bytes.keithhacks.cyou/erin/website](https://bytes.keithhacks.cyou/erin/website) + +This website! + +Written using `HTML`, `SCSS`, and `Markdown`. + +Uses the [cobalt](https://cobalt-org.github.io/) static site generator. + +### HRT Wiki +[wiki.the-system.eu.org](https://wiki.the-system.eu.org) + +A work-in-progress community wiki for organizing HRT info and guides. + +Made with the `Mycorrhiza` wiki engine. + ### tinymark [bytes.keithhacks.cyou/erin/tinymark](https://bytes.keithhacks.cyou/erin/tinymark) @@ -51,15 +47,6 @@ A simple cooking/recipe site. The backend generates & updates the static fronten Backend code written in `Rust` using [Rocket](https://rocket.rs/), [sled](https://sled.rs), and [build_html](https://docs.rs/build_html/latest/build_html/). -### Website -[bytes.keithhacks.cyou/erin/website](https://bytes.keithhacks.cyou/erin/website) - -This website! - -Written using `HTML`, `SCSS`, and `Markdown`. - -Uses the [cobalt](https://cobalt-org.github.io/) static site generator. - ### TI-UI [bytes.keithhacks.cyou/erin/TI-UI](https://bytes.keithhacks.cyou/erin/TI-UI) @@ -68,8 +55,3 @@ An attempt to make a custom UI library for the TI-84 calculator. Very much a work in progress. Written in `C` using the [CE-Programming](https://github.com/CE-Programming/toolchain) toolchain. - -### Deadswitch -[scripts/deadswitch.nim](https://bytes.keithhacks.cyou/erin/misc/src/branch/main/scripts/deadswitch.nim) - -A very basic deadman's switch written in `Nim`.