puffies
Jesse Olson j3s@c3f.net
Fri, 08 Apr 2022 07:15:07 +0000
3 files changed,
6 insertions(+),
3 deletions(-)
M
README
→
README
@@ -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.html
→
templates/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>