onepage
Version:
Static one-page site generator
39 lines (35 loc) • 510 B
Markdown
title:Some of my work
menu_title:Work
slug:work
icon:cogs
publish:true
order:2
//***//
## some list in a table
<table class="work-list">
<!-- <caption>Projects</caption> -->
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Url</th>
<th>Picture</th>
</tr>
</thead>
<tbody>
<tr>
<td>name one</td>
<td>name two</td>
<td>name three</td>
<td>pic...</td>
</tr>
<tr>
<td>one</td>
<td>two</td>
<td>three</td>
<td>
example
</td>
</tr>
</tbody>
</table>