small fixes to every page - stopped on gdd
parent
72504d4d4b
commit
f739443483
@ -1,11 +1,11 @@
|
||||
% rebase('frame.tpl')
|
||||
<div class="content-grid">
|
||||
<div class="center"><h2>no-legs the cat</h2></div>
|
||||
<div class="demo-game">
|
||||
<div class="edition"><h1>no-legs the cat</h1></div>
|
||||
<div class="demo">
|
||||
<iframe src="https://itch.io/embed-upload/6141043?color=333333" allowfullscreen="" width="1024" height="620" frameborder="0"><a href="https://chimchooree.itch.io/legless-the-cat">Play Legless the Cat on itch.io</a></iframe><br>
|
||||
</div>
|
||||
<div class="demo-intro"><p>Poltics Cat lost his legs!! Push him around using WASD to find them. Eat any breakfasts you can find along the way! <br></p>
|
||||
</div>
|
||||
<div class="guide"><p>Poltics Cat lost his legs!! Push him around using WASD to find them. Eat any breakfasts you can find along the way! <br></p>
|
||||
<br>
|
||||
<p>(In case it isn't obvious, this is a crude maze constructed from the infamous 'godot heads'. Click the game to make it active then control kitty using W A S D or arrow keys to find all three breakfasts and his missing legs. His breakfast counter is in the top-right corner. After you win, you can continue to wander the maze aimlessly. Refresh the page to start over.) <br></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -0,0 +1,27 @@
|
||||
% import random
|
||||
% rebase('frame.tpl')
|
||||
<div class="content-grid">
|
||||
<h1>website to-do </h1>
|
||||
<p>It'd be cool to add a few more things... <br></p>
|
||||
<br>
|
||||
<h2>play page </h2>
|
||||
<ul>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	 link to previous demos </li>
|
||||
</ul>
|
||||
<h2>about page </h2>
|
||||
<ul> <li class="latest">{{random.choice(['.','•','☆','★'])}}	 some cute presentation of links. maybe nice promo art with table of contents over a long page. click on what you want or scroll around. I had one of those old myspace css boxes with links, but I can't imagine that working on mobile, etc. </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	 artwork: 6-panels of Helia with each job </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	 screenshots and diagrams of skills, skill library, skillbar </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	 screenshots and diagrams of team window, team member editing window </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	 slideshow, 3-panel comic, etc of gist of the story with a sentence or two describing each part. </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	 cute character section with image links - panels, animated sprites, something
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	 info section - genre, list platforms, engine, dev. link to presskit, credits, game design document. </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	 timeline/roadmap - list all the beats. link to milestones. </li>
|
||||
</ul>
|
||||
<h2>dev page </h2>
|
||||
<ul>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	 make it like Barbie's old room on her website - hover over stuff, it animates, opens up new window or takes you to new page. </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	 add picture links for GitLab, itch, Twitter, Discord, Bible verse, OCs, artwork, etc. </li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue