small pixel drawing of a pufferfish j3s.sh

puffies
Jesse Olson j3s@c3f.net
Fri, 08 Apr 2022 07:15:07 +0000
commit

54a462e930fe76c43d0489e7408265b30a74b9a0

parent

6138b6687a0df80f551c6c8fb9a2b63805d6855d

3 files changed, 6 insertions(+), 3 deletions(-)

jump to
M READMEREADME

@@ -3,9 +3,10 @@

[x] add project section [x] make image not bounce text while loading (reserve height?) - locked width & height of the header image :shrug: -[ ] add alternate fishes to the thoughts and reviews pages :3 +[x] add alternate puffy to the thoughts and reviews pages :3 + +[ ] make blog have rss feed for select thoughts/reviews [ ] draw & add pufferfish favicon -[ ] make blog have rss feed for select thoughts/reviews [ ] merge jrss into website tools codebase [ ] make blog handle TLS [ ] make git necronomicon post not html lmao
M templates/simple-layout.htmltemplates/simple-layout.html

@@ -15,7 +15,9 @@ <title>jes post</title>

<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22><text y=%2226%22 font-size=%2226%22>🐈‍⬛</text></svg>"> </head> <div id="main"><body class="grayscale"> - <a href="/"><img width="100" height="76.5" src="/static/unnamed-puffy-2.png" alt="another pufferfish drawn by rekka"></a> + <a href="/"><img height="92" src="/static/unnamed-puffy.png" alt="another pufferfish drawn by rekka"></a> + <a href="/"><img height="92" src="/static/unnamed-puffy-2.png" alt="yet another pufferfish drawn by rekka"></a> + <a href="/"><img height="92" src="/static/unnamed-puffy-3.png" alt="yet another pufferfish drawn by rekka"></a> <hr> <pre>{{ . }}</pre> </div></body>