You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.2 KiB
Smarty
26 lines
1.2 KiB
Smarty
% rebase('frame.tpl')
|
|
<div class="content-grid"><div class="center">
|
|
<h1>blessfrey games</h1>
|
|
<p>I've been making games since high school, and sometimes I actually release them. Most are in Godot Engine, but since I make games as a way of learning to program, I have games floating around out there in git and Dropbox in lots of languages. </p>
|
|
<p>Also check out my <a href="/gdd">game design document</a> and <a href="/milestones">feature requirement</a> pages to learn about my games-in-progress. </p>
|
|
|
|
<div class="games-grid">
|
|
<a href="/no-legs-the-cat">
|
|
<img src="/static/img/game/NLtC.png" alt="(Link: No-Legs the Cat)">
|
|
</a>
|
|
<a href="/small-thing-that-makes-things">
|
|
<img src="/static/img/game/STTMT.png" alt="(Link: Small Thing That Makes Things)">
|
|
</a>
|
|
<a href="/blue-planet">
|
|
<img src="/static/img/game/BP.png" alt="(Link: Blue Planet)">
|
|
</a>
|
|
<a href="/cheeryOS">
|
|
<img src="/static/img/game/CO.png" alt="(Link: CheeryOS)">
|
|
</a>
|
|
<a href="/stoplight">
|
|
<img src="/static/img/game/SL.png" alt="(Link: Stoplight)">
|
|
</a>
|
|
</div>
|
|
|
|
</div></div>
|