diff options
author | gennyble <gen@nyble.dev> | 2024-04-14 02:42:18 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-04-14 02:42:18 -0500 |
commit | 36eb40db9d3ffb89a85385b0ec1ad496466792cd (patch) | |
tree | dec072e98d620aa99acb4cdef5ce9e491e953574 /served/things/things.html | |
parent | 9c38fd681f0861714d4ce48c0458d121d3e0f376 (diff) | |
download | ∞-36eb40db9d3ffb89a85385b0ec1ad496466792cd.tar.gz ∞-36eb40db9d3ffb89a85385b0ec1ad496466792cd.zip |
Add sitiera things page and make things
Diffstat (limited to 'served/things/things.html')
-rw-r--r-- | served/things/things.html | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/served/things/things.html b/served/things/things.html index f078245..3ed1dab 100644 --- a/served/things/things.html +++ b/served/things/things.html @@ -2,9 +2,38 @@ template=post title=Things style=/styles/post.css -#Category gif +style=things.css --- living pages for my projects and their various states of dissary. This section is not part of the Atom Feed, but project updates published in -<a href="/words/">words/</a> are. \ No newline at end of file +<a href="/words/">words/</a> are. + +\<i>slowly populating this while I pick up and set down projects of various age.</i> + +[@paragraphs off] + +<section id="things"> + <section id="memoryleak" class="profile" style="background-color: black; color: white"> + <div class="profile-heading"> + <img src="memoryleak/images/ddr2_closest.png" + alt="a broken stick of ddr2 ram. one of the memory chips is cracked and peaking open" /> + <h2><a href="memoryleak/">@memoryleak</a></h2> + <h3>was</h3> + </div> + <p> + An experiment in gradual decay. A virtual machine. A bot on the fediverse. + </p> + </section> + + <section id="sitiwera" class="profile" style="background-color: black; color: white"> + <div class="profile-heading"> + <img src="sitiwera/out.png" alt="" /> + <h2><a href="sitiwera/">sitiwera</a></h2> + <h3>will be</h3> + </div> + <p> + A single tile weather radar service offering static and animated images. + </p> + </section> +</section> \ No newline at end of file |