grid push

This commit is contained in:
chimchooree
2022-08-03 22:36:24 -05:00
parent 8903ccb311
commit 421bcc7581
50 changed files with 408 additions and 45 deletions
+1 -10
View File
@@ -52,16 +52,7 @@
<div class="ocs">
<h2>characters</h2>
<p>I'll also keep my ocs here, since <a href="https://toyhou.se/abbey">Toyhouse</a> and other sites are cumbersome. Some tie into gamedev projects, some are game characters, others originated on petsites, and others are from my general creative writing. If you play Artfight, attack my account <a href="https://artfight.net/~abbey">abbey</a>! <br></p>
<br>
<p>Just as a note, Lune is my persona. I steal my other ocs' names as usernames, but we have no relation. I just like those names, obviously. <br></p>
<div class="ocs-nav">
% for c in chars:
<a href="/char/{{c}}">
<img src="/static/img/char/{{c}}/{{c}}avi.png" alt="(link: {{c}})" class="ocs-btn">
</a>
% end
</div>
<p>View my characters from gamedev projects, creative writing, and elsewhere on the <a href="/characters">characters page</a><br></p>
</div>
</div>
</div>