Use grid for projects listing

This commit is contained in:
Fabien Freling 2019-06-11 13:56:18 +02:00
parent 7b63a99226
commit 21527466ce
2 changed files with 17 additions and 37 deletions

View file

@ -2,10 +2,10 @@
title: Projects
---
<ul id="projects">
<li><a href="projects/oboy/index.html">OBoy</a></li>
<li><a href="projects/trailr/index.html">Trailr</a></li>
<li><a href="projects/whereiscar/index.html">Where is my car?</a></li>
<li><a href="projects/maestro/index.html">Maestro</a></li>
<li><a href="projects/dawnchaos/index.html">Dawn of Chaos</a></li>
</ul>
<div class="projects">
<div class="project"><a href="projects/oboy/index.html">OBoy</a></div>
<div class="project"><a href="projects/trailr/index.html">Trailr</a></div>
<div class="project"><a href="projects/whereiscar/index.html">Where is my car?</a></div>
<div class="project"><a href="projects/maestro/index.html">Maestro</a></div>
<div class="project"><a href="projects/dawnchaos/index.html">Dawn of Chaos</a></div>
</div>