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
+4 -3
View File
@@ -1,11 +1,10 @@
% rebase('frame.tpl')
% import random
<div class="content-grid">
<h1>{{gallery[0]}}</h1>
<h1><a href="/characters">characters</a> > {{gallery[1]}} > {{gallery[0]}}</h1>
<div class="gallery">
% if len(gallery) >=2:
% for g in gallery[1]:
% for g in gallery[2]:
% i = g[0].index('.')
% thumb = g[0][:i] + 'thumb' + g[0][i:]
<a target="_blank" href="/static/img/char/{{gallery[0]}}/{{g[0]}}">
@@ -16,5 +15,7 @@
</div>
<div class="center">
{{!profile}}
<br>
<a href="/characters">return to characters</a>
</div>
</div>
+64
View File
@@ -0,0 +1,64 @@
% rebase('frame.tpl')
<div class="content-grid">
<div class="ocs">
<h2>characters</h2>
<p>Meet my characters! <br></p>
<br>
<p>They can also be found on <a href="https://artfight.net/~abbey">Artfight (Abbey)</a> and <a href="https://toyhou.se/abbey">Toyhouse</a>. <br></p>
<br>
<p>Just as a note, I steal my ocs' names as usernames, but we have no relation. I just like those names, obviously. Lune is my only persona. <br><br></p>
<div class="ocs-nav">
<h3>persona </h3>
% for c in persona:
<a href="/char/{{c}}">
<img src="/static/img/char/{{c}}/{{c}}avi.png" alt="(link: {{c}})" class="ocs-btn">
</a>
% end
</div>
<div class="ocs-nav">
<h3>blessfrey </h3>
% for c in blessfrey:
<a href="/char/{{c}}">
<img src="/static/img/char/{{c}}/{{c}}avi.png" alt="(link: {{c}})" class="ocs-btn">
</a>
% end
</div>
<div class="ocs-nav">
<h3>creative writing </h3>
% for c in cw:
<a href="/char/{{c}}">
<img src="/static/img/char/{{c}}/{{c}}avi.png" alt="(link: {{c}})" class="ocs-btn">
</a>
% end
</div>
<div class="ocs-nav">
<h3>petsite </h3>
% for c in rp:
<a href="/char/{{c}}">
<img src="/static/img/char/{{c}}/{{c}}avi.png" alt="(link: {{c}})" class="ocs-btn">
</a>
% end
</div>
<div class="ocs-nav">
<h3>videogame </h3>
% for c in games:
<a href="/char/{{c}}">
<img src="/static/img/char/{{c}}/{{c}}avi.png" alt="(link: {{c}})" class="ocs-btn">
</a>
% end
</div>
<div class="ocs-nav">
<h3>MMO </h3>
% for c in mmos:
<a href="/char/{{c}}">
<img src="/static/img/char/{{c}}/{{c}}avi.png" alt="(link: {{c}})" class="ocs-btn">
</a>
% end
</div>
</div>
</div>
+3 -1
View File
@@ -63,7 +63,9 @@
<br>
<p><b><a href="/char/Night">Night</a></b> (Chemist/Weaponsmaster) - Despite not being much older than the other teens, he's completed a few years of apprenticeships at the leading research hospitals in the capital. The deterioration and death of his grandparents forced his return to close the final paperwork and figure out how to support his baby brother in the meantime. He runs a local pharmacy for now. <br></p>
<br>
<p><b><a href="/char/Rune">Rune</a></b> (?/?) - A startlingly tall and listless horned boy discovered in the local dungeon, surrounded by dinosaurs and other abyssal beasts. He doesn't trust people from the surface at first. <br></p></div>
<p><b><a href="/char/Rune">Rune</a></b> (?/?) - A startlingly tall and listless horned boy discovered in the local dungeon, surrounded by dinosaurs and other abyssal beasts. He doesn't trust people from the surface at first. <br></p>
<br>
<p>More characters are over on the <a href="/characters">characters page</a>. <br></p></div>
</div>
<div class="info" id="info">
+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>