master
chimchooree 2 years ago
parent 25b9db5544
commit 10fc070e66

@ -1,7 +1,7 @@
.content-grid {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(3, auto);
grid-template-rows: repeat(3, auto);
grid-column-gap: 0px;
grid-row-gap: 0em;
color: white;

@ -16,6 +16,7 @@
}
.content-right {
grid-area: 1 / 2 / 2 / 3;
margin-right: 2em;
/* background-image: url(../img/dev/collage.png);
background-size: cover;
background-repeat: no-repeat;*/

@ -21,7 +21,7 @@
background-position: bottom center;
background-size: contain;
display: grid;
grid-template-columns: auto; /*repeat(4, minmax(5ch,128px))*/
grid-template-columns: auto;
grid-template-rows: repeat(4, auto);
/*grid-template-columns: minmax(0%,10%) repeat(6, minmax(7ch,96px)) minmax(0%,10%);*/
grid-column-gap: 0px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 447 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

@ -1,8 +1,8 @@
% rebase('frame.tpl')
<div class="content-grid">
<div class="center"><h1>about blessfrey</h1></div>
<div class="jump"><img src="/static/img/prom/BlessFREY_logo.png" alt="(link: BLESSFREY" class="logo">
<a href="#demo">play</a> • <a href="#system">system</a> • <a href="#story">story</a> • <a href="#characters">characters</a> • <a href="#info">info</a><br>
<div class="center"><!--<img src="/static/img/prom/BlessFREY_logo.png" alt="(link: BLESSFREY" class="logo">
--><a href="#demo">play</a> • <a href="#system">system</a> • <a href="#story">story</a> • <a href="#characters">characters</a> • <a href="#info">info</a><br>
</div>
<div class="system" id="system">

@ -30,6 +30,6 @@
</div>
</div><div class="star"></div></div>
<div class="links">
. •        . <a href=/milestones>milestones</a> {{random.choice(['.','•','☆','★'])}} <a href=/gdd>game design document</a> {{random.choice(['.','•','☆','★'])}} <a href=/blessfrey-presskit>presskit</a> {{random.choice(['.','•','☆','★'])}} &#169; chimchooree 2020-{{year}} ☆      .. . <br>
. •        . <a href=/milestones>milestones</a> {{random.choice(['.','•','☆','★'])}} <a href=/gdd>gdd</a> {{random.choice(['.','•','☆','★'])}} <a href=/blessfrey-presskit>presskit</a> {{random.choice(['.','•','☆','★'])}}<!-- &#169; chimchooree 2020-{{year}}--> ☆      .. . <br>
</div>
</div></footer>

@ -9,7 +9,7 @@
<body>
<div class="grid">
<div class="top">.       ★. . <a href="/">blessfrey.me</a> .. ☆   .</div>
<div class="top">.       ★. . <a href="/">blessfrey.me</a> .. ☆   .</div>
{{!base}}

Loading…
Cancel
Save