Files
blessfrey-bottle/src/views/milestones.tpl
T

23 lines
1.0 KiB
Smarty

% import random
% rebase('frame.tpl')
<div class="content-grid">
<h1>blessfrey milestones </h1>
<p>This is a list of everything I need to add before each project is complete, version by version. I can add more in subsequent updates, but I have to draw the line somewhere. The list is broken into versions. </p>
<br>
<p>Focus and finish! <br></p>
<br><hr><br>
<h2><span class=mundane>projects</span> </h2>
<ul>
<li class="latest">{{random.choice(['.','•','☆','★'])}}&#9;<span class=mundane><a href="/planetblue-milestones">Planet Blue</a></span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}&#9;<span class=mundane><a href="/lemonland-milestones">Lemonland</a></span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}&#9;<span class=mundane><a href="/blessfrey-milestones">Blessfrey</a></span> </li>
<li class="latest">{{random.choice(['.','•','☆','★'])}}&#9;<span class=mundane><a href="/lazywiki-milestones">Lazy Wiki</a></span> </li>
</ul>
<br><hr><br>
</div>