characters

This commit is contained in:
chimchooree
2023-05-20 00:13:23 -05:00
parent a4cae4204a
commit 15a934406c
79 changed files with 91 additions and 32 deletions
+9 -1
View File
@@ -21,20 +21,27 @@
<div class="basics">
<h2>basics </h2>
{{!profile[1]}}
</div>
</div>
% if len(profile[2]) > 0:
<div class="story">
<h2>story </h2>
{{!profile[2]}}
</div>
% end
% if len(profile[3]) > 0:
<div class="desc">
<h2>description </h2>
{{!profile[3]}}
</div>
% end
</div>
<div class="portrait">
<div style="background-image: url(/static/img/char/{{name}}/portrait.png); height: 100%; background-repeat: no-repeat; background-position: bottom left;"></div>
</div>
% if len(gallery) > 1:
% print(gallery)
<div class="gallery-div"><h2>gallery </h2><div class="gallery">
% if len(gallery) >=2:
% for g in gallery[2]:
@@ -49,4 +56,5 @@
% end
% end
</div></div>
% end
</div>
+1 -1
View File
@@ -3,7 +3,7 @@
<div class="sidebar">
<div class="diary-box about-box">
<h2>about</h2>
<p><b>Blessfrey.me</b> is my personal portfolio site for sharing programming and art. Just here to learn and have fun!</p>
<p><b>Blessfrey.me</b> is my personal portfolio site for sharing programming and art. I'm just here to learn and have fun!</p>
</div>
<div class="diary-box social-box">