Use list for grid
This commit is contained in:
parent
1a28e9287f
commit
ca953a991e
2 changed files with 16 additions and 10 deletions
14
projects.md
14
projects.md
|
@ -2,10 +2,10 @@
|
|||
title: Projects
|
||||
---
|
||||
|
||||
<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>
|
||||
<ul class="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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue