36 lines
535 B
HTML
36 lines
535 B
HTML
---
|
|
title: offtopia.org
|
|
---
|
|
|
|
We do open source. Sometimes. I need this text to be at least 95 characters long so that the webpage flows right, it's really quite annoying.
|
|
|
|
<h1>What we do</h1>
|
|
|
|
<ul class="column">
|
|
$for(projects)$
|
|
<li>
|
|
$body$
|
|
</li>
|
|
$endfor$
|
|
</ul>
|
|
|
|
|
|
<h1>Who we are</h1>
|
|
|
|
<div class="columns">
|
|
<ul class="column">
|
|
$for(people-1)$
|
|
<li>
|
|
$body$
|
|
</li>
|
|
$endfor$
|
|
</ul>
|
|
|
|
<ul class="column">
|
|
$for(people-2)$
|
|
<li>
|
|
$body$
|
|
</li>
|
|
$endfor$
|
|
</ul>
|
|
</div>
|