diff options
| author | gennyble <gen@nyble.dev> | 2025-04-17 09:48:47 -0500 |
|---|---|---|
| committer | gennyble <gen@nyble.dev> | 2025-04-17 09:48:47 -0500 |
| commit | 85da7b0f2b1382022ec33fbf8439d0beedcf5028 (patch) | |
| tree | a879bbb7619074f5778581ed80f4896bbae95c02 /served/things/things.html | |
| parent | ddb96cef1455308ee8f06d5d04949fb6adc21f0a (diff) | |
| download | ∞-85da7b0f2b1382022ec33fbf8439d0beedcf5028.tar.gz ∞-85da7b0f2b1382022ec33fbf8439d0beedcf5028.zip | |
duh bu uhh
Diffstat (limited to 'served/things/things.html')
| -rwxr-xr-x | served/things/things.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/served/things/things.html b/served/things/things.html index d2b746a..fda866d 100755 --- a/served/things/things.html +++ b/served/things/things.html @@ -36,4 +36,27 @@ is not part of the Atom Feed, but project updates published in A single tile weather radar service offering static and animated images. </p> </section> + + <section id="colorsquash" class="profile"> + <div class="profile-heading"> + <img src="colorsquash/rena_square.gif" alt="" /> + <h2><a href="colorsquash/">colorsquash</a></h2> + <h3>is</h3> + </div> + <p> + A color quantization program and Rust crate. Useful as an artistic tool. + </p> + </section> + + <section id="corgi" class="profile"> + <div class="profile-heading"> + <img src="corgi/corgi_black.png" class="light" alt="a crude line-drawing of a corgi's head" /> + <img src="corgi/corgi_white.png" class="dark" alt="a crude line-drawing of a corgi's head" /> + <h2><a href="corgi/">corgi</a></h2> + <h3>is</h3> + </div> + <p> + A simple to deploy, conventional CGI server. + </p> + </section> </section> \ No newline at end of file |
