characters
This commit is contained in:
+9
-1
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user